Tomato
#E74132
RedColor Codes
All color formats for development
HEX
#E74132RGB
rgb(231, 65, 50)HSL
hsl(5, 79%, 55%)OKLCH
oklch(0.618 0.205 29.4)CMYK
cmyk(0%, 72%, 78%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#E22B1B
2#C92618
3#B02215
4#971D12
5#7E180F
6#64130C
7#4B0E09
8#320A06
9#190503
Tints
Lighter variations
1#E95446
2#EC675B
3#EE7A6F
4#F18D84
5#F3A098
6#F5B3AD
7#F8C6C1
8#FAD9D6
9#FDECEA
Tones
Muted variations
1#DE483B
2#D55044
3#CC574D
4#C35F56
5#BA665F
6#B16E68
7#A77671
8#9E7D7A
9#958583
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF2 #FDF2F1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBE1 #FBE1DF | Light backgroundsTable row hoverSkeleton loading |
| 200 | F8C8 #F8C8C4 | Secondary backgroundsInput backgroundsDividers |
| 300 | F39E #F39E96 | BordersInactive statesPlaceholder text |
| 400 | EC6B #EC6B5F | Disabled statesSecondary iconsMuted text |
| 500 | E741 #E74132 | Primary brand colorCTAsActive elementsLinks |
| 600 | C926 #C92618 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A01E #A01E13 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7216 #72160D | Text on light backgroundsHeadingsStrong borders |
| 900 | 490E #490E09 | Primary textHigh emphasis contentDark headings |
| 950 | 2E09 #2E0905 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--tomato-50: #FDF2F1;
--tomato-100: #FBE1DF;
--tomato-200: #F8C8C4;
--tomato-300: #F39E96;
--tomato-400: #EC6B5F;
--tomato-500: #E74132;
--tomato-600: #C92618;
--tomato-700: #A01E13;
--tomato-800: #72160D;
--tomato-900: #490E09;
--tomato-950: #2E0905;
}