Tomato
#E34C35
RedColor Codes
All color formats for development
HEX
#E34C35RGB
rgb(227, 76, 53)HSL
hsl(8, 76%, 55%)OKLCH
oklch(0.623 0.191 31.4)CMYK
cmyk(0%, 67%, 77%, 11%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#DE381E
2#C5321B
3#AD2B18
4#942514
5#7B1F11
6#63190D
7#4A130A
8#310C07
9#190603
Tints
Lighter variations
1#E65E49
2#E9705D
3#EC8272
4#EE9486
5#F1A69A
6#F4B8AE
7#F7C9C2
8#F9DBD7
9#FCEDEB
Tones
Muted variations
1#DB533E
2#D25946
3#C95F4F
4#C16658
5#B86C61
6#AF7369
7#A67972
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 | F1A4 #F1A498 | BordersInactive statesPlaceholder text |
| 400 | EA74 #EA7462 | Disabled statesSecondary iconsMuted text |
| 500 | E34C #E34C35 | Primary brand colorCTAsActive elementsLinks |
| 600 | C532 #C5321B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9D28 #9D2815 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 701C #701C0F | Text on light backgroundsHeadingsStrong borders |
| 900 | 4812 #48120A | 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: #F1A498;
--tomato-400: #EA7462;
--tomato-500: #E34C35;
--tomato-600: #C5321B;
--tomato-700: #9D2815;
--tomato-800: #701C0F;
--tomato-900: #48120A;
--tomato-950: #2D0B06;
}