Tomato
#EE452B
RedColor Codes
All color formats for development
HEX
#EE452BRGB
rgb(238, 69, 43)HSL
hsl(8, 85%, 55%)OKLCH
oklch(0.633 0.21 31.6)CMYK
cmyk(0%, 71%, 82%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#EA3013
2#D02A11
3#B6250F
4#9C200D
5#821A0B
6#681508
7#4E1006
8#340B04
9#1A0502
Tints
Lighter variations
1#F05740
2#F16A55
3#F37D6A
4#F58F80
5#F6A295
6#F8B4AA
7#FAC7BF
8#FCDAD5
9#FDECEA
Tones
Muted variations
1#E44C34
2#DA533E
3#D15A48
4#C76152
5#BD685B
6#B37065
7#AA776F
8#A07E79
9#968582
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF3 #FEF3F1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FCE2 #FCE2DE | Light backgroundsTable row hoverSkeleton loading |
| 200 | FAC9 #FAC9C2 | Secondary backgroundsInput backgroundsDividers |
| 300 | F6A0 #F6A092 | BordersInactive statesPlaceholder text |
| 400 | F26E #F26E5A | Disabled statesSecondary iconsMuted text |
| 500 | EE45 #EE452B | Primary brand colorCTAsActive elementsLinks |
| 600 | D02A #D02A11 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A522 #A5220D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7618 #76180A | Text on light backgroundsHeadingsStrong borders |
| 900 | 4B0F #4B0F06 | Primary textHigh emphasis contentDark headings |
| 950 | 2F0A #2F0A04 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--tomato-50: #FEF3F1;
--tomato-100: #FCE2DE;
--tomato-200: #FAC9C2;
--tomato-300: #F6A092;
--tomato-400: #F26E5A;
--tomato-500: #EE452B;
--tomato-600: #D02A11;
--tomato-700: #A5220D;
--tomato-800: #76180A;
--tomato-900: #4B0F06;
--tomato-950: #2F0A04;
}