Tomato
#E84930
RedColor Codes
All color formats for development
HEX
#E84930RGB
rgb(232, 73, 48)HSL
hsl(8, 80%, 55%)OKLCH
oklch(0.628 0.2 31.7)CMYK
cmyk(0%, 69%, 79%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#E33419
2#CA2E16
3#B12914
4#972311
5#7E1D0E
6#65170B
7#4C1108
8#320C06
9#190603
Tints
Lighter variations
1#EA5B45
2#ED6D5A
3#EF806E
4#F19283
5#F4A498
6#F6B6AC
7#F8C8C1
8#FADBD6
9#FDEDEA
Tones
Muted variations
1#DF503A
2#D65643
3#CD5D4C
4#C36455
5#BA6B5E
6#B17168
7#A87871
8#9F7F7A
9#958683
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 | F8CA #F8CAC3 | Secondary backgroundsInput backgroundsDividers |
| 300 | F3A2 #F3A295 | BordersInactive statesPlaceholder text |
| 400 | ED71 #ED715E | Disabled statesSecondary iconsMuted text |
| 500 | E849 #E84930 | Primary brand colorCTAsActive elementsLinks |
| 600 | CA2E #CA2E16 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A125 #A12512 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 731A #731A0D | Text on light backgroundsHeadingsStrong borders |
| 900 | 4911 #491108 | Primary textHigh emphasis contentDark headings |
| 950 | 2E0B #2E0B05 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--tomato-50: #FDF3F1;
--tomato-100: #FBE3DF;
--tomato-200: #F8CAC3;
--tomato-300: #F3A295;
--tomato-400: #ED715E;
--tomato-500: #E84930;
--tomato-600: #CA2E16;
--tomato-700: #A12512;
--tomato-800: #731A0D;
--tomato-900: #491108;
--tomato-950: #2E0B05;
}