Tomato
#F05C5C
RedColor Codes
All color formats for development
HEX
#F05C5CRGB
rgb(240, 92, 92)HSL
hsl(0, 83%, 65%)OKLCH
oklch(0.668 0.183 23.5)CMYK
cmyk(0%, 62%, 62%, 6%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#ED3D3D
2#EA1F1F
3#D41414
4#B61111
5#980E0E
6#790B0B
7#5B0808
8#3D0606
9#1E0303
Tints
Lighter variations
1#F16C6C
2#F37C7C
3#F48D8D
4#F69D9D
5#F7ADAD
6#F9BEBE
7#FACECE
8#FCDEDE
9#FDEFEF
Tones
Muted variations
1#E86363
2#E16A6A
3#DA7272
4#D27979
5#CB8181
6#C38888
7#BC9090
8#B59797
9#AD9E9E
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF1 #FEF1F1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FCDE #FCDEDE | Light backgroundsTable row hoverSkeleton loading |
| 200 | F9C2 #F9C2C2 | Secondary backgroundsInput backgroundsDividers |
| 300 | F594 #F59494 | BordersInactive statesPlaceholder text |
| 400 | F05C #F05C5C | Disabled statesSecondary iconsMuted text |
| 500 | EB2D #EB2D2D | Primary brand colorCTAsActive elementsLinks |
| 600 | CD13 #CD1313 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A30F #A30F0F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 750B #750B0B | Text on light backgroundsHeadingsStrong borders |
| 900 | 4B07 #4B0707 | Primary textHigh emphasis contentDark headings |
| 950 | 2F04 #2F0404 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--tomato-50: #FEF1F1;
--tomato-100: #FCDEDE;
--tomato-200: #F9C2C2;
--tomato-300: #F59494;
--tomato-400: #F05C5C;
--tomato-500: #EB2D2D;
--tomato-600: #CD1313;
--tomato-700: #A30F0F;
--tomato-800: #750B0B;
--tomato-900: #4B0707;
--tomato-950: #2F0404;
}