Tomato
#F55656
RedColor Codes
All color formats for development
HEX
#F55656RGB
rgb(245, 86, 86)HSL
hsl(0, 89%, 65%)OKLCH
oklch(0.668 0.195 24.1)CMYK
cmyk(0%, 65%, 65%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F33737
2#F21818
3#DB0D0D
4#BC0B0B
5#9D0909
6#7D0707
7#5E0505
8#3F0404
9#1F0202
Tints
Lighter variations
1#F66767
2#F77878
3#F88989
4#F99A9A
5#FAABAB
6#FBBCBC
7#FCCCCC
8#FDDDDD
9#FEEEEE
Tones
Muted variations
1#ED5E5E
2#E56666
3#DD6E6E
4#D57676
5#CD7E7E
6#C68686
7#BE8E8E
8#B69696
9#AE9E9E
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF1 #FEF1F1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FDDD #FDDDDD | Light backgroundsTable row hoverSkeleton loading |
| 200 | FBC0 #FBC0C0 | Secondary backgroundsInput backgroundsDividers |
| 300 | F990 #F99090 | BordersInactive statesPlaceholder text |
| 400 | F556 #F55656 | Disabled statesSecondary iconsMuted text |
| 500 | F226 #F22626 | Primary brand colorCTAsActive elementsLinks |
| 600 | D40C #D40C0C | Hover statesFocus ringsPrimary buttons hover |
| 700 | A90A #A90A0A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7807 #780707 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4D04 #4D0404 | Primary textHigh emphasis contentDark headings |
| 950 | 3003 #300303 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--tomato-50: #FEF1F1;
--tomato-100: #FDDDDD;
--tomato-200: #FBC0C0;
--tomato-300: #F99090;
--tomato-400: #F55656;
--tomato-500: #F22626;
--tomato-600: #D40C0C;
--tomato-700: #A90A0A;
--tomato-800: #780707;
--tomato-900: #4D0404;
--tomato-950: #300303;
}