Tomato
#F66B55
RedColor Codes
All color formats for development
HEX
#F66B55RGB
rgb(246, 107, 85)HSL
hsl(8, 90%, 65%)OKLCH
oklch(0.695 0.175 31.1)CMYK
cmyk(0%, 57%, 65%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F44F36
2#F33416
3#DC270C
4#BD220A
5#9D1C08
6#7E1707
7#5E1105
8#3F0B03
9#1F0602
Tints
Lighter variations
1#F77A66
2#F88877
3#F99788
4#FAA699
5#FBB5AA
6#FBC4BB
7#FCD3CC
8#FDE1DD
9#FEF0EE
Tones
Muted variations
1#EE715D
2#E67765
3#DE7D6E
4#D68276
5#CE887E
6#C68E86
7#BE948E
8#B69A96
9#AEA09E
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF2 #FEF2F0 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FDE1 #FDE1DD | Light backgroundsTable row hoverSkeleton loading |
| 200 | FCC8 #FCC8C0 | Secondary backgroundsInput backgroundsDividers |
| 300 | F99E #F99E90 | BordersInactive statesPlaceholder text |
| 400 | F66B #F66B55 | Disabled statesSecondary iconsMuted text |
| 500 | F441 #F44125 | Primary brand colorCTAsActive elementsLinks |
| 600 | D526 #D5260B | Hover statesFocus ringsPrimary buttons hover |
| 700 | AA1E #AA1E09 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7916 #791606 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4E0E #4E0E04 | Primary textHigh emphasis contentDark headings |
| 950 | 3009 #300903 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--tomato-50: #FEF2F0;
--tomato-100: #FDE1DD;
--tomato-200: #FCC8C0;
--tomato-300: #F99E90;
--tomato-400: #F66B55;
--tomato-500: #F44125;
--tomato-600: #D5260B;
--tomato-700: #AA1E09;
--tomato-800: #791606;
--tomato-900: #4E0E04;
--tomato-950: #300903;
}