Tomato
#F65560
RedColor Codes
All color formats for development
HEX
#F65560RGB
rgb(246, 85, 96)HSL
hsl(356, 90%, 65%)OKLCH
oklch(0.67 0.196 20.3)CMYK
cmyk(0%, 65%, 61%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F43643
2#F31625
3#DC0C1A
4#BD0A16
5#9D0812
6#7E070F
7#5E050B
8#3F0307
9#1F0204
Tints
Lighter variations
1#F76670
2#F87780
3#F98890
4#FA99A0
5#FBAAB0
6#FBBBBF
7#FCCCCF
8#FDDDDF
9#FEEEEF
Tones
Muted variations
1#EE5D67
2#E6656E
3#DE6E75
4#D6767C
5#CE7E83
6#C6868A
7#BE8E91
8#B69698
9#AE9E9F
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF0 #FEF0F1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FDDD #FDDDDF | Light backgroundsTable row hoverSkeleton loading |
| 200 | FCC0 #FCC0C4 | Secondary backgroundsInput backgroundsDividers |
| 300 | F990 #F99097 | BordersInactive statesPlaceholder text |
| 400 | F655 #F65560 | Disabled statesSecondary iconsMuted text |
| 500 | F425 #F42533 | Primary brand colorCTAsActive elementsLinks |
| 600 | D50B #D50B19 | Hover statesFocus ringsPrimary buttons hover |
| 700 | AA09 #AA0914 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7906 #79060E | Text on light backgroundsHeadingsStrong borders |
| 900 | 4E04 #4E0409 | 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: #FEF0F1;
--tomato-100: #FDDDDF;
--tomato-200: #FCC0C4;
--tomato-300: #F99097;
--tomato-400: #F65560;
--tomato-500: #F42533;
--tomato-600: #D50B19;
--tomato-700: #AA0914;
--tomato-800: #79060E;
--tomato-900: #4E0409;
--tomato-950: #300306;
}