Tomato
#E54934
RedColor Codes
All color formats for development
HEX
#E54934RGB
rgb(229, 73, 52)HSL
hsl(7, 77%, 55%)OKLCH
oklch(0.623 0.196 30.8)CMYK
cmyk(0%, 68%, 77%, 10%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#DF341D
2#C72E1A
3#AE2817
4#952213
5#7C1D10
6#63170D
7#4A110A
8#320B06
9#190603
Tints
Lighter variations
1#E75B48
2#EA6D5D
3#ED7F71
4#EF9285
5#F2A499
6#F4B6AE
7#F7C8C2
8#FADBD6
9#FCEDEB
Tones
Muted variations
1#DC4F3D
2#D35646
3#CA5D4E
4#C16457
5#B86A60
6#B07169
7#A77872
8#9E7F7B
9#958583
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 | F7CA #F7CAC4 | Secondary backgroundsInput backgroundsDividers |
| 300 | F2A2 #F2A297 | BordersInactive statesPlaceholder text |
| 400 | EA71 #EA7161 | Disabled statesSecondary iconsMuted text |
| 500 | E549 #E54934 | Primary brand colorCTAsActive elementsLinks |
| 600 | C72E #C72E1A | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9E25 #9E2515 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 711A #711A0F | Text on light backgroundsHeadingsStrong borders |
| 900 | 4811 #481109 | 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: #FBE3DF;
--tomato-200: #F7CAC4;
--tomato-300: #F2A297;
--tomato-400: #EA7161;
--tomato-500: #E54934;
--tomato-600: #C72E1A;
--tomato-700: #9E2515;
--tomato-800: #711A0F;
--tomato-900: #481109;
--tomato-950: #2D0A06;
}