Tomato
#F76D55
RedColor Codes
All color formats for development
HEX
#F76D55RGB
rgb(247, 109, 85)HSL
hsl(9, 91%, 65%)OKLCH
oklch(0.699 0.174 31.8)CMYK
cmyk(0%, 56%, 66%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F55235
2#F43715
3#DE2A0A
4#BE2409
5#9E1E07
6#7F1806
7#5F1204
8#3F0C03
9#200601
Tints
Lighter variations
1#F87C66
2#F98A77
3#F99988
4#FAA799
5#FBB6AA
6#FCC5BB
7#FDD3CC
8#FDE2DD
9#FEF0EE
Tones
Muted variations
1#EF735D
2#E77865
3#DF7E6D
4#D68475
5#CE897D
6#C68F85
7#BE958D
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 | FDE2 #FDE2DD | Light backgroundsTable row hoverSkeleton loading |
| 200 | FCC9 #FCC9C0 | Secondary backgroundsInput backgroundsDividers |
| 300 | FA9F #FA9F8F | BordersInactive statesPlaceholder text |
| 400 | F76D #F76D55 | Disabled statesSecondary iconsMuted text |
| 500 | F543 #F54324 | Primary brand colorCTAsActive elementsLinks |
| 600 | D629 #D6290A | Hover statesFocus ringsPrimary buttons hover |
| 700 | AA20 #AA2008 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7A17 #7A1706 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4E0F #4E0F04 | Primary textHigh emphasis contentDark headings |
| 950 | 3109 #310902 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--tomato-50: #FEF2F0;
--tomato-100: #FDE2DD;
--tomato-200: #FCC9C0;
--tomato-300: #FA9F8F;
--tomato-400: #F76D55;
--tomato-500: #F54324;
--tomato-600: #D6290A;
--tomato-700: #AA2008;
--tomato-800: #7A1706;
--tomato-900: #4E0F04;
--tomato-950: #310902;
}