Tomato
#E34635
RedColor Codes
All color formats for development
HEX
#E34635RGB
rgb(227, 70, 53)HSL
hsl(6, 76%, 55%)OKLCH
oklch(0.617 0.196 29.8)CMYK
cmyk(0%, 69%, 77%, 11%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#DE311E
2#C52C1B
3#AD2618
4#942114
5#7B1B11
6#63160D
7#4A100A
8#310B07
9#190503
Tints
Lighter variations
1#E65949
2#E96B5D
3#EC7E72
4#EE9086
5#F1A39A
6#F4B5AE
7#F7C8C2
8#F9DAD7
9#FCEDEB
Tones
Muted variations
1#DB4D3E
2#D25446
3#C95B4F
4#C16258
5#B86961
6#AF7069
7#A67772
8#9E7E7B
9#958584
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF3 #FDF3F2 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBE2 #FBE2E0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F7CA #F7CAC5 | Secondary backgroundsInput backgroundsDividers |
| 300 | F1A1 #F1A198 | BordersInactive statesPlaceholder text |
| 400 | EA6F #EA6F62 | Disabled statesSecondary iconsMuted text |
| 500 | E346 #E34635 | Primary brand colorCTAsActive elementsLinks |
| 600 | C52C #C52C1B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9D23 #9D2315 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7019 #70190F | Text on light backgroundsHeadingsStrong borders |
| 900 | 4810 #48100A | 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: #FDF3F2;
--tomato-100: #FBE2E0;
--tomato-200: #F7CAC5;
--tomato-300: #F1A198;
--tomato-400: #EA6F62;
--tomato-500: #E34635;
--tomato-600: #C52C1B;
--tomato-700: #9D2315;
--tomato-800: #70190F;
--tomato-900: #48100A;
--tomato-950: #2D0A06;
}