Tomato
#E75332
RedColor Codes
All color formats for development
HEX
#E75332RGB
rgb(231, 83, 50)HSL
hsl(11, 79%, 55%)OKLCH
oklch(0.638 0.19 34.1)CMYK
cmyk(0%, 64%, 78%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#E23F1B
2#C93818
3#B03115
4#972A12
5#7E230F
6#641C0C
7#4B1509
8#320E06
9#190703
Tints
Lighter variations
1#E96446
2#EC755B
3#EE866F
4#F19884
5#F3A998
6#F5BAAD
7#F8CBC1
8#FADDD6
9#FDEEEA
Tones
Muted variations
1#DE593B
2#D55E44
3#CC644D
4#C36A56
5#BA705F
6#B17568
7#A77B71
8#9E817A
9#958783
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF4 #FDF4F1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBE4 #FBE4DF | Light backgroundsTable row hoverSkeleton loading |
| 200 | F8CD #F8CDC4 | Secondary backgroundsInput backgroundsDividers |
| 300 | F3A7 #F3A796 | BordersInactive statesPlaceholder text |
| 400 | EC79 #EC795F | Disabled statesSecondary iconsMuted text |
| 500 | E753 #E75332 | Primary brand colorCTAsActive elementsLinks |
| 600 | C938 #C93818 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A02D #A02D13 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7220 #72200D | Text on light backgroundsHeadingsStrong borders |
| 900 | 4914 #491409 | Primary textHigh emphasis contentDark headings |
| 950 | 2E0D #2E0D05 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--tomato-50: #FDF4F1;
--tomato-100: #FBE4DF;
--tomato-200: #F8CDC4;
--tomato-300: #F3A796;
--tomato-400: #EC795F;
--tomato-500: #E75332;
--tomato-600: #C93818;
--tomato-700: #A02D13;
--tomato-800: #72200D;
--tomato-900: #491409;
--tomato-950: #2E0D05;
}