Tomato
#EB502D
RedColor Codes
All color formats for development
HEX
#EB502DRGB
rgb(235, 80, 45)HSL
hsl(11, 83%, 55%)OKLCH
oklch(0.64 0.197 34.1)CMYK
cmyk(0%, 66%, 81%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#E73C15
2#CD3513
3#B42F11
4#9A280E
5#80210C
6#671B0A
7#4D1407
8#330D05
9#1A0702
Tints
Lighter variations
1#ED6142
2#EF7357
3#F1846C
4#F39681
5#F5A796
6#F7B9AB
7#F9CAC0
8#FBDCD5
9#FDEDEA
Tones
Muted variations
1#E25637
2#D85C40
3#CF624A
4#C56853
5#BC6E5D
6#B27466
7#A97A70
8#9F8079
9#968683
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF3 #FEF3F1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FCE4 #FCE4DE | Light backgroundsTable row hoverSkeleton loading |
| 200 | F9CC #F9CCC2 | Secondary backgroundsInput backgroundsDividers |
| 300 | F5A6 #F5A694 | BordersInactive statesPlaceholder text |
| 400 | F077 #F0775C | Disabled statesSecondary iconsMuted text |
| 500 | EB50 #EB502D | Primary brand colorCTAsActive elementsLinks |
| 600 | CD35 #CD3513 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A32A #A32A0F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 751E #751E0B | Text on light backgroundsHeadingsStrong borders |
| 900 | 4B13 #4B1307 | Primary textHigh emphasis contentDark headings |
| 950 | 2F0C #2F0C04 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--tomato-50: #FEF3F1;
--tomato-100: #FCE4DE;
--tomato-200: #F9CCC2;
--tomato-300: #F5A694;
--tomato-400: #F0775C;
--tomato-500: #EB502D;
--tomato-600: #CD3513;
--tomato-700: #A32A0F;
--tomato-800: #751E0B;
--tomato-900: #4B1307;
--tomato-950: #2F0C04;
}