Tomato
#E04638
RedColor Codes
All color formats for development
HEX
#E04638RGB
rgb(224, 70, 56)HSL
hsl(5, 73%, 55%)OKLCH
oklch(0.612 0.193 29.1)CMYK
cmyk(0%, 69%, 75%, 12%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#DA3122
2#C22C1E
3#AA261B
4#922117
5#791B13
6#61160F
7#49100B
8#310B08
9#180504
Tints
Lighter variations
1#E3594C
2#E66B60
3#E97E74
4#EC9088
5#F0A39C
6#F3B5B0
7#F6C8C3
8#F9DAD7
9#FCEDEB
Tones
Muted variations
1#D84D41
2#CF5449
3#C75B52
4#BF625A
5#B66962
6#AE706B
7#A57773
8#9D7E7B
9#958584
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF3 #FDF3F2 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FAE2 #FAE2E0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F6CA #F6CAC6 | Secondary backgroundsInput backgroundsDividers |
| 300 | EFA1 #EFA19A | BordersInactive statesPlaceholder text |
| 400 | E76F #E76F65 | Disabled statesSecondary iconsMuted text |
| 500 | E046 #E04638 | Primary brand colorCTAsActive elementsLinks |
| 600 | C22C #C22C1E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9A23 #9A2318 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6E19 #6E1911 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4710 #47100B | Primary textHigh emphasis contentDark headings |
| 950 | 2C0A #2C0A07 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--tomato-50: #FDF3F2;
--tomato-100: #FAE2E0;
--tomato-200: #F6CAC6;
--tomato-300: #EFA19A;
--tomato-400: #E76F65;
--tomato-500: #E04638;
--tomato-600: #C22C1E;
--tomato-700: #9A2318;
--tomato-800: #6E1911;
--tomato-900: #47100B;
--tomato-950: #2C0A07;
}