Tomato
#F6556B
RedColor Codes
All color formats for development
HEX
#F6556BRGB
rgb(246, 85, 107)HSL
hsl(352, 90%, 65%)OKLCH
oklch(0.672 0.196 16.2)CMYK
cmyk(0%, 65%, 57%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F4364F
2#F31634
3#DC0C27
4#BD0A22
5#9D081C
6#7E0717
7#5E0511
8#3F030B
9#1F0206
Tints
Lighter variations
1#F7667A
2#F87788
3#F98897
4#FA99A6
5#FBAAB5
6#FBBBC4
7#FCCCD3
8#FDDDE1
9#FEEEF0
Tones
Muted variations
1#EE5D71
2#E66577
3#DE6E7D
4#D67682
5#CE7E88
6#C6868E
7#BE8E94
8#B6969A
9#AE9EA0
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF0 #FEF0F2 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FDDD #FDDDE1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | FCC0 #FCC0C8 | Secondary backgroundsInput backgroundsDividers |
| 300 | F990 #F9909E | BordersInactive statesPlaceholder text |
| 400 | F655 #F6556B | Disabled statesSecondary iconsMuted text |
| 500 | F425 #F42541 | Primary brand colorCTAsActive elementsLinks |
| 600 | D50B #D50B26 | Hover statesFocus ringsPrimary buttons hover |
| 700 | AA09 #AA091E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7906 #790616 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4E04 #4E040E | 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: #FEF0F2;
--tomato-100: #FDDDE1;
--tomato-200: #FCC0C8;
--tomato-300: #F9909E;
--tomato-400: #F6556B;
--tomato-500: #F42541;
--tomato-600: #D50B26;
--tomato-700: #AA091E;
--tomato-800: #790616;
--tomato-900: #4E040E;
--tomato-950: #300309;
}