Tomato
#F05E5C
RedColor Codes
All color formats for development
HEX
#F05E5CRGB
rgb(240, 94, 92)HSL
hsl(1, 83%, 65%)OKLCH
oklch(0.67 0.181 24.1)CMYK
cmyk(0%, 61%, 62%, 6%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#ED403D
2#EA221F
3#D41714
4#B61411
5#98100E
6#790D0B
7#5B0A08
8#3D0706
9#1E0303
Tints
Lighter variations
1#F16E6C
2#F37E7C
3#F48E8D
4#F69E9D
5#F7AFAD
6#F9BFBE
7#FACFCE
8#FCDFDE
9#FDEFEF
Tones
Muted variations
1#E86563
2#E16C6A
3#DA7472
4#D27B79
5#CB8281
6#C38988
7#BC9090
8#B59797
9#AD9F9E
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF1 #FEF1F1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FCDF #FCDFDE | Light backgroundsTable row hoverSkeleton loading |
| 200 | F9C3 #F9C3C2 | Secondary backgroundsInput backgroundsDividers |
| 300 | F595 #F59594 | BordersInactive statesPlaceholder text |
| 400 | F05E #F05E5C | Disabled statesSecondary iconsMuted text |
| 500 | EB30 #EB302D | Primary brand colorCTAsActive elementsLinks |
| 600 | CD16 #CD1613 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A312 #A3120F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 750D #750D0B | Text on light backgroundsHeadingsStrong borders |
| 900 | 4B08 #4B0807 | Primary textHigh emphasis contentDark headings |
| 950 | 2F05 #2F0504 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--tomato-50: #FEF1F1;
--tomato-100: #FCDFDE;
--tomato-200: #F9C3C2;
--tomato-300: #F59594;
--tomato-400: #F05E5C;
--tomato-500: #EB302D;
--tomato-600: #CD1613;
--tomato-700: #A3120F;
--tomato-800: #750D0B;
--tomato-900: #4B0807;
--tomato-950: #2F0504;
}