Tomato
#E75032
RedColor Codes
All color formats for development
HEX
#E75032RGB
rgb(231, 80, 50)HSL
hsl(10, 79%, 55%)OKLCH
oklch(0.634 0.192 33.2)CMYK
cmyk(0%, 65%, 78%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#E23C1B
2#C93518
3#B02E15
4#972812
5#7E210F
6#641B0C
7#4B1409
8#320D06
9#190703
Tints
Lighter variations
1#E96146
2#EC735B
3#EE846F
4#F19684
5#F3A798
6#F5B9AD
7#F8CAC1
8#FADCD6
9#FDEDEA
Tones
Muted variations
1#DE563B
2#D55C44
3#CC624D
4#C36856
5#BA6E5F
6#B17468
7#A77A71
8#9E807A
9#958683
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF3 #FDF3F1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBE4 #FBE4DF | Light backgroundsTable row hoverSkeleton loading |
| 200 | F8CC #F8CCC4 | Secondary backgroundsInput backgroundsDividers |
| 300 | F3A5 #F3A596 | BordersInactive statesPlaceholder text |
| 400 | EC77 #EC775F | Disabled statesSecondary iconsMuted text |
| 500 | E750 #E75032 | Primary brand colorCTAsActive elementsLinks |
| 600 | C935 #C93518 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A02A #A02A13 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 721E #721E0D | Text on light backgroundsHeadingsStrong borders |
| 900 | 4913 #491309 | Primary textHigh emphasis contentDark headings |
| 950 | 2E0C #2E0C05 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--tomato-50: #FDF3F1;
--tomato-100: #FBE4DF;
--tomato-200: #F8CCC4;
--tomato-300: #F3A596;
--tomato-400: #EC775F;
--tomato-500: #E75032;
--tomato-600: #C93518;
--tomato-700: #A02A13;
--tomato-800: #721E0D;
--tomato-900: #491309;
--tomato-950: #2E0C05;
}