Tomato
#E54E34
RedColor Codes
All color formats for development
HEX
#E54E34RGB
rgb(229, 78, 52)HSL
hsl(9, 77%, 55%)OKLCH
oklch(0.629 0.192 32.2)CMYK
cmyk(0%, 66%, 77%, 10%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#DF3A1D
2#C7341A
3#AE2D17
4#952713
5#7C2010
6#631A0D
7#4A130A
8#320D06
9#190603
Tints
Lighter variations
1#E76048
2#EA725D
3#ED8371
4#EF9585
5#F2A799
6#F4B8AE
7#F7CAC2
8#FADCD6
9#FCEDEB
Tones
Muted variations
1#DC553D
2#D35B46
3#CA614E
4#C16757
5#B86D60
6#B07469
7#A77A72
8#9E807B
9#958683
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF3 #FDF3F1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBE4 #FBE4DF | Light backgroundsTable row hoverSkeleton loading |
| 200 | F7CC #F7CCC4 | Secondary backgroundsInput backgroundsDividers |
| 300 | F2A5 #F2A597 | BordersInactive statesPlaceholder text |
| 400 | EA76 #EA7661 | Disabled statesSecondary iconsMuted text |
| 500 | E54E #E54E34 | Primary brand colorCTAsActive elementsLinks |
| 600 | C734 #C7341A | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9E29 #9E2915 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 711D #711D0F | Text on light backgroundsHeadingsStrong borders |
| 900 | 4813 #481309 | Primary textHigh emphasis contentDark headings |
| 950 | 2D0C #2D0C06 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--tomato-50: #FDF3F1;
--tomato-100: #FBE4DF;
--tomato-200: #F7CCC4;
--tomato-300: #F2A597;
--tomato-400: #EA7661;
--tomato-500: #E54E34;
--tomato-600: #C7341A;
--tomato-700: #9E2915;
--tomato-800: #711D0F;
--tomato-900: #481309;
--tomato-950: #2D0C06;
}