Tomato
#EE552B
RedColor Codes
All color formats for development
HEX
#EE552BRGB
rgb(238, 85, 43)HSL
hsl(13, 85%, 55%)OKLCH
oklch(0.65 0.196 35.7)CMYK
cmyk(0%, 64%, 82%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#EA4113
2#D03A11
3#B6330F
4#9C2C0D
5#82240B
6#681D08
7#4E1606
8#340F04
9#1A0702
Tints
Lighter variations
1#F06640
2#F17755
3#F3886A
4#F59980
5#F6AA95
6#F8BBAA
7#FACCBF
8#FCDDD5
9#FDEEEA
Tones
Muted variations
1#E45B34
2#DA603E
3#D16648
4#C76B52
5#BD715B
6#B37665
7#AA7C6F
8#A08179
9#968782
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF4 #FEF4F1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FCE5 #FCE5DE | Light backgroundsTable row hoverSkeleton loading |
| 200 | FACE #FACEC2 | Secondary backgroundsInput backgroundsDividers |
| 300 | F6A8 #F6A892 | BordersInactive statesPlaceholder text |
| 400 | F27B #F27B5A | Disabled statesSecondary iconsMuted text |
| 500 | EE55 #EE552B | Primary brand colorCTAsActive elementsLinks |
| 600 | D03A #D03A11 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A52E #A52E0D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7621 #76210A | Text on light backgroundsHeadingsStrong borders |
| 900 | 4B15 #4B1506 | Primary textHigh emphasis contentDark headings |
| 950 | 2F0D #2F0D04 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--tomato-50: #FEF4F1;
--tomato-100: #FCE5DE;
--tomato-200: #FACEC2;
--tomato-300: #F6A892;
--tomato-400: #F27B5A;
--tomato-500: #EE552B;
--tomato-600: #D03A11;
--tomato-700: #A52E0D;
--tomato-800: #76210A;
--tomato-900: #4B1506;
--tomato-950: #2F0D04;
}