Tomato
#E84C30
RedColor Codes
All color formats for development
HEX
#E84C30RGB
rgb(232, 76, 48)HSL
hsl(9, 80%, 55%)OKLCH
oklch(0.631 0.197 32.5)CMYK
cmyk(0%, 67%, 79%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#E33819
2#CA3116
3#B12B14
4#972511
5#7E1F0E
6#65190B
7#4C1308
8#320C06
9#190603
Tints
Lighter variations
1#EA5E45
2#ED705A
3#EF826E
4#F19483
5#F4A598
6#F6B7AC
7#F8C9C1
8#FADBD6
9#FDEDEA
Tones
Muted variations
1#DF523A
2#D65943
3#CD5F4C
4#C36655
5#BA6C5E
6#B17368
7#A87971
8#9F7F7A
9#958683
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF3 #FDF3F1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBE3 #FBE3DF | Light backgroundsTable row hoverSkeleton loading |
| 200 | F8CB #F8CBC3 | Secondary backgroundsInput backgroundsDividers |
| 300 | F3A4 #F3A495 | BordersInactive statesPlaceholder text |
| 400 | ED74 #ED745E | Disabled statesSecondary iconsMuted text |
| 500 | E84C #E84C30 | Primary brand colorCTAsActive elementsLinks |
| 600 | CA31 #CA3116 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A127 #A12712 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 731C #731C0D | Text on light backgroundsHeadingsStrong borders |
| 900 | 4912 #491208 | Primary textHigh emphasis contentDark headings |
| 950 | 2E0B #2E0B05 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--tomato-50: #FDF3F1;
--tomato-100: #FBE3DF;
--tomato-200: #F8CBC3;
--tomato-300: #F3A495;
--tomato-400: #ED745E;
--tomato-500: #E84C30;
--tomato-600: #CA3116;
--tomato-700: #A12712;
--tomato-800: #731C0D;
--tomato-900: #491208;
--tomato-950: #2E0B05;
}