Tomato
#FC604F
RedColor Codes
All color formats for development
HEX
#FC604FRGB
rgb(252, 96, 79)HSL
hsl(6, 97%, 65%)OKLCH
oklch(0.689 0.194 29.2)CMYK
cmyk(0%, 62%, 69%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#FC432F
2#FB260E
3#E51A03
4#C41603
5#A31302
6#830F02
7#620B01
8#410701
9#210400
Tints
Lighter variations
1#FD7061
2#FD8072
3#FD9084
4#FDA096
5#FEB0A7
6#FEC0B9
7#FECFCA
8#FEDFDC
9#FFEFED
Tones
Muted variations
1#F46758
2#EB6E60
3#E27569
4#DA7C72
5#D1837A
6#C88A83
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 | FEDF #FEDFDC | Light backgroundsTable row hoverSkeleton loading |
| 200 | FEC4 #FEC4BE | Secondary backgroundsInput backgroundsDividers |
| 300 | FD97 #FD978B | BordersInactive statesPlaceholder text |
| 400 | FC60 #FC604F | Disabled statesSecondary iconsMuted text |
| 500 | FC33 #FC331D | Primary brand colorCTAsActive elementsLinks |
| 600 | DD19 #DD1903 | Hover statesFocus ringsPrimary buttons hover |
| 700 | B014 #B01403 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7E0E #7E0E02 | Text on light backgroundsHeadingsStrong borders |
| 900 | 5009 #500901 | 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: #FEDFDC;
--tomato-200: #FEC4BE;
--tomato-300: #FD978B;
--tomato-400: #FC604F;
--tomato-500: #FC331D;
--tomato-600: #DD1903;
--tomato-700: #B01403;
--tomato-800: #7E0E02;
--tomato-900: #500901;
--tomato-950: #320601;
}