Tomato
#F0635C
RedColor Codes
All color formats for development
HEX
#F0635CRGB
rgb(240, 99, 92)HSL
hsl(3, 83%, 65%)OKLCH
oklch(0.677 0.176 25.7)CMYK
cmyk(0%, 59%, 62%, 6%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#ED463D
2#EA291F
3#D41D14
4#B61911
5#98150E
6#79110B
7#5B0D08
8#3D0806
9#1E0403
Tints
Lighter variations
1#F1736C
2#F3827C
3#F4928D
4#F6A19D
5#F7B1AD
6#F9C1BE
7#FAD0CE
8#FCE0DE
9#FDEFEF
Tones
Muted variations
1#E86A63
2#E1706A
3#DA7772
4#D27E79
5#CB8481
6#C38B88
7#BC9290
8#B59897
9#AD9F9E
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF2 #FEF2F1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FCE0 #FCE0DE | Light backgroundsTable row hoverSkeleton loading |
| 200 | F9C5 #F9C5C2 | Secondary backgroundsInput backgroundsDividers |
| 300 | F599 #F59994 | BordersInactive statesPlaceholder text |
| 400 | F063 #F0635C | Disabled statesSecondary iconsMuted text |
| 500 | EB37 #EB372D | Primary brand colorCTAsActive elementsLinks |
| 600 | CD1C #CD1C13 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A317 #A3170F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7510 #75100B | Text on light backgroundsHeadingsStrong borders |
| 900 | 4B0A #4B0A07 | Primary textHigh emphasis contentDark headings |
| 950 | 2F06 #2F0604 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--tomato-50: #FEF2F1;
--tomato-100: #FCE0DE;
--tomato-200: #F9C5C2;
--tomato-300: #F59994;
--tomato-400: #F0635C;
--tomato-500: #EB372D;
--tomato-600: #CD1C13;
--tomato-700: #A3170F;
--tomato-800: #75100B;
--tomato-900: #4B0A07;
--tomato-950: #2F0604;
}