Tomato
#F76255
RedColor Codes
All color formats for development
HEX
#F76255RGB
rgb(247, 98, 85)HSL
hsl(5, 91%, 65%)OKLCH
oklch(0.685 0.185 27.9)CMYK
cmyk(0%, 60%, 66%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F54535
2#F42815
3#DE1C0A
4#BE1809
5#9E1407
6#7F1006
7#5F0C04
8#3F0803
9#200401
Tints
Lighter variations
1#F87266
2#F98177
3#F99188
4#FAA199
5#FBB1AA
6#FCC0BB
7#FDD0CC
8#FDE0DD
9#FEEFEE
Tones
Muted variations
1#EF695D
2#E77065
3#DF766D
4#D67D75
5#CE847D
6#C68B85
7#BE918D
8#B69896
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 | FCC5 #FCC5C0 | Secondary backgroundsInput backgroundsDividers |
| 300 | FA98 #FA988F | BordersInactive statesPlaceholder text |
| 400 | F762 #F76255 | Disabled statesSecondary iconsMuted text |
| 500 | F535 #F53524 | Primary brand colorCTAsActive elementsLinks |
| 600 | D61B #D61B0A | Hover statesFocus ringsPrimary buttons hover |
| 700 | AA16 #AA1608 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7A0F #7A0F06 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4E0A #4E0A04 | Primary textHigh emphasis contentDark headings |
| 950 | 3106 #310602 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--tomato-50: #FEF2F0;
--tomato-100: #FDE0DD;
--tomato-200: #FCC5C0;
--tomato-300: #FA988F;
--tomato-400: #F76255;
--tomato-500: #F53524;
--tomato-600: #D61B0A;
--tomato-700: #AA1608;
--tomato-800: #7A0F06;
--tomato-900: #4E0A04;
--tomato-950: #310602;
}