Tomato
#E94E2F
RedColor Codes
All color formats for development
HEX
#E94E2FRGB
rgb(233, 78, 47)HSL
hsl(10, 81%, 55%)OKLCH
oklch(0.635 0.197 33.2)CMYK
cmyk(0%, 67%, 80%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#E43A18
2#CB3415
3#B22D13
4#982710
5#7F200D
6#661A0B
7#4C1308
8#330D05
9#190603
Tints
Lighter variations
1#EB6044
2#EE7259
3#F0836E
4#F29582
5#F4A797
6#F6B8AC
7#F8CAC1
8#FBDCD5
9#FDEDEA
Tones
Muted variations
1#E05439
2#D75B42
3#CD614B
4#C46754
5#BB6D5E
6#B17367
7#A87A70
8#9F807A
9#968683
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF3 #FEF3F1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FCE4 #FCE4DF | Light backgroundsTable row hoverSkeleton loading |
| 200 | F9CC #F9CCC3 | Secondary backgroundsInput backgroundsDividers |
| 300 | F4A5 #F4A595 | BordersInactive statesPlaceholder text |
| 400 | EE76 #EE765D | Disabled statesSecondary iconsMuted text |
| 500 | E94E #E94E2F | Primary brand colorCTAsActive elementsLinks |
| 600 | CB34 #CB3415 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A229 #A22911 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 731D #731D0C | Text on light backgroundsHeadingsStrong borders |
| 900 | 4A13 #4A1308 | Primary textHigh emphasis contentDark headings |
| 950 | 2E0C #2E0C05 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--tomato-50: #FEF3F1;
--tomato-100: #FCE4DF;
--tomato-200: #F9CCC3;
--tomato-300: #F4A595;
--tomato-400: #EE765D;
--tomato-500: #E94E2F;
--tomato-600: #CB3415;
--tomato-700: #A22911;
--tomato-800: #731D0C;
--tomato-900: #4A1308;
--tomato-950: #2E0C05;
}