Tomato
#E64833
RedColor Codes
All color formats for development
HEX
#E64833RGB
rgb(230, 72, 51)HSL
hsl(7, 78%, 55%)OKLCH
oklch(0.624 0.198 30.8)CMYK
cmyk(0%, 69%, 78%, 10%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#E1331C
2#C82D19
3#AF2716
4#962213
5#7D1C0F
6#64170C
7#4B1109
8#320B06
9#190603
Tints
Lighter variations
1#E85A47
2#EB6C5C
3#ED7F70
4#F09184
5#F2A399
6#F5B6AD
7#F7C8C2
8#FADAD6
9#FCEDEB
Tones
Muted variations
1#DD4E3C
2#D45545
3#CB5C4E
4#C26357
5#B96A5F
6#B07168
7#A77871
8#9E7F7A
9#958583
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF3 #FDF3F1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBE2 #FBE2DF | Light backgroundsTable row hoverSkeleton loading |
| 200 | F8CA #F8CAC4 | Secondary backgroundsInput backgroundsDividers |
| 300 | F2A1 #F2A197 | BordersInactive statesPlaceholder text |
| 400 | EB70 #EB7060 | Disabled statesSecondary iconsMuted text |
| 500 | E648 #E64833 | Primary brand colorCTAsActive elementsLinks |
| 600 | C82D #C82D19 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9F24 #9F2414 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 711A #711A0E | Text on light backgroundsHeadingsStrong borders |
| 900 | 4910 #491009 | Primary textHigh emphasis contentDark headings |
| 950 | 2D0A #2D0A06 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--tomato-50: #FDF3F1;
--tomato-100: #FBE2DF;
--tomato-200: #F8CAC4;
--tomato-300: #F2A197;
--tomato-400: #EB7060;
--tomato-500: #E64833;
--tomato-600: #C82D19;
--tomato-700: #9F2414;
--tomato-800: #711A0E;
--tomato-900: #491009;
--tomato-950: #2D0A06;
}