Tomato
#F05C68
RedColor Codes
All color formats for development
HEX
#F05C68RGB
rgb(240, 92, 104)HSL
hsl(355, 83%, 65%)OKLCH
oklch(0.67 0.182 18.7)CMYK
cmyk(0%, 62%, 57%, 6%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#ED3D4C
2#EA1F30
3#D41424
4#B6111F
5#980E1A
6#790B14
7#5B080F
8#3D060A
9#1E0305
Tints
Lighter variations
1#F16C77
2#F37C86
3#F48D95
4#F69DA4
5#F7ADB4
6#F9BEC3
7#FACED2
8#FCDEE1
9#FDEFF0
Tones
Muted variations
1#E8636E
2#E16A74
3#DA727B
4#D27981
5#CB8187
6#C3888D
7#BC9093
8#B59799
9#AD9EA0
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF1 #FEF1F2 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FCDE #FCDEE1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F9C2 #F9C2C7 | Secondary backgroundsInput backgroundsDividers |
| 300 | F594 #F5949C | BordersInactive statesPlaceholder text |
| 400 | F05C #F05C68 | Disabled statesSecondary iconsMuted text |
| 500 | EB2D #EB2D3D | Primary brand colorCTAsActive elementsLinks |
| 600 | CD13 #CD1323 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A30F #A30F1C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 750B #750B14 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4B07 #4B070D | Primary textHigh emphasis contentDark headings |
| 950 | 2F04 #2F0408 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--tomato-50: #FEF1F2;
--tomato-100: #FCDEE1;
--tomato-200: #F9C2C7;
--tomato-300: #F5949C;
--tomato-400: #F05C68;
--tomato-500: #EB2D3D;
--tomato-600: #CD1323;
--tomato-700: #A30F1C;
--tomato-800: #750B14;
--tomato-900: #4B070D;
--tomato-950: #2F0408;
}