Tomato
#E9452F
RedColor Codes
All color formats for development
HEX
#E9452FRGB
rgb(233, 69, 47)HSL
hsl(7, 81%, 55%)OKLCH
oklch(0.625 0.204 30.9)CMYK
cmyk(0%, 70%, 80%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#E43018
2#CB2B15
3#B22513
4#982010
5#7F1B0D
6#66150B
7#4C1008
8#330B05
9#190503
Tints
Lighter variations
1#EB5844
2#EE6A59
3#F07D6E
4#F28F82
5#F4A297
6#F6B5AC
7#F8C7C1
8#FBDAD5
9#FDECEA
Tones
Muted variations
1#E04C39
2#D75342
3#CD5A4B
4#C46154
5#BB695E
6#B17067
7#A87770
8#9F7E7A
9#968583
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF3 #FEF3F1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FCE2 #FCE2DF | Light backgroundsTable row hoverSkeleton loading |
| 200 | F9C9 #F9C9C3 | Secondary backgroundsInput backgroundsDividers |
| 300 | F4A0 #F4A095 | BordersInactive statesPlaceholder text |
| 400 | EE6E #EE6E5D | Disabled statesSecondary iconsMuted text |
| 500 | E945 #E9452F | Primary brand colorCTAsActive elementsLinks |
| 600 | CB2B #CB2B15 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A222 #A22211 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7318 #73180C | Text on light backgroundsHeadingsStrong borders |
| 900 | 4A0F #4A0F08 | 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: #FEF3F1;
--tomato-100: #FCE2DF;
--tomato-200: #F9C9C3;
--tomato-300: #F4A095;
--tomato-400: #EE6E5D;
--tomato-500: #E9452F;
--tomato-600: #CB2B15;
--tomato-700: #A22211;
--tomato-800: #73180C;
--tomato-900: #4A0F08;
--tomato-950: #2E0A05;
}