Tomato
#E74432
RedColor Codes
All color formats for development
HEX
#E74432RGB
rgb(231, 68, 50)HSL
hsl(6, 79%, 55%)OKLCH
oklch(0.621 0.203 30.1)CMYK
cmyk(0%, 71%, 78%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#E22E1B
2#C92918
3#B02415
4#971F12
5#7E1A0F
6#64150C
7#4B0F09
8#320A06
9#190503
Tints
Lighter variations
1#E95646
2#EC695B
3#EE7C6F
4#F18F84
5#F3A198
6#F5B4AD
7#F8C7C1
8#FADAD6
9#FDECEA
Tones
Muted variations
1#DE4B3B
2#D55244
3#CC594D
4#C36156
5#BA685F
6#B16F68
7#A77671
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 | F8C9 #F8C9C4 | Secondary backgroundsInput backgroundsDividers |
| 300 | F39F #F39F96 | BordersInactive statesPlaceholder text |
| 400 | EC6D #EC6D5F | Disabled statesSecondary iconsMuted text |
| 500 | E744 #E74432 | Primary brand colorCTAsActive elementsLinks |
| 600 | C929 #C92918 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A021 #A02113 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7217 #72170D | Text on light backgroundsHeadingsStrong borders |
| 900 | 490F #490F09 | Primary textHigh emphasis contentDark headings |
| 950 | 2E09 #2E0905 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--tomato-50: #FDF3F1;
--tomato-100: #FBE2DF;
--tomato-200: #F8C9C4;
--tomato-300: #F39F96;
--tomato-400: #EC6D5F;
--tomato-500: #E74432;
--tomato-600: #C92918;
--tomato-700: #A02113;
--tomato-800: #72170D;
--tomato-900: #490F09;
--tomato-950: #2E0905;
}