Tomato
#F05C63
RedColor Codes
All color formats for development
HEX
#F05C63RGB
rgb(240, 92, 99)HSL
hsl(357, 83%, 65%)OKLCH
oklch(0.669 0.182 20.7)CMYK
cmyk(0%, 62%, 59%, 6%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#ED3D46
2#EA1F29
3#D4141D
4#B61119
5#980E15
6#790B11
7#5B080D
8#3D0608
9#1E0304
Tints
Lighter variations
1#F16C73
2#F37C82
3#F48D92
4#F69DA1
5#F7ADB1
6#F9BEC1
7#FACED0
8#FCDEE0
9#FDEFEF
Tones
Muted variations
1#E8636A
2#E16A70
3#DA7277
4#D2797E
5#CB8184
6#C3888B
7#BC9092
8#B59798
9#AD9E9F
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF1 #FEF1F2 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FCDE #FCDEE0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F9C2 #F9C2C5 | Secondary backgroundsInput backgroundsDividers |
| 300 | F594 #F59499 | BordersInactive statesPlaceholder text |
| 400 | F05C #F05C63 | Disabled statesSecondary iconsMuted text |
| 500 | EB2D #EB2D37 | Primary brand colorCTAsActive elementsLinks |
| 600 | CD13 #CD131C | Hover statesFocus ringsPrimary buttons hover |
| 700 | A30F #A30F17 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 750B #750B10 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4B07 #4B070A | 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: #FEF1F2;
--tomato-100: #FCDEE0;
--tomato-200: #F9C2C5;
--tomato-300: #F59499;
--tomato-400: #F05C63;
--tomato-500: #EB2D37;
--tomato-600: #CD131C;
--tomato-700: #A30F17;
--tomato-800: #750B10;
--tomato-900: #4B070A;
--tomato-950: #2F0406;
}