Tomato
#F96C53
RedColor Codes
All color formats for development
HEX
#F96C53RGB
rgb(249, 108, 83)HSL
hsl(9, 93%, 65%)OKLCH
oklch(0.7 0.178 32)CMYK
cmyk(0%, 57%, 67%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F85033
2#F63513
3#E02808
4#C02307
5#A01D06
6#801705
7#601103
8#400C02
9#200601
Tints
Lighter variations
1#F97A64
2#FA8975
3#FB9886
4#FBA798
5#FCB5A9
6#FDC4BA
7#FDD3CB
8#FEE2DD
9#FEF0EE
Tones
Muted variations
1#F0715B
2#E87763
3#E07D6C
4#D88374
5#CF897C
6#C78F85
7#BF948D
8#B69A95
9#AEA09D
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 | FDC8 #FDC8BF | Secondary backgroundsInput backgroundsDividers |
| 300 | FB9E #FB9E8E | BordersInactive statesPlaceholder text |
| 400 | F96C #F96C53 | Disabled statesSecondary iconsMuted text |
| 500 | F742 #F74222 | Primary brand colorCTAsActive elementsLinks |
| 600 | D927 #D92708 | Hover statesFocus ringsPrimary buttons hover |
| 700 | AC1F #AC1F06 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7B16 #7B1604 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4F0E #4F0E03 | 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: #FDC8BF;
--tomato-300: #FB9E8E;
--tomato-400: #F96C53;
--tomato-500: #F74222;
--tomato-600: #D92708;
--tomato-700: #AC1F06;
--tomato-800: #7B1604;
--tomato-900: #4F0E03;
--tomato-950: #310902;
}