Tomato
#F65568
RedColor Codes
All color formats for development
HEX
#F65568RGB
rgb(246, 85, 104)HSL
hsl(353, 90%, 65%)OKLCH
oklch(0.671 0.196 17.4)CMYK
cmyk(0%, 65%, 58%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F4364C
2#F31630
3#DC0C24
4#BD0A1F
5#9D081A
6#7E0715
7#5E050F
8#3F030A
9#1F0205
Tints
Lighter variations
1#F76677
2#F87786
3#F98895
4#FA99A5
5#FBAAB4
6#FBBBC3
7#FCCCD2
8#FDDDE1
9#FEEEF0
Tones
Muted variations
1#EE5D6E
2#E66574
3#DE6E7B
4#D67681
5#CE7E87
6#C6868D
7#BE8E93
8#B69699
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 #FCC0C7 | Secondary backgroundsInput backgroundsDividers |
| 300 | F990 #F9909C | BordersInactive statesPlaceholder text |
| 400 | F655 #F65568 | Disabled statesSecondary iconsMuted text |
| 500 | F425 #F4253D | Primary brand colorCTAsActive elementsLinks |
| 600 | D50B #D50B23 | Hover statesFocus ringsPrimary buttons hover |
| 700 | AA09 #AA091C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7906 #790614 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4E04 #4E040D | Primary textHigh emphasis contentDark headings |
| 950 | 3003 #300308 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--tomato-50: #FEF0F2;
--tomato-100: #FDDDE1;
--tomato-200: #FCC0C7;
--tomato-300: #F9909C;
--tomato-400: #F65568;
--tomato-500: #F4253D;
--tomato-600: #D50B23;
--tomato-700: #AA091C;
--tomato-800: #790614;
--tomato-900: #4E040D;
--tomato-950: #300308;
}