Tomato
#E64533
RedColor Codes
All color formats for development
HEX
#E64533RGB
rgb(230, 69, 51)HSL
hsl(6, 78%, 55%)OKLCH
oklch(0.621 0.201 30.1)CMYK
cmyk(0%, 70%, 78%, 10%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#E12F1C
2#C82A19
3#AF2516
4#962013
5#7D1A0F
6#64150C
7#4B1009
8#320B06
9#190503
Tints
Lighter variations
1#E85747
2#EB6A5C
3#ED7D70
4#F08F84
5#F2A299
6#F5B4AD
7#F7C7C2
8#FADAD6
9#FCECEB
Tones
Muted variations
1#DD4C3C
2#D45345
3#CB5A4E
4#C26157
5#B9685F
6#B07068
7#A77771
8#9E7E7A
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 | F8C9 #F8C9C4 | Secondary backgroundsInput backgroundsDividers |
| 300 | F2A0 #F2A097 | BordersInactive statesPlaceholder text |
| 400 | EB6E #EB6E60 | Disabled statesSecondary iconsMuted text |
| 500 | E645 #E64533 | Primary brand colorCTAsActive elementsLinks |
| 600 | C82A #C82A19 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9F22 #9F2214 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7118 #71180E | Text on light backgroundsHeadingsStrong borders |
| 900 | 490F #490F09 | 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: #F8C9C4;
--tomato-300: #F2A097;
--tomato-400: #EB6E60;
--tomato-500: #E64533;
--tomato-600: #C82A19;
--tomato-700: #9F2214;
--tomato-800: #71180E;
--tomato-900: #490F09;
--tomato-950: #2D0A06;
}