Tomato
#EF645D
RedColor Codes
All color formats for development
HEX
#EF645DRGB
rgb(239, 100, 93)HSL
hsl(3, 82%, 65%)OKLCH
oklch(0.677 0.173 25.7)CMYK
cmyk(0%, 58%, 61%, 6%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#EC473E
2#E92A20
3#D31E15
4#B51A12
5#97160F
6#79110C
7#5A0D09
8#3C0906
9#1E0403
Tints
Lighter variations
1#F1736D
2#F2837D
3#F4928D
4#F5A29E
5#F7B1AE
6#F9C1BE
7#FAD0CE
8#FCE0DF
9#FDEFEF
Tones
Muted variations
1#E86A64
2#E0716B
3#D97873
4#D27E7A
5#CA8581
6#C38B88
7#BC9290
8#B49997
9#AD9F9E
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF2 #FEF2F1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FCE0 #FCE0DF | Light backgroundsTable row hoverSkeleton loading |
| 200 | F9C5 #F9C5C3 | Secondary backgroundsInput backgroundsDividers |
| 300 | F499 #F49994 | BordersInactive statesPlaceholder text |
| 400 | EF64 #EF645D | Disabled statesSecondary iconsMuted text |
| 500 | EA38 #EA382E | Primary brand colorCTAsActive elementsLinks |
| 600 | CC1D #CC1D14 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A217 #A21710 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7411 #74110B | Text on light backgroundsHeadingsStrong borders |
| 900 | 4A0B #4A0B07 | Primary textHigh emphasis contentDark headings |
| 950 | 2E07 #2E0705 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--tomato-50: #FEF2F1;
--tomato-100: #FCE0DF;
--tomato-200: #F9C5C3;
--tomato-300: #F49994;
--tomato-400: #EF645D;
--tomato-500: #EA382E;
--tomato-600: #CC1D14;
--tomato-700: #A21710;
--tomato-800: #74110B;
--tomato-900: #4A0B07;
--tomato-950: #2E0705;
}