Tomato
#FD604E
RedColor Codes
All color formats for development
HEX
#FD604ERGB
rgb(253, 96, 78)HSL
hsl(6, 98%, 65%)OKLCH
oklch(0.69 0.195 29.5)CMYK
cmyk(0%, 62%, 69%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#FD422D
2#FD250D
3#E61902
4#C51502
5#A41202
6#830E01
7#620B01
8#420701
9#210400
Tints
Lighter variations
1#FD7060
2#FE8072
3#FE9083
4#FE9F95
5#FEAFA7
6#FEBFB8
7#FECFCA
8#FFDFDC
9#FFEFED
Tones
Muted variations
1#F46757
2#EC6E60
3#E37569
4#DA7C71
5#D1837A
6#C98A83
7#C0918C
8#B79894
9#AE9F9D
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FFF1 #FFF1F0 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FFDF #FFDFDC | Light backgroundsTable row hoverSkeleton loading |
| 200 | FEC4 #FEC4BD | Secondary backgroundsInput backgroundsDividers |
| 300 | FE96 #FE968B | BordersInactive statesPlaceholder text |
| 400 | FD60 #FD604E | Disabled statesSecondary iconsMuted text |
| 500 | FD32 #FD321C | Primary brand colorCTAsActive elementsLinks |
| 600 | DE18 #DE1802 | Hover statesFocus ringsPrimary buttons hover |
| 700 | B113 #B11302 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7E0E #7E0E01 | Text on light backgroundsHeadingsStrong borders |
| 900 | 5109 #510901 | Primary textHigh emphasis contentDark headings |
| 950 | 3206 #320601 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--tomato-50: #FFF1F0;
--tomato-100: #FFDFDC;
--tomato-200: #FEC4BD;
--tomato-300: #FE968B;
--tomato-400: #FD604E;
--tomato-500: #FD321C;
--tomato-600: #DE1802;
--tomato-700: #B11302;
--tomato-800: #7E0E01;
--tomato-900: #510901;
--tomato-950: #320601;
}