Tomato
#F86C54
RedColor Codes
All color formats for development
HEX
#F86C54RGB
rgb(248, 108, 84)HSL
hsl(9, 92%, 65%)OKLCH
oklch(0.699 0.177 31.7)CMYK
cmyk(0%, 56%, 66%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F75134
2#F53614
3#DF2909
4#BF2308
5#9F1E07
6#7F1805
7#5F1204
8#400C03
9#200601
Tints
Lighter variations
1#F97B65
2#F98A76
3#FA9887
4#FBA798
5#FBB6A9
6#FCC4BA
7#FDD3CC
8#FEE2DD
9#FEF0EE
Tones
Muted variations
1#F0725C
2#E77864
3#DF7E6C
4#D78374
5#CF897D
6#C78F85
7#BE958D
8#B69A95
9#AEA09E
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF2 #FEF2F0 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FEE2 #FEE2DD | Light backgroundsTable row hoverSkeleton loading |
| 200 | FCC9 #FCC9BF | Secondary backgroundsInput backgroundsDividers |
| 300 | FA9F #FA9F8E | BordersInactive statesPlaceholder text |
| 400 | F86C #F86C54 | Disabled statesSecondary iconsMuted text |
| 500 | F642 #F64223 | Primary brand colorCTAsActive elementsLinks |
| 600 | D728 #D72809 | Hover statesFocus ringsPrimary buttons hover |
| 700 | AB20 #AB2007 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7A17 #7A1705 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4E0F #4E0F03 | 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: #FEE2DD;
--tomato-200: #FCC9BF;
--tomato-300: #FA9F8E;
--tomato-400: #F86C54;
--tomato-500: #F64223;
--tomato-600: #D72809;
--tomato-700: #AB2007;
--tomato-800: #7A1705;
--tomato-900: #4E0F03;
--tomato-950: #310902;
}