Tomato
#F76A55
RedColor Codes
All color formats for development
HEX
#F76A55RGB
rgb(247, 106, 85)HSL
hsl(8, 91%, 65%)OKLCH
oklch(0.695 0.177 30.6)CMYK
cmyk(0%, 57%, 66%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F54F35
2#F43315
3#DE270A
4#BE2109
5#9E1C07
6#7F1606
7#5F1104
8#3F0B03
9#200601
Tints
Lighter variations
1#F87966
2#F98877
3#F99788
4#FAA699
5#FBB5AA
6#FCC3BB
7#FDD2CC
8#FDE1DD
9#FEF0EE
Tones
Muted variations
1#EF705D
2#E77665
3#DF7C6D
4#D68275
5#CE887D
6#C68E85
7#BE948D
8#B69A96
9#AEA09E
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF2 #FEF2F0 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FDE1 #FDE1DD | Light backgroundsTable row hoverSkeleton loading |
| 200 | FCC8 #FCC8C0 | Secondary backgroundsInput backgroundsDividers |
| 300 | FA9D #FA9D8F | BordersInactive statesPlaceholder text |
| 400 | F76A #F76A55 | Disabled statesSecondary iconsMuted text |
| 500 | F540 #F54024 | Primary brand colorCTAsActive elementsLinks |
| 600 | D625 #D6250A | Hover statesFocus ringsPrimary buttons hover |
| 700 | AA1E #AA1E08 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7A15 #7A1506 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4E0E #4E0E04 | Primary textHigh emphasis contentDark headings |
| 950 | 3108 #310802 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--tomato-50: #FEF2F0;
--tomato-100: #FDE1DD;
--tomato-200: #FCC8C0;
--tomato-300: #FA9D8F;
--tomato-400: #F76A55;
--tomato-500: #F54024;
--tomato-600: #D6250A;
--tomato-700: #AA1E08;
--tomato-800: #7A1506;
--tomato-900: #4E0E04;
--tomato-950: #310802;
}