Tomato
#E9512F
RedColor Codes
All color formats for development
HEX
#E9512FRGB
rgb(233, 81, 47)HSL
hsl(11, 81%, 55%)OKLCH
oklch(0.638 0.194 34)CMYK
cmyk(0%, 65%, 80%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#E43D18
2#CB3715
3#B23013
4#982910
5#7F220D
6#661B0B
7#4C1408
8#330E05
9#190703
Tints
Lighter variations
1#EB6344
2#EE7459
3#F0856E
4#F29782
5#F4A897
6#F6BAAC
7#F8CBC1
8#FBDCD5
9#FDEEEA
Tones
Muted variations
1#E05739
2#D75D42
3#CD634B
4#C46954
5#BB6F5E
6#B17567
7#A87B70
8#9F807A
9#968683
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF3 #FEF3F1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FCE4 #FCE4DF | Light backgroundsTable row hoverSkeleton loading |
| 200 | F9CD #F9CDC3 | Secondary backgroundsInput backgroundsDividers |
| 300 | F4A6 #F4A695 | BordersInactive statesPlaceholder text |
| 400 | EE78 #EE785D | Disabled statesSecondary iconsMuted text |
| 500 | E951 #E9512F | Primary brand colorCTAsActive elementsLinks |
| 600 | CB37 #CB3715 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A22B #A22B11 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 731F #731F0C | Text on light backgroundsHeadingsStrong borders |
| 900 | 4A14 #4A1408 | Primary textHigh emphasis contentDark headings |
| 950 | 2E0C #2E0C05 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--tomato-50: #FEF3F1;
--tomato-100: #FCE4DF;
--tomato-200: #F9CDC3;
--tomato-300: #F4A695;
--tomato-400: #EE785D;
--tomato-500: #E9512F;
--tomato-600: #CB3715;
--tomato-700: #A22B11;
--tomato-800: #731F0C;
--tomato-900: #4A1408;
--tomato-950: #2E0C05;
}