Tomato
#E74732
RedColor Codes
All color formats for development
HEX
#E74732RGB
rgb(231, 71, 50)HSL
hsl(7, 79%, 55%)OKLCH
oklch(0.624 0.2 30.8)CMYK
cmyk(0%, 69%, 78%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#E2321B
2#C92C18
3#B02715
4#972112
5#7E1C0F
6#64160C
7#4B1109
8#320B06
9#190603
Tints
Lighter variations
1#E95946
2#EC6C5B
3#EE7E6F
4#F19084
5#F3A398
6#F5B5AD
7#F8C8C1
8#FADAD6
9#FDEDEA
Tones
Muted variations
1#DE4E3B
2#D55544
3#CC5C4D
4#C36356
5#BA695F
6#B17068
7#A77771
8#9E7E7A
9#958583
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF3 #FDF3F1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBE2 #FBE2DF | Light backgroundsTable row hoverSkeleton loading |
| 200 | F8CA #F8CAC4 | Secondary backgroundsInput backgroundsDividers |
| 300 | F3A1 #F3A196 | BordersInactive statesPlaceholder text |
| 400 | EC70 #EC705F | Disabled statesSecondary iconsMuted text |
| 500 | E747 #E74732 | Primary brand colorCTAsActive elementsLinks |
| 600 | C92C #C92C18 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A023 #A02313 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7219 #72190D | Text on light backgroundsHeadingsStrong borders |
| 900 | 4910 #491009 | Primary textHigh emphasis contentDark headings |
| 950 | 2E0A #2E0A05 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--tomato-50: #FDF3F1;
--tomato-100: #FBE2DF;
--tomato-200: #F8CAC4;
--tomato-300: #F3A196;
--tomato-400: #EC705F;
--tomato-500: #E74732;
--tomato-600: #C92C18;
--tomato-700: #A02313;
--tomato-800: #72190D;
--tomato-900: #491009;
--tomato-950: #2E0A05;
}