Tomato
#F05C66
RedColor Codes
All color formats for development
HEX
#F05C66RGB
rgb(240, 92, 102)HSL
hsl(356, 83%, 65%)OKLCH
oklch(0.67 0.182 19.5)CMYK
cmyk(0%, 62%, 57%, 6%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#ED3D49
2#EA1F2D
3#D41421
4#B6111C
5#980E17
6#790B13
7#5B080E
8#3D0609
9#1E0305
Tints
Lighter variations
1#F16C75
2#F37C84
3#F48D94
4#F69DA3
5#F7ADB2
6#F9BEC2
7#FACED1
8#FCDEE0
9#FDEFF0
Tones
Muted variations
1#E8636C
2#E16A72
3#DA7279
4#D2797F
5#CB8186
6#C3888C
7#BC9092
8#B59799
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 #F9C2C6 | Secondary backgroundsInput backgroundsDividers |
| 300 | F594 #F5949A | BordersInactive statesPlaceholder text |
| 400 | F05C #F05C66 | Disabled statesSecondary iconsMuted text |
| 500 | EB2D #EB2D3A | Primary brand colorCTAsActive elementsLinks |
| 600 | CD13 #CD131F | Hover statesFocus ringsPrimary buttons hover |
| 700 | A30F #A30F19 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 750B #750B12 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4B07 #4B070B | Primary textHigh emphasis contentDark headings |
| 950 | 2F04 #2F0407 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--tomato-50: #FEF1F2;
--tomato-100: #FCDEE0;
--tomato-200: #F9C2C6;
--tomato-300: #F5949A;
--tomato-400: #F05C66;
--tomato-500: #EB2D3A;
--tomato-600: #CD131F;
--tomato-700: #A30F19;
--tomato-800: #750B12;
--tomato-900: #4B070B;
--tomato-950: #2F0407;
}