Tomato
#E65133
RedColor Codes
All color formats for development
HEX
#E65133RGB
rgb(230, 81, 51)HSL
hsl(10, 78%, 55%)OKLCH
oklch(0.634 0.19 33.3)CMYK
cmyk(0%, 65%, 78%, 10%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#E13D1C
2#C83619
3#AF2F16
4#962813
5#7D220F
6#641B0C
7#4B1409
8#320D06
9#190703
Tints
Lighter variations
1#E86247
2#EB735C
3#ED8570
4#F09684
5#F2A899
6#F5B9AD
7#F7CBC2
8#FADCD6
9#FCEEEB
Tones
Muted variations
1#DD573C
2#D45D45
3#CB624E
4#C26857
5#B96E5F
6#B07468
7#A77A71
8#9E807A
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 | F8CD #F8CDC4 | Secondary backgroundsInput backgroundsDividers |
| 300 | F2A6 #F2A697 | BordersInactive statesPlaceholder text |
| 400 | EB77 #EB7760 | Disabled statesSecondary iconsMuted text |
| 500 | E651 #E65133 | Primary brand colorCTAsActive elementsLinks |
| 600 | C836 #C83619 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9F2B #9F2B14 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 711F #711F0E | Text on light backgroundsHeadingsStrong borders |
| 900 | 4914 #491409 | Primary textHigh emphasis contentDark headings |
| 950 | 2D0C #2D0C06 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--tomato-50: #FDF3F1;
--tomato-100: #FBE4DF;
--tomato-200: #F8CDC4;
--tomato-300: #F2A697;
--tomato-400: #EB7760;
--tomato-500: #E65133;
--tomato-600: #C83619;
--tomato-700: #9F2B14;
--tomato-800: #711F0E;
--tomato-900: #491409;
--tomato-950: #2D0C06;
}