Tomato
#E64233
RedColor Codes
All color formats for development
HEX
#E64233RGB
rgb(230, 66, 51)HSL
hsl(5, 78%, 55%)OKLCH
oklch(0.618 0.203 29.4)CMYK
cmyk(0%, 71%, 78%, 10%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#E12C1C
2#C82719
3#AF2216
4#961D13
5#7D190F
6#64140C
7#4B0F09
8#320A06
9#190503
Tints
Lighter variations
1#E85547
2#EB685C
3#ED7A70
4#F08D84
5#F2A099
6#F5B3AD
7#F7C6C2
8#FAD9D6
9#FCECEB
Tones
Muted variations
1#DD493C
2#D45145
3#CB584E
4#C25F57
5#B9675F
6#B06E68
7#A77671
8#9E7D7A
9#958583
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF2 #FDF2F1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBE2 #FBE2DF | Light backgroundsTable row hoverSkeleton loading |
| 200 | F8C8 #F8C8C4 | Secondary backgroundsInput backgroundsDividers |
| 300 | F29E #F29E97 | BordersInactive statesPlaceholder text |
| 400 | EB6C #EB6C60 | Disabled statesSecondary iconsMuted text |
| 500 | E642 #E64233 | Primary brand colorCTAsActive elementsLinks |
| 600 | C827 #C82719 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9F1F #9F1F14 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7116 #71160E | Text on light backgroundsHeadingsStrong borders |
| 900 | 490E #490E09 | Primary textHigh emphasis contentDark headings |
| 950 | 2D09 #2D0906 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--tomato-50: #FDF2F1;
--tomato-100: #FBE2DF;
--tomato-200: #F8C8C4;
--tomato-300: #F29E97;
--tomato-400: #EB6C60;
--tomato-500: #E64233;
--tomato-600: #C82719;
--tomato-700: #9F1F14;
--tomato-800: #71160E;
--tomato-900: #490E09;
--tomato-950: #2D0906;
}