Tomato
#EB532D
RedColor Codes
All color formats for development
HEX
#EB532DRGB
rgb(235, 83, 45)HSL
hsl(12, 83%, 55%)OKLCH
oklch(0.643 0.195 34.9)CMYK
cmyk(0%, 65%, 81%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#E73F15
2#CD3813
3#B43111
4#9A2A0E
5#80230C
6#671C0A
7#4D1507
8#330E05
9#1A0702
Tints
Lighter variations
1#ED6442
2#EF7557
3#F1876C
4#F39881
5#F5A996
6#F7BAAB
7#F9CBC0
8#FBDDD5
9#FDEEEA
Tones
Muted variations
1#E25937
2#D85F40
3#CF644A
4#C56A53
5#BC705D
6#B27566
7#A97B70
8#9F8179
9#968783
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF4 #FEF4F1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FCE4 #FCE4DE | Light backgroundsTable row hoverSkeleton loading |
| 200 | F9CD #F9CDC2 | Secondary backgroundsInput backgroundsDividers |
| 300 | F5A7 #F5A794 | BordersInactive statesPlaceholder text |
| 400 | F079 #F0795C | Disabled statesSecondary iconsMuted text |
| 500 | EB53 #EB532D | Primary brand colorCTAsActive elementsLinks |
| 600 | CD38 #CD3813 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A32D #A32D0F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7520 #75200B | Text on light backgroundsHeadingsStrong borders |
| 900 | 4B14 #4B1407 | 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: #FCE4DE;
--tomato-200: #F9CDC2;
--tomato-300: #F5A794;
--tomato-400: #F0795C;
--tomato-500: #EB532D;
--tomato-600: #CD3813;
--tomato-700: #A32D0F;
--tomato-800: #75200B;
--tomato-900: #4B1407;
--tomato-950: #2F0D04;
}