Tomato
#E65433
RedColor Codes
All color formats for development
HEX
#E65433RGB
rgb(230, 84, 51)HSL
hsl(11, 78%, 55%)OKLCH
oklch(0.637 0.188 34.2)CMYK
cmyk(0%, 63%, 78%, 10%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#E1401C
2#C83919
3#AF3216
4#962B13
5#7D230F
6#641C0C
7#4B1509
8#320E06
9#190703
Tints
Lighter variations
1#E86547
2#EB765C
3#ED8770
4#F09884
5#F2A999
6#F5BAAD
7#F7CCC2
8#FADDD6
9#FCEEEB
Tones
Muted variations
1#DD593C
2#D45F45
3#CB654E
4#C26A57
5#B9705F
6#B07668
7#A77B71
8#9E817A
9#958783
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF4 #FDF4F1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBE4 #FBE4DF | Light backgroundsTable row hoverSkeleton loading |
| 200 | F8CD #F8CDC4 | Secondary backgroundsInput backgroundsDividers |
| 300 | F2A7 #F2A797 | BordersInactive statesPlaceholder text |
| 400 | EB7A #EB7A60 | Disabled statesSecondary iconsMuted text |
| 500 | E654 #E65433 | Primary brand colorCTAsActive elementsLinks |
| 600 | C839 #C83919 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9F2D #9F2D14 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7120 #71200E | Text on light backgroundsHeadingsStrong borders |
| 900 | 4915 #491509 | Primary textHigh emphasis contentDark headings |
| 950 | 2D0D #2D0D06 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--tomato-50: #FDF4F1;
--tomato-100: #FBE4DF;
--tomato-200: #F8CDC4;
--tomato-300: #F2A797;
--tomato-400: #EB7A60;
--tomato-500: #E65433;
--tomato-600: #C83919;
--tomato-700: #9F2D14;
--tomato-800: #71200E;
--tomato-900: #491509;
--tomato-950: #2D0D06;
}