Tomato
#F65563
RedColor Codes
All color formats for development
HEX
#F65563RGB
rgb(246, 85, 99)HSL
hsl(355, 90%, 65%)OKLCH
oklch(0.67 0.196 19.2)CMYK
cmyk(0%, 65%, 60%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F43646
2#F31629
3#DC0C1D
4#BD0A19
5#9D0815
6#7E0711
7#5E050C
8#3F0308
9#1F0204
Tints
Lighter variations
1#F76672
2#F87782
3#F98892
4#FA99A1
5#FBAAB1
6#FBBBC1
7#FCCCD0
8#FDDDE0
9#FEEEEF
Tones
Muted variations
1#EE5D6A
2#E66570
3#DE6E77
4#D6767E
5#CE7E84
6#C6868B
7#BE8E92
8#B69698
9#AE9E9F
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF0 #FEF0F2 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FDDD #FDDDE0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | FCC0 #FCC0C5 | Secondary backgroundsInput backgroundsDividers |
| 300 | F990 #F99098 | BordersInactive statesPlaceholder text |
| 400 | F655 #F65563 | Disabled statesSecondary iconsMuted text |
| 500 | F425 #F42536 | Primary brand colorCTAsActive elementsLinks |
| 600 | D50B #D50B1C | Hover statesFocus ringsPrimary buttons hover |
| 700 | AA09 #AA0916 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7906 #790610 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4E04 #4E040A | Primary textHigh emphasis contentDark headings |
| 950 | 3003 #300306 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--tomato-50: #FEF0F2;
--tomato-100: #FDDDE0;
--tomato-200: #FCC0C5;
--tomato-300: #F99098;
--tomato-400: #F65563;
--tomato-500: #F42536;
--tomato-600: #D50B1C;
--tomato-700: #AA0916;
--tomato-800: #790610;
--tomato-900: #4E040A;
--tomato-950: #300306;
}