Tomato
#EB4A2D
RedColor Codes
All color formats for development
HEX
#EB4A2DRGB
rgb(235, 74, 45)HSL
hsl(9, 83%, 55%)OKLCH
oklch(0.634 0.202 32.5)CMYK
cmyk(0%, 69%, 81%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#E73515
2#CD2F13
3#B42911
4#9A230E
5#801D0C
6#67180A
7#4D1207
8#330C05
9#1A0602
Tints
Lighter variations
1#ED5C42
2#EF6E57
3#F1806C
4#F39281
5#F5A496
6#F7B6AB
7#F9C9C0
8#FBDBD5
9#FDEDEA
Tones
Muted variations
1#E25037
2#D85740
3#CF5E4A
4#C56453
5#BC6B5D
6#B27266
7#A97870
8#9F7F79
9#968683
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF3 #FEF3F1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FCE3 #FCE3DE | Light backgroundsTable row hoverSkeleton loading |
| 200 | F9CB #F9CBC2 | Secondary backgroundsInput backgroundsDividers |
| 300 | F5A2 #F5A294 | BordersInactive statesPlaceholder text |
| 400 | F072 #F0725C | Disabled statesSecondary iconsMuted text |
| 500 | EB4A #EB4A2D | Primary brand colorCTAsActive elementsLinks |
| 600 | CD2F #CD2F13 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A325 #A3250F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 751B #751B0B | Text on light backgroundsHeadingsStrong borders |
| 900 | 4B11 #4B1107 | Primary textHigh emphasis contentDark headings |
| 950 | 2F0B #2F0B04 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--tomato-50: #FEF3F1;
--tomato-100: #FCE3DE;
--tomato-200: #F9CBC2;
--tomato-300: #F5A294;
--tomato-400: #F0725C;
--tomato-500: #EB4A2D;
--tomato-600: #CD2F13;
--tomato-700: #A3250F;
--tomato-800: #751B0B;
--tomato-900: #4B1107;
--tomato-950: #2F0B04;
}