Tomato
#E75632
RedColor Codes
All color formats for development
HEX
#E75632RGB
rgb(231, 86, 50)HSL
hsl(12, 79%, 55%)OKLCH
oklch(0.641 0.187 35)CMYK
cmyk(0%, 63%, 78%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#E2421B
2#C93B18
3#B03415
4#972C12
5#7E250F
6#641E0C
7#4B1609
8#320F06
9#190703
Tints
Lighter variations
1#E96746
2#EC785B
3#EE896F
4#F19A84
5#F3AA98
6#F5BBAD
7#F8CCC1
8#FADDD6
9#FDEEEA
Tones
Muted variations
1#DE5B3B
2#D56144
3#CC664D
4#C36C56
5#BA715F
6#B17668
7#A77C71
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 | FBE5 #FBE5DF | Light backgroundsTable row hoverSkeleton loading |
| 200 | F8CE #F8CEC4 | Secondary backgroundsInput backgroundsDividers |
| 300 | F3A9 #F3A996 | BordersInactive statesPlaceholder text |
| 400 | EC7B #EC7B5F | Disabled statesSecondary iconsMuted text |
| 500 | E756 #E75632 | Primary brand colorCTAsActive elementsLinks |
| 600 | C93B #C93B18 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A02F #A02F13 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7222 #72220D | Text on light backgroundsHeadingsStrong borders |
| 900 | 4915 #491509 | Primary textHigh emphasis contentDark headings |
| 950 | 2E0D #2E0D05 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--tomato-50: #FDF4F1;
--tomato-100: #FBE5DF;
--tomato-200: #F8CEC4;
--tomato-300: #F3A996;
--tomato-400: #EC7B5F;
--tomato-500: #E75632;
--tomato-600: #C93B18;
--tomato-700: #A02F13;
--tomato-800: #72220D;
--tomato-900: #491509;
--tomato-950: #2E0D05;
}