Tomato
#F6556E
RedColor Codes
All color formats for development
HEX
#F6556ERGB
rgb(246, 85, 110)HSL
hsl(351, 90%, 65%)OKLCH
oklch(0.673 0.196 15.1)CMYK
cmyk(0%, 65%, 55%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F43653
2#F31637
3#DC0C2B
4#BD0A25
5#9D081F
6#7E0719
7#5E0512
8#3F030C
9#1F0206
Tints
Lighter variations
1#F7667C
2#F8778B
3#F98899
4#FA99A8
5#FBAAB6
6#FBBBC5
7#FCCCD3
8#FDDDE2
9#FEEEF0
Tones
Muted variations
1#EE5D73
2#E66579
3#DE6E7E
4#D67684
5#CE7E8A
6#C6868F
7#BE8E95
8#B6969B
9#AE9EA0
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF0 #FEF0F3 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FDDD #FDDDE2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | FCC0 #FCC0C9 | Secondary backgroundsInput backgroundsDividers |
| 300 | F990 #F9909F | BordersInactive statesPlaceholder text |
| 400 | F655 #F6556E | Disabled statesSecondary iconsMuted text |
| 500 | F425 #F42544 | Primary brand colorCTAsActive elementsLinks |
| 600 | D50B #D50B2A | Hover statesFocus ringsPrimary buttons hover |
| 700 | AA09 #AA0921 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7906 #790618 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4E04 #4E040F | Primary textHigh emphasis contentDark headings |
| 950 | 3003 #300309 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--tomato-50: #FEF0F3;
--tomato-100: #FDDDE2;
--tomato-200: #FCC0C9;
--tomato-300: #F9909F;
--tomato-400: #F6556E;
--tomato-500: #F42544;
--tomato-600: #D50B2A;
--tomato-700: #AA0921;
--tomato-800: #790618;
--tomato-900: #4E040F;
--tomato-950: #300309;
}