Tomato
#E94B2F
RedColor Codes
All color formats for development
HEX
#E94B2FRGB
rgb(233, 75, 47)HSL
hsl(9, 81%, 55%)OKLCH
oklch(0.632 0.199 32.4)CMYK
cmyk(0%, 68%, 80%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#E43718
2#CB3115
3#B22B13
4#982410
5#7F1E0D
6#66180B
7#4C1208
8#330C05
9#190603
Tints
Lighter variations
1#EB5D44
2#EE6F59
3#F0816E
4#F29382
5#F4A597
6#F6B7AC
7#F8C9C1
8#FBDBD5
9#FDEDEA
Tones
Muted variations
1#E05239
2#D75842
3#CD5F4B
4#C46554
5#BB6C5E
6#B17267
7#A87970
8#9F7F7A
9#968683
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 | F9CB #F9CBC3 | Secondary backgroundsInput backgroundsDividers |
| 300 | F4A3 #F4A395 | BordersInactive statesPlaceholder text |
| 400 | EE73 #EE735D | Disabled statesSecondary iconsMuted text |
| 500 | E94B #E94B2F | Primary brand colorCTAsActive elementsLinks |
| 600 | CB31 #CB3115 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A227 #A22711 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 731C #731C0C | Text on light backgroundsHeadingsStrong borders |
| 900 | 4A12 #4A1208 | Primary textHigh emphasis contentDark headings |
| 950 | 2E0B #2E0B05 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--tomato-50: #FEF3F1;
--tomato-100: #FCE3DF;
--tomato-200: #F9CBC3;
--tomato-300: #F4A395;
--tomato-400: #EE735D;
--tomato-500: #E94B2F;
--tomato-600: #CB3115;
--tomato-700: #A22711;
--tomato-800: #731C0C;
--tomato-900: #4A1208;
--tomato-950: #2E0B05;
}