Tomato
#F55666
RedColor Codes
All color formats for development
HEX
#F55666RGB
rgb(245, 86, 102)HSL
hsl(354, 89%, 65%)OKLCH
oklch(0.671 0.194 18.3)CMYK
cmyk(0%, 65%, 58%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F3374A
2#F2182D
3#DB0D21
4#BC0B1D
5#9D0918
6#7D0713
7#5E050E
8#3F040A
9#1F0205
Tints
Lighter variations
1#F66775
2#F77885
3#F88994
4#F99AA3
5#FAABB3
6#FBBCC2
7#FCCCD1
8#FDDDE0
9#FEEEF0
Tones
Muted variations
1#ED5E6D
2#E56673
3#DD6E79
4#D57680
5#CD7E86
6#C6868C
7#BE8E93
8#B69699
9#AE9E9F
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF1 #FEF1F2 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FDDD #FDDDE0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | FBC0 #FBC0C6 | Secondary backgroundsInput backgroundsDividers |
| 300 | F990 #F9909B | BordersInactive statesPlaceholder text |
| 400 | F556 #F55666 | Disabled statesSecondary iconsMuted text |
| 500 | F226 #F2263B | Primary brand colorCTAsActive elementsLinks |
| 600 | D40C #D40C20 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A90A #A90A1A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7807 #780712 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4D04 #4D040C | Primary textHigh emphasis contentDark headings |
| 950 | 3003 #300307 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--tomato-50: #FEF1F2;
--tomato-100: #FDDDE0;
--tomato-200: #FBC0C6;
--tomato-300: #F9909B;
--tomato-400: #F55666;
--tomato-500: #F2263B;
--tomato-600: #D40C20;
--tomato-700: #A90A1A;
--tomato-800: #780712;
--tomato-900: #4D040C;
--tomato-950: #300307;
}