#FF6347
tomato
#FF6347 is a red colour. In RGB it is 255 red, 99 green and 71 blue, which converts to a hue of 9 degrees, 100% saturation and 64% lightness. It is one of the named CSS colours, written as tomato in stylesheets.
Color values
| HEX | #FF6347 |
|---|---|
| RGB | rgb(255, 99, 71) |
| HSL | hsl(9, 100%, 64%) |
| HSV | hsv(9, 72%, 100%) |
| CMYK | cmyk(0%, 61%, 72%, 0%) |
Contrast and accessibility
Against white the contrast ratio is 2.95:1, and against black it is 7.13:1. WCAG asks for at least 4.5:1 for normal text and 3:1 for large text.
| Background | Ratio | Normal text | Large text |
|---|---|---|---|
| White | 2.95:1 | Fail | Fail |
| Black | 7.13:1 | AAA | AAA |
Tints and shades
Lighter tints move #FF6347 toward white, and darker shades move it toward black.
Tints
Shades
Color harmonies
Complementary
Analogous
Triadic
Split complementary
Code
| CSS | color: #FF6347; |
|---|---|
| CSS rgb() | color: rgb(255 99 71); |
| Tailwind | bg-[#ff6347] |
| SwiftUI | Color(red: 1.000, green: 0.388, blue: 0.278) |
| Android | Color.parseColor("#FF6347") |