Tomato
#FC5E4F
RedColor Codes
All color formats for development
HEX
#FC5E4FRGB
rgb(252, 94, 79)HSL
hsl(5, 97%, 65%)OKLCH
oklch(0.687 0.196 28.6)CMYK
cmyk(0%, 63%, 69%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#FC402F
2#FB220E
3#E51603
4#C41303
5#A31002
6#830D02
7#620A01
8#410601
9#210300
Tints
Lighter variations
1#FD6E61
2#FD7E72
3#FD8E84
4#FD9E96
5#FEAEA7
6#FEBEB9
7#FECFCA
8#FEDFDC
9#FFEFED
Tones
Muted variations
1#F46558
2#EB6C60
3#E27369
4#DA7A72
5#D1827A
6#C88983
7#C0908C
8#B79794
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 | FEC3 #FEC3BE | Secondary backgroundsInput backgroundsDividers |
| 300 | FD95 #FD958B | BordersInactive statesPlaceholder text |
| 400 | FC5E #FC5E4F | Disabled statesSecondary iconsMuted text |
| 500 | FC2F #FC2F1D | Primary brand colorCTAsActive elementsLinks |
| 600 | DD16 #DD1603 | Hover statesFocus ringsPrimary buttons hover |
| 700 | B011 #B01103 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7E0C #7E0C02 | Text on light backgroundsHeadingsStrong borders |
| 900 | 5008 #500801 | Primary textHigh emphasis contentDark headings |
| 950 | 3205 #320501 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--tomato-50: #FFF1F0;
--tomato-100: #FEDFDC;
--tomato-200: #FEC3BE;
--tomato-300: #FD958B;
--tomato-400: #FC5E4F;
--tomato-500: #FC2F1D;
--tomato-600: #DD1603;
--tomato-700: #B01103;
--tomato-800: #7E0C02;
--tomato-900: #500801;
--tomato-950: #320501;
}