Tomato
#EA512E
RedColor Codes
All color formats for development
HEX
#EA512ERGB
rgb(234, 81, 46)HSL
hsl(11, 82%, 55%)OKLCH
oklch(0.64 0.195 34.2)CMYK
cmyk(0%, 65%, 80%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#E63D17
2#CC3614
3#B32F12
4#99280F
5#80220D
6#661B0A
7#4D1408
8#330D05
9#1A0703
Tints
Lighter variations
1#EC6243
2#EE7458
3#F1856D
4#F39682
5#F5A897
6#F7B9AB
7#F9CBC0
8#FBDCD5
9#FDEEEA
Tones
Muted variations
1#E15738
2#D85D41
3#CE634A
4#C56854
5#BB6E5D
6#B27467
7#A87A70
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 #FCE4DF | Light backgroundsTable row hoverSkeleton loading |
| 200 | F9CD #F9CDC3 | Secondary backgroundsInput backgroundsDividers |
| 300 | F4A6 #F4A694 | BordersInactive statesPlaceholder text |
| 400 | EF77 #EF775D | Disabled statesSecondary iconsMuted text |
| 500 | EA51 #EA512E | Primary brand colorCTAsActive elementsLinks |
| 600 | CC36 #CC3614 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A22B #A22B10 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 741F #741F0B | Text on light backgroundsHeadingsStrong borders |
| 900 | 4A14 #4A1407 | 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: #F9CDC3;
--tomato-300: #F4A694;
--tomato-400: #EF775D;
--tomato-500: #EA512E;
--tomato-600: #CC3614;
--tomato-700: #A22B10;
--tomato-800: #741F0B;
--tomato-900: #4A1407;
--tomato-950: #2E0C05;
}