Tomato
#F76555
RedColor Codes
All color formats for development
HEX
#F76555RGB
rgb(247, 101, 85)HSL
hsl(6, 91%, 65%)OKLCH
oklch(0.688 0.182 28.9)CMYK
cmyk(0%, 59%, 66%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F54835
2#F42B15
3#DE200A
4#BE1B09
5#9E1707
6#7F1206
7#5F0E04
8#3F0903
9#200501
Tints
Lighter variations
1#F87466
2#F98477
3#F99388
4#FAA299
5#FBB2AA
6#FCC1BB
7#FDD1CC
8#FDE0DD
9#FEF0EE
Tones
Muted variations
1#EF6B5D
2#E77265
3#DF786D
4#D67F75
5#CE857D
6#C68C85
7#BE928D
8#B69996
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 | FCC6 #FCC6C0 | Secondary backgroundsInput backgroundsDividers |
| 300 | FA9A #FA9A8F | BordersInactive statesPlaceholder text |
| 400 | F765 #F76555 | Disabled statesSecondary iconsMuted text |
| 500 | F539 #F53924 | Primary brand colorCTAsActive elementsLinks |
| 600 | D61F #D61F0A | Hover statesFocus ringsPrimary buttons hover |
| 700 | AA18 #AA1808 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7A11 #7A1106 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4E0B #4E0B04 | Primary textHigh emphasis contentDark headings |
| 950 | 3107 #310702 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--tomato-50: #FEF2F0;
--tomato-100: #FDE0DD;
--tomato-200: #FCC6C0;
--tomato-300: #FA9A8F;
--tomato-400: #F76555;
--tomato-500: #F53924;
--tomato-600: #D61F0A;
--tomato-700: #AA1808;
--tomato-800: #7A1106;
--tomato-900: #4E0B04;
--tomato-950: #310702;
}