Tomato
#E74D32
RedColor Codes
All color formats for development
HEX
#E74D32RGB
rgb(231, 77, 50)HSL
hsl(9, 79%, 55%)OKLCH
oklch(0.631 0.195 32.3)CMYK
cmyk(0%, 67%, 78%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#E2381B
2#C93218
3#B02C15
4#972612
5#7E1F0F
6#64190C
7#4B1309
8#320D06
9#190603
Tints
Lighter variations
1#E95F46
2#EC705B
3#EE826F
4#F19484
5#F3A698
6#F5B8AD
7#F8CAC1
8#FADBD6
9#FDEDEA
Tones
Muted variations
1#DE533B
2#D55944
3#CC604D
4#C36656
5#BA6D5F
6#B17368
7#A77971
8#9E807A
9#958683
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF3 #FDF3F1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBE3 #FBE3DF | Light backgroundsTable row hoverSkeleton loading |
| 200 | F8CC #F8CCC4 | Secondary backgroundsInput backgroundsDividers |
| 300 | F3A4 #F3A496 | BordersInactive statesPlaceholder text |
| 400 | EC74 #EC745F | Disabled statesSecondary iconsMuted text |
| 500 | E74D #E74D32 | Primary brand colorCTAsActive elementsLinks |
| 600 | C932 #C93218 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A028 #A02813 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 721C #721C0D | Text on light backgroundsHeadingsStrong borders |
| 900 | 4912 #491209 | 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: #FDF3F1;
--tomato-100: #FBE3DF;
--tomato-200: #F8CCC4;
--tomato-300: #F3A496;
--tomato-400: #EC745F;
--tomato-500: #E74D32;
--tomato-600: #C93218;
--tomato-700: #A02813;
--tomato-800: #721C0D;
--tomato-900: #491209;
--tomato-950: #2E0B05;
}