Tomato
#F66555
RedColor Codes
All color formats for development
HEX
#F66555RGB
rgb(246, 101, 85)HSL
hsl(6, 90%, 65%)OKLCH
oklch(0.687 0.181 28.9)CMYK
cmyk(0%, 59%, 65%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F44936
2#F32C16
3#DC200C
4#BD1C0A
5#9D1708
6#7E1307
7#5E0E05
8#3F0903
9#1F0502
Tints
Lighter variations
1#F77566
2#F88477
3#F99488
4#FAA399
5#FBB2AA
6#FBC2BB
7#FCD1CC
8#FDE0DD
9#FEF0EE
Tones
Muted variations
1#EE6C5D
2#E67265
3#DE796E
4#D67F76
5#CE867E
6#C68C86
7#BE928E
8#B69996
9#AE9F9E
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF2 #FEF2F0 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FDE0 #FDE0DD | Light backgroundsTable row hoverSkeleton loading |
| 200 | FCC6 #FCC6C0 | Secondary backgroundsInput backgroundsDividers |
| 300 | F99A #F99A90 | BordersInactive statesPlaceholder text |
| 400 | F665 #F66555 | Disabled statesSecondary iconsMuted text |
| 500 | F43A #F43A25 | Primary brand colorCTAsActive elementsLinks |
| 600 | D51F #D51F0B | Hover statesFocus ringsPrimary buttons hover |
| 700 | AA19 #AA1909 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7912 #791206 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4E0B #4E0B04 | Primary textHigh emphasis contentDark headings |
| 950 | 3007 #300703 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--tomato-50: #FEF2F0;
--tomato-100: #FDE0DD;
--tomato-200: #FCC6C0;
--tomato-300: #F99A90;
--tomato-400: #F66555;
--tomato-500: #F43A25;
--tomato-600: #D51F0B;
--tomato-700: #AA1909;
--tomato-800: #791206;
--tomato-900: #4E0B04;
--tomato-950: #300703;
}