Tomato
#F96953
RedColor Codes
All color formats for development
HEX
#F96953RGB
rgb(249, 105, 83)HSL
hsl(8, 93%, 65%)OKLCH
oklch(0.696 0.181 30.9)CMYK
cmyk(0%, 58%, 67%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F84D33
2#F63113
3#E02508
4#C02007
5#A01A06
6#801505
7#601003
8#400B02
9#200501
Tints
Lighter variations
1#F97864
2#FA8775
3#FB9686
4#FBA598
5#FCB4A9
6#FDC3BA
7#FDD2CB
8#FEE1DD
9#FEF0EE
Tones
Muted variations
1#F06F5B
2#E87563
3#E07B6C
4#D88174
5#CF877C
6#C78D85
7#BF938D
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 | FEE1 #FEE1DD | Light backgroundsTable row hoverSkeleton loading |
| 200 | FDC7 #FDC7BF | Secondary backgroundsInput backgroundsDividers |
| 300 | FB9C #FB9C8E | BordersInactive statesPlaceholder text |
| 400 | F969 #F96953 | Disabled statesSecondary iconsMuted text |
| 500 | F73E #F73E22 | Primary brand colorCTAsActive elementsLinks |
| 600 | D924 #D92408 | Hover statesFocus ringsPrimary buttons hover |
| 700 | AC1C #AC1C06 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7B14 #7B1404 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4F0D #4F0D03 | 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: #FDC7BF;
--tomato-300: #FB9C8E;
--tomato-400: #F96953;
--tomato-500: #F73E22;
--tomato-600: #D92408;
--tomato-700: #AC1C06;
--tomato-800: #7B1404;
--tomato-900: #4F0D03;
--tomato-950: #310802;
}