Tomato
#E74A32
RedColor Codes
All color formats for development
HEX
#E74A32RGB
rgb(231, 74, 50)HSL
hsl(8, 79%, 55%)OKLCH
oklch(0.627 0.197 31.5)CMYK
cmyk(0%, 68%, 78%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#E2351B
2#C92F18
3#B02915
4#972312
5#7E1D0F
6#64180C
7#4B1209
8#320C06
9#190603
Tints
Lighter variations
1#E95C46
2#EC6E5B
3#EE806F
4#F19284
5#F3A498
6#F5B7AD
7#F8C9C1
8#FADBD6
9#FDEDEA
Tones
Muted variations
1#DE503B
2#D55744
3#CC5E4D
4#C36456
5#BA6B5F
6#B17268
7#A77871
8#9E7F7A
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 | F8CB #F8CBC4 | Secondary backgroundsInput backgroundsDividers |
| 300 | F3A2 #F3A296 | BordersInactive statesPlaceholder text |
| 400 | EC72 #EC725F | Disabled statesSecondary iconsMuted text |
| 500 | E74A #E74A32 | Primary brand colorCTAsActive elementsLinks |
| 600 | C92F #C92F18 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A026 #A02613 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 721B #721B0D | Text on light backgroundsHeadingsStrong borders |
| 900 | 4911 #491109 | 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: #F8CBC4;
--tomato-300: #F3A296;
--tomato-400: #EC725F;
--tomato-500: #E74A32;
--tomato-600: #C92F18;
--tomato-700: #A02613;
--tomato-800: #721B0D;
--tomato-900: #491109;
--tomato-950: #2E0B05;
}