Tomato
#F05C61
RedColor Codes
All color formats for development
HEX
#F05C61RGB
rgb(240, 92, 97)HSL
hsl(358, 83%, 65%)OKLCH
oklch(0.669 0.182 21.5)CMYK
cmyk(0%, 62%, 60%, 6%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#ED3D43
2#EA1F26
3#D4141A
4#B61116
5#980E13
6#790B0F
7#5B080B
8#3D0607
9#1E0304
Tints
Lighter variations
1#F16C70
2#F37C80
3#F48D90
4#F69DA0
5#F7ADB0
6#F9BEC0
7#FACECF
8#FCDEDF
9#FDEFEF
Tones
Muted variations
1#E86368
2#E16A6E
3#DA7275
4#D2797C
5#CB8183
6#C3888A
7#BC9091
8#B59798
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 #F9C2C4 | Secondary backgroundsInput backgroundsDividers |
| 300 | F594 #F59497 | BordersInactive statesPlaceholder text |
| 400 | F05C #F05C61 | Disabled statesSecondary iconsMuted text |
| 500 | EB2D #EB2D33 | Primary brand colorCTAsActive elementsLinks |
| 600 | CD13 #CD1319 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A30F #A30F14 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 750B #750B0E | Text on light backgroundsHeadingsStrong borders |
| 900 | 4B07 #4B0709 | Primary textHigh emphasis contentDark headings |
| 950 | 2F04 #2F0406 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--tomato-50: #FEF1F1;
--tomato-100: #FCDEDF;
--tomato-200: #F9C2C4;
--tomato-300: #F59497;
--tomato-400: #F05C61;
--tomato-500: #EB2D33;
--tomato-600: #CD1319;
--tomato-700: #A30F14;
--tomato-800: #750B0E;
--tomato-900: #4B0709;
--tomato-950: #2F0406;
}