Tomato
#E64E33
RedColor Codes
All color formats for development
HEX
#E64E33RGB
rgb(230, 78, 51)HSL
hsl(9, 78%, 55%)OKLCH
oklch(0.63 0.193 32.4)CMYK
cmyk(0%, 66%, 78%, 10%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#E1391C
2#C83319
3#AF2D16
4#962613
5#7D200F
6#64190C
7#4B1309
8#320D06
9#190603
Tints
Lighter variations
1#E85F47
2#EB715C
3#ED8370
4#F09584
5#F2A699
6#F5B8AD
7#F7CAC2
8#FADCD6
9#FCEDEB
Tones
Muted variations
1#DD543C
2#D45A45
3#CB604E
4#C26757
5#B96D5F
6#B07368
7#A77971
8#9E807A
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 | F8CC #F8CCC4 | Secondary backgroundsInput backgroundsDividers |
| 300 | F2A4 #F2A497 | BordersInactive statesPlaceholder text |
| 400 | EB75 #EB7560 | Disabled statesSecondary iconsMuted text |
| 500 | E64E #E64E33 | Primary brand colorCTAsActive elementsLinks |
| 600 | C833 #C83319 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9F29 #9F2914 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 711D #711D0E | Text on light backgroundsHeadingsStrong borders |
| 900 | 4913 #491309 | Primary textHigh emphasis contentDark headings |
| 950 | 2D0C #2D0C06 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--tomato-50: #FDF3F1;
--tomato-100: #FBE3DF;
--tomato-200: #F8CCC4;
--tomato-300: #F2A497;
--tomato-400: #EB7560;
--tomato-500: #E64E33;
--tomato-600: #C83319;
--tomato-700: #9F2914;
--tomato-800: #711D0E;
--tomato-900: #491309;
--tomato-950: #2D0C06;
}