Tomato
#E34935
RedColor Codes
All color formats for development
HEX
#E34935RGB
rgb(227, 73, 53)HSL
hsl(7, 76%, 55%)OKLCH
oklch(0.62 0.194 30.6)CMYK
cmyk(0%, 68%, 77%, 11%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#DE351E
2#C52F1B
3#AD2918
4#942314
5#7B1D11
6#63170D
7#4A120A
8#310C07
9#190603
Tints
Lighter variations
1#E65C49
2#E96E5D
3#EC8072
4#EE9286
5#F1A49A
6#F4B6AE
7#F7C9C2
8#F9DBD7
9#FCEDEB
Tones
Muted variations
1#DB503E
2#D25746
3#C95D4F
4#C16458
5#B86B61
6#AF7269
7#A67872
8#9E7F7B
9#958684
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF3 #FDF3F2 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBE3 #FBE3E0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F7CB #F7CBC5 | Secondary backgroundsInput backgroundsDividers |
| 300 | F1A2 #F1A298 | BordersInactive statesPlaceholder text |
| 400 | EA72 #EA7262 | Disabled statesSecondary iconsMuted text |
| 500 | E349 #E34935 | Primary brand colorCTAsActive elementsLinks |
| 600 | C52F #C52F1B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9D25 #9D2515 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 701B #701B0F | Text on light backgroundsHeadingsStrong borders |
| 900 | 4811 #48110A | Primary textHigh emphasis contentDark headings |
| 950 | 2D0B #2D0B06 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--tomato-50: #FDF3F2;
--tomato-100: #FBE3E0;
--tomato-200: #F7CBC5;
--tomato-300: #F1A298;
--tomato-400: #EA7262;
--tomato-500: #E34935;
--tomato-600: #C52F1B;
--tomato-700: #9D2515;
--tomato-800: #701B0F;
--tomato-900: #48110A;
--tomato-950: #2D0B06;
}