Tomato
#E64B33
RedColor Codes
All color formats for development
HEX
#E64B33RGB
rgb(230, 75, 51)HSL
hsl(8, 78%, 55%)OKLCH
oklch(0.627 0.195 31.6)CMYK
cmyk(0%, 67%, 78%, 10%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#E1361C
2#C83019
3#AF2A16
4#962413
5#7D1E0F
6#64180C
7#4B1209
8#320C06
9#190603
Tints
Lighter variations
1#E85D47
2#EB6F5C
3#ED8170
4#F09384
5#F2A599
6#F5B7AD
7#F7C9C2
8#FADBD6
9#FCEDEB
Tones
Muted variations
1#DD513C
2#D45845
3#CB5E4E
4#C26557
5#B96B5F
6#B07268
7#A77971
8#9E7F7A
9#958683
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF3 #FDF3F1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBE3 #FBE3DF | Light backgroundsTable row hoverSkeleton loading |
| 200 | F8CB #F8CBC4 | Secondary backgroundsInput backgroundsDividers |
| 300 | F2A3 #F2A397 | BordersInactive statesPlaceholder text |
| 400 | EB73 #EB7360 | Disabled statesSecondary iconsMuted text |
| 500 | E64B #E64B33 | Primary brand colorCTAsActive elementsLinks |
| 600 | C830 #C83019 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9F26 #9F2614 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 711B #711B0E | Text on light backgroundsHeadingsStrong borders |
| 900 | 4911 #491109 | Primary textHigh emphasis contentDark headings |
| 950 | 2D0B #2D0B06 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--tomato-50: #FDF3F1;
--tomato-100: #FBE3DF;
--tomato-200: #F8CBC4;
--tomato-300: #F2A397;
--tomato-400: #EB7360;
--tomato-500: #E64B33;
--tomato-600: #C83019;
--tomato-700: #9F2614;
--tomato-800: #711B0E;
--tomato-900: #491109;
--tomato-950: #2D0B06;
}