Tomato
#EB4D2D
RedColor Codes
All color formats for development
HEX
#EB4D2DRGB
rgb(235, 77, 45)HSL
hsl(10, 83%, 55%)OKLCH
oklch(0.637 0.2 33.3)CMYK
cmyk(0%, 67%, 81%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#E73815
2#CD3213
3#B42C11
4#9A260E
5#801F0C
6#67190A
7#4D1307
8#330D05
9#1A0602
Tints
Lighter variations
1#ED5F42
2#EF7057
3#F1826C
4#F39481
5#F5A696
6#F7B8AB
7#F9CAC0
8#FBDBD5
9#FDEDEA
Tones
Muted variations
1#E25337
2#D85940
3#CF604A
4#C56653
5#BC6D5D
6#B27366
7#A97970
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 | FCE3 #FCE3DE | Light backgroundsTable row hoverSkeleton loading |
| 200 | F9CC #F9CCC2 | Secondary backgroundsInput backgroundsDividers |
| 300 | F5A4 #F5A494 | BordersInactive statesPlaceholder text |
| 400 | F074 #F0745C | Disabled statesSecondary iconsMuted text |
| 500 | EB4D #EB4D2D | Primary brand colorCTAsActive elementsLinks |
| 600 | CD32 #CD3213 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A328 #A3280F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 751C #751C0B | Text on light backgroundsHeadingsStrong borders |
| 900 | 4B12 #4B1207 | 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: #F9CCC2;
--tomato-300: #F5A494;
--tomato-400: #F0745C;
--tomato-500: #EB4D2D;
--tomato-600: #CD3213;
--tomato-700: #A3280F;
--tomato-800: #751C0B;
--tomato-900: #4B1207;
--tomato-950: #2F0B04;
}