Tomato — Color Codes & Palette
Color Codes
| Format | Value | |
|---|---|---|
| HEX | #FF6347 | |
| RGB | rgb(255, 99, 71) | |
| HSL | hsl(9, 100%, 64%) |
Shades of Tomato
| #FF4524 | #FF2600 | #DB2100 | #B81C00 | #941600 | #701100 | #4D0B00 | #290600 |
Tints of Tomato
| #FF745C | #FF8670 | #FF9785 | #FFA899 | #FFBAAD | #FFCBC2 | #FFDCD6 | #FFEEEB |
Color Pairings & Harmony
|
Complementary
#47E3FF
|
Analogous +30°
#FFBF47
|
Analogous −30°
#FF4788
|
Triadic +120°
#47FF63
|
Triadic −120°
#6347FF
|
Contrast & Accessibility (WCAG 2.1)
CSS Snippet
.element {
color: #FF6347;
}
.element-bg {
background-color: #FF6347;
color: #000000;
}
.element-border {
border: 2px solid #FF6347;
}
About Tomato
Tomato is a light color with vivid, highly saturated, defined by the hex code #FF6347. Its exact color model values are rgb(255, 99, 71) in RGB and hsl(9, 100%, 64%) in HSL (hue 9°, saturation 100%, lightness 64%). On a white background the contrast ratio is 2.95:1 — Fail, and on black it is 7.13:1 — AAA pass for normal text. Use Tomato for UI elements, backgrounds, text, borders, or decorative accents. The shades section below shows progressively darker variations, while the tints strip shows progressively lighter versions — both useful for building a tonal palette. The harmony swatches provide complementary, analogous, and triadic pairings based on the HSL hue wheel.
Want to explore this color interactively, generate palettes, or convert between color formats? The DevArbor Color Picker has you covered.
Open the Color Picker →