Tomato
#E84F30
RedColor Codes
All color formats for development
HEX
#E84F30RGB
rgb(232, 79, 48)HSL
hsl(10, 80%, 55%)OKLCH
oklch(0.634 0.195 33.3)CMYK
cmyk(0%, 66%, 79%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#E33B19
2#CA3416
3#B12E14
4#972711
5#7E210E
6#651A0B
7#4C1408
8#320D06
9#190703
Tints
Lighter variations
1#EA6145
2#ED725A
3#EF846E
4#F19583
5#F4A798
6#F6B9AC
7#F8CAC1
8#FADCD6
9#FDEDEA
Tones
Muted variations
1#DF553A
2#D65B43
3#CD614C
4#C36855
5#BA6E5E
6#B17468
7#A87A71
8#9F807A
9#958683
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF3 #FDF3F1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBE4 #FBE4DF | Light backgroundsTable row hoverSkeleton loading |
| 200 | F8CC #F8CCC3 | Secondary backgroundsInput backgroundsDividers |
| 300 | F3A5 #F3A595 | BordersInactive statesPlaceholder text |
| 400 | ED76 #ED765E | Disabled statesSecondary iconsMuted text |
| 500 | E84F #E84F30 | Primary brand colorCTAsActive elementsLinks |
| 600 | CA34 #CA3416 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A12A #A12A12 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 731E #731E0D | Text on light backgroundsHeadingsStrong borders |
| 900 | 4913 #491308 | Primary textHigh emphasis contentDark headings |
| 950 | 2E0C #2E0C05 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--tomato-50: #FDF3F1;
--tomato-100: #FBE4DF;
--tomato-200: #F8CCC3;
--tomato-300: #F3A595;
--tomato-400: #ED765E;
--tomato-500: #E84F30;
--tomato-600: #CA3416;
--tomato-700: #A12A12;
--tomato-800: #731E0D;
--tomato-900: #491308;
--tomato-950: #2E0C05;
}