Tomato
#F05C5E
RedColor Codes
All color formats for development
HEX
#F05C5ERGB
rgb(240, 92, 94)HSL
hsl(359, 83%, 65%)OKLCH
oklch(0.668 0.183 22.7)CMYK
cmyk(0%, 62%, 61%, 6%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#ED3D40
2#EA1F22
3#D41417
4#B61114
5#980E10
6#790B0D
7#5B080A
8#3D0607
9#1E0303
Tints
Lighter variations
1#F16C6E
2#F37C7E
3#F48D8E
4#F69D9E
5#F7ADAF
6#F9BEBF
7#FACECF
8#FCDEDF
9#FDEFEF
Tones
Muted variations
1#E86365
2#E16A6C
3#DA7274
4#D2797B
5#CB8182
6#C38889
7#BC9090
8#B59797
9#AD9E9F
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF1 #FEF1F1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FCDE #FCDEDF | Light backgroundsTable row hoverSkeleton loading |
| 200 | F9C2 #F9C2C3 | Secondary backgroundsInput backgroundsDividers |
| 300 | F594 #F59495 | BordersInactive statesPlaceholder text |
| 400 | F05C #F05C5E | Disabled statesSecondary iconsMuted text |
| 500 | EB2D #EB2D30 | Primary brand colorCTAsActive elementsLinks |
| 600 | CD13 #CD1316 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A30F #A30F12 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 750B #750B0D | Text on light backgroundsHeadingsStrong borders |
| 900 | 4B07 #4B0708 | Primary textHigh emphasis contentDark headings |
| 950 | 2F04 #2F0405 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--tomato-50: #FEF1F1;
--tomato-100: #FCDEDF;
--tomato-200: #F9C2C3;
--tomato-300: #F59495;
--tomato-400: #F05C5E;
--tomato-500: #EB2D30;
--tomato-600: #CD1316;
--tomato-700: #A30F12;
--tomato-800: #750B0D;
--tomato-900: #4B0708;
--tomato-950: #2F0405;
}