Tomato
#E9482F
RedColor Codes
All color formats for development
HEX
#E9482FRGB
rgb(233, 72, 47)HSL
hsl(8, 81%, 55%)OKLCH
oklch(0.628 0.202 31.7)CMYK
cmyk(0%, 69%, 80%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#E43318
2#CB2E15
3#B22813
4#982210
5#7F1C0D
6#66170B
7#4C1108
8#330B05
9#190603
Tints
Lighter variations
1#EB5A44
2#EE6D59
3#F07F6E
4#F29182
5#F4A497
6#F6B6AC
7#F8C8C1
8#FBDAD5
9#FDEDEA
Tones
Muted variations
1#E04F39
2#D75642
3#CD5D4B
4#C46354
5#BB6A5E
6#B17167
7#A87870
8#9F7F7A
9#968583
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF3 #FEF3F1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FCE3 #FCE3DF | Light backgroundsTable row hoverSkeleton loading |
| 200 | F9CA #F9CAC3 | Secondary backgroundsInput backgroundsDividers |
| 300 | F4A2 #F4A295 | BordersInactive statesPlaceholder text |
| 400 | EE71 #EE715D | Disabled statesSecondary iconsMuted text |
| 500 | E948 #E9482F | Primary brand colorCTAsActive elementsLinks |
| 600 | CB2E #CB2E15 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A224 #A22411 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 731A #731A0C | Text on light backgroundsHeadingsStrong borders |
| 900 | 4A11 #4A1108 | Primary textHigh emphasis contentDark headings |
| 950 | 2E0A #2E0A05 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--tomato-50: #FEF3F1;
--tomato-100: #FCE3DF;
--tomato-200: #F9CAC3;
--tomato-300: #F4A295;
--tomato-400: #EE715D;
--tomato-500: #E9482F;
--tomato-600: #CB2E15;
--tomato-700: #A22411;
--tomato-800: #731A0C;
--tomato-900: #4A1108;
--tomato-950: #2E0A05;
}