Tomato
#EE5B2B
OrangeColor Codes
All color formats for development
HEX
#EE5B2BRGB
rgb(238, 91, 43)HSL
hsl(15, 85%, 55%)OKLCH
oklch(0.658 0.191 37.6)CMYK
cmyk(0%, 62%, 82%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#EA4913
2#D04111
3#B6380F
4#9C300D
5#82280B
6#682008
7#4E1806
8#341004
9#1A0802
Tints
Lighter variations
1#F06C40
2#F17C55
3#F38D6A
4#F59D80
5#F6AD95
6#F8BEAA
7#FACEBF
8#FCDED5
9#FDEFEA
Tones
Muted variations
1#E46034
2#DA653E
3#D16A48
4#C76F52
5#BD745B
6#B37965
7#AA7E6F
8#A08279
9#968782
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF4 #FEF4F1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FCE6 #FCE6DE | Light backgroundsTable row hoverSkeleton loading |
| 200 | FAD0 #FAD0C2 | Secondary backgroundsInput backgroundsDividers |
| 300 | F6AB #F6AB92 | BordersInactive statesPlaceholder text |
| 400 | F280 #F2805A | Disabled statesSecondary iconsMuted text |
| 500 | EE5B #EE5B2B | Primary brand colorCTAsActive elementsLinks |
| 600 | D041 #D04111 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A533 #A5330D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7625 #76250A | Text on light backgroundsHeadingsStrong borders |
| 900 | 4B17 #4B1706 | Primary textHigh emphasis contentDark headings |
| 950 | 2F0F #2F0F04 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--tomato-50: #FEF4F1;
--tomato-100: #FCE6DE;
--tomato-200: #FAD0C2;
--tomato-300: #F6AB92;
--tomato-400: #F2805A;
--tomato-500: #EE5B2B;
--tomato-600: #D04111;
--tomato-700: #A5330D;
--tomato-800: #76250A;
--tomato-900: #4B1706;
--tomato-950: #2F0F04;
}