Tomato
#E55434
RedColor Codes
All color formats for development
HEX
#E55434RGB
rgb(229, 84, 52)HSL
hsl(11, 77%, 55%)OKLCH
oklch(0.636 0.186 34)CMYK
cmyk(0%, 63%, 77%, 10%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#DF411D
2#C7391A
3#AE3217
4#952B13
5#7C2410
6#631D0D
7#4A160A
8#320E06
9#190703
Tints
Lighter variations
1#E76548
2#EA765D
3#ED8871
4#EF9985
5#F2AA99
6#F4BBAE
7#F7CCC2
8#FADDD6
9#FCEEEB
Tones
Muted variations
1#DC5A3D
2#D35F46
3#CA654E
4#C16B57
5#B87060
6#B07669
7#A77B72
8#9E817B
9#958783
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF4 #FDF4F1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBE4 #FBE4DF | Light backgroundsTable row hoverSkeleton loading |
| 200 | F7CE #F7CEC4 | Secondary backgroundsInput backgroundsDividers |
| 300 | F2A8 #F2A897 | BordersInactive statesPlaceholder text |
| 400 | EA7A #EA7A61 | Disabled statesSecondary iconsMuted text |
| 500 | E554 #E55434 | Primary brand colorCTAsActive elementsLinks |
| 600 | C739 #C7391A | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9E2E #9E2E15 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7121 #71210F | Text on light backgroundsHeadingsStrong borders |
| 900 | 4815 #481509 | Primary textHigh emphasis contentDark headings |
| 950 | 2D0D #2D0D06 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--tomato-50: #FDF4F1;
--tomato-100: #FBE4DF;
--tomato-200: #F7CEC4;
--tomato-300: #F2A897;
--tomato-400: #EA7A61;
--tomato-500: #E55434;
--tomato-600: #C7391A;
--tomato-700: #9E2E15;
--tomato-800: #71210F;
--tomato-900: #481509;
--tomato-950: #2D0D06;
}