Tomato
#EB432D
RedColor Codes
All color formats for development
HEX
#EB432DRGB
rgb(235, 67, 45)HSL
hsl(7, 83%, 55%)OKLCH
oklch(0.627 0.208 30.9)CMYK
cmyk(0%, 71%, 81%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#E72E15
2#CD2913
3#B42411
4#9A1F0E
5#801A0C
6#67140A
7#4D0F07
8#330A05
9#1A0502
Tints
Lighter variations
1#ED5642
2#EF6957
3#F17C6C
4#F38E81
5#F5A196
6#F7B4AB
7#F9C7C0
8#FBD9D5
9#FDECEA
Tones
Muted variations
1#E24B37
2#D85240
3#CF594A
4#C56053
5#BC685D
6#B26F66
7#A97670
8#9F7E79
9#968583
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF2 #FEF2F1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FCE2 #FCE2DE | Light backgroundsTable row hoverSkeleton loading |
| 200 | F9C9 #F9C9C2 | Secondary backgroundsInput backgroundsDividers |
| 300 | F59F #F59F94 | BordersInactive statesPlaceholder text |
| 400 | F06D #F06D5C | Disabled statesSecondary iconsMuted text |
| 500 | EB43 #EB432D | Primary brand colorCTAsActive elementsLinks |
| 600 | CD29 #CD2913 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A320 #A3200F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7517 #75170B | Text on light backgroundsHeadingsStrong borders |
| 900 | 4B0F #4B0F07 | Primary textHigh emphasis contentDark headings |
| 950 | 2F09 #2F0904 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--tomato-50: #FEF2F1;
--tomato-100: #FCE2DE;
--tomato-200: #F9C9C2;
--tomato-300: #F59F94;
--tomato-400: #F06D5C;
--tomato-500: #EB432D;
--tomato-600: #CD2913;
--tomato-700: #A3200F;
--tomato-800: #75170B;
--tomato-900: #4B0F07;
--tomato-950: #2F0904;
}