Tomato
#F86A54
RedColor Codes
All color formats for development
HEX
#F86A54RGB
rgb(248, 106, 84)HSL
hsl(8, 92%, 65%)OKLCH
oklch(0.696 0.179 31)CMYK
cmyk(0%, 57%, 66%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F74E34
2#F53214
3#DF2609
4#BF2008
5#9F1B07
6#7F1605
7#5F1004
8#400B03
9#200501
Tints
Lighter variations
1#F97865
2#F98776
3#FA9687
4#FBA598
5#FBB4A9
6#FCC3BA
7#FDD2CC
8#FEE1DD
9#FEF0EE
Tones
Muted variations
1#F0705C
2#E77664
3#DF7C6C
4#D78274
5#CF887D
6#C78E85
7#BE948D
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 | FEE1 #FEE1DD | Light backgroundsTable row hoverSkeleton loading |
| 200 | FCC7 #FCC7BF | Secondary backgroundsInput backgroundsDividers |
| 300 | FA9D #FA9D8E | BordersInactive statesPlaceholder text |
| 400 | F86A #F86A54 | Disabled statesSecondary iconsMuted text |
| 500 | F63F #F63F23 | Primary brand colorCTAsActive elementsLinks |
| 600 | D725 #D72509 | Hover statesFocus ringsPrimary buttons hover |
| 700 | AB1D #AB1D07 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7A15 #7A1505 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4E0D #4E0D03 | Primary textHigh emphasis contentDark headings |
| 950 | 3108 #310802 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--tomato-50: #FEF2F0;
--tomato-100: #FEE1DD;
--tomato-200: #FCC7BF;
--tomato-300: #FA9D8E;
--tomato-400: #F86A54;
--tomato-500: #F63F23;
--tomato-600: #D72509;
--tomato-700: #AB1D07;
--tomato-800: #7A1505;
--tomato-900: #4E0D03;
--tomato-950: #310802;
}