Tomato
#F66355
RedColor Codes
All color formats for development
HEX
#F66355RGB
rgb(246, 99, 85)HSL
hsl(5, 90%, 65%)OKLCH
oklch(0.684 0.183 28.3)CMYK
cmyk(0%, 60%, 65%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F44636
2#F32916
3#DC1D0C
4#BD190A
5#9D1508
6#7E1107
7#5E0C05
8#3F0803
9#1F0402
Tints
Lighter variations
1#F77266
2#F88277
3#F99288
4#FAA199
5#FBB1AA
6#FBC1BB
7#FCD0CC
8#FDE0DD
9#FEEFEE
Tones
Muted variations
1#EE6A5D
2#E67065
3#DE776E
4#D67E76
5#CE847E
6#C68B86
7#BE928E
8#B69896
9#AE9F9E
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF2 #FEF2F0 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FDE0 #FDE0DD | Light backgroundsTable row hoverSkeleton loading |
| 200 | FCC5 #FCC5C0 | Secondary backgroundsInput backgroundsDividers |
| 300 | F998 #F99890 | BordersInactive statesPlaceholder text |
| 400 | F663 #F66355 | Disabled statesSecondary iconsMuted text |
| 500 | F436 #F43625 | Primary brand colorCTAsActive elementsLinks |
| 600 | D51C #D51C0B | Hover statesFocus ringsPrimary buttons hover |
| 700 | AA16 #AA1609 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7910 #791006 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4E0A #4E0A04 | Primary textHigh emphasis contentDark headings |
| 950 | 3006 #300603 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--tomato-50: #FEF2F0;
--tomato-100: #FDE0DD;
--tomato-200: #FCC5C0;
--tomato-300: #F99890;
--tomato-400: #F66355;
--tomato-500: #F43625;
--tomato-600: #D51C0B;
--tomato-700: #AA1609;
--tomato-800: #791006;
--tomato-900: #4E0A04;
--tomato-950: #300603;
}