Tomato
#F86454
RedColor Codes
All color formats for development
HEX
#F86454RGB
rgb(248, 100, 84)HSL
hsl(6, 92%, 65%)OKLCH
oklch(0.689 0.185 28.9)CMYK
cmyk(0%, 60%, 66%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F74734
2#F52B14
3#DF1F09
4#BF1A08
5#9F1607
6#7F1205
7#5F0D04
8#400903
9#200401
Tints
Lighter variations
1#F97465
2#F98376
3#FA9387
4#FBA298
5#FBB2A9
6#FCC1BA
7#FDD1CC
8#FEE0DD
9#FEF0EE
Tones
Muted variations
1#F06B5C
2#E77164
3#DF786C
4#D77E74
5#CF857D
6#C78B85
7#BE928D
8#B69995
9#AE9F9E
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF2 #FEF2F0 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FEE0 #FEE0DD | Light backgroundsTable row hoverSkeleton loading |
| 200 | FCC5 #FCC5BF | Secondary backgroundsInput backgroundsDividers |
| 300 | FA99 #FA998E | BordersInactive statesPlaceholder text |
| 400 | F864 #F86454 | Disabled statesSecondary iconsMuted text |
| 500 | F638 #F63823 | Primary brand colorCTAsActive elementsLinks |
| 600 | D71E #D71E09 | Hover statesFocus ringsPrimary buttons hover |
| 700 | AB18 #AB1807 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7A11 #7A1105 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4E0B #4E0B03 | 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: #FEE0DD;
--tomato-200: #FCC5BF;
--tomato-300: #FA998E;
--tomato-400: #F86454;
--tomato-500: #F63823;
--tomato-600: #D71E09;
--tomato-700: #AB1807;
--tomato-800: #7A1105;
--tomato-900: #4E0B03;
--tomato-950: #310702;
}