Tomato
#E34435
RedColor Codes
All color formats for development
HEX
#E34435RGB
rgb(227, 68, 53)HSL
hsl(5, 76%, 55%)OKLCH
oklch(0.615 0.198 29.4)CMYK
cmyk(0%, 70%, 77%, 11%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#DE2E1E
2#C5291B
3#AD2418
4#941F14
5#7B1A11
6#63150D
7#4A0F0A
8#310A07
9#190503
Tints
Lighter variations
1#E65649
2#E9695D
3#EC7C72
4#EE8F86
5#F1A19A
6#F4B4AE
7#F7C7C2
8#F9DAD7
9#FCECEB
Tones
Muted variations
1#DB4B3E
2#D25246
3#C9594F
4#C16158
5#B86861
6#AF6F69
7#A67672
8#9E7E7B
9#958584
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF3 #FDF3F2 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBE2 #FBE2E0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F7C9 #F7C9C5 | Secondary backgroundsInput backgroundsDividers |
| 300 | F19F #F19F98 | BordersInactive statesPlaceholder text |
| 400 | EA6D #EA6D62 | Disabled statesSecondary iconsMuted text |
| 500 | E344 #E34435 | Primary brand colorCTAsActive elementsLinks |
| 600 | C529 #C5291B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9D21 #9D2115 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7017 #70170F | Text on light backgroundsHeadingsStrong borders |
| 900 | 480F #480F0A | Primary textHigh emphasis contentDark headings |
| 950 | 2D09 #2D0906 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--tomato-50: #FDF3F2;
--tomato-100: #FBE2E0;
--tomato-200: #F7C9C5;
--tomato-300: #F19F98;
--tomato-400: #EA6D62;
--tomato-500: #E34435;
--tomato-600: #C5291B;
--tomato-700: #9D2115;
--tomato-800: #70170F;
--tomato-900: #480F0A;
--tomato-950: #2D0906;
}