Tomato
#F96353
RedColor Codes
All color formats for development
HEX
#F96353RGB
rgb(249, 99, 83)HSL
hsl(6, 93%, 65%)OKLCH
oklch(0.689 0.187 28.9)CMYK
cmyk(0%, 60%, 67%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F84633
2#F62A13
3#E01E08
4#C01907
5#A01506
6#801105
7#600D03
8#400802
9#200401
Tints
Lighter variations
1#F97364
2#FA8275
3#FB9286
4#FBA298
5#FCB1A9
6#FDC1BA
7#FDD0CB
8#FEE0DD
9#FEEFEE
Tones
Muted variations
1#F06A5B
2#E87163
3#E0776C
4#D87E74
5#CF857C
6#C78B85
7#BF928D
8#B69895
9#AE9F9D
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 | FDC5 #FDC5BF | Secondary backgroundsInput backgroundsDividers |
| 300 | FB99 #FB998E | BordersInactive statesPlaceholder text |
| 400 | F963 #F96353 | Disabled statesSecondary iconsMuted text |
| 500 | F737 #F73722 | Primary brand colorCTAsActive elementsLinks |
| 600 | D91D #D91D08 | Hover statesFocus ringsPrimary buttons hover |
| 700 | AC17 #AC1706 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7B10 #7B1004 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4F0A #4F0A03 | 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: #FDC5BF;
--tomato-300: #FB998E;
--tomato-400: #F96353;
--tomato-500: #F73722;
--tomato-600: #D91D08;
--tomato-700: #AC1706;
--tomato-800: #7B1004;
--tomato-900: #4F0A03;
--tomato-950: #310702;
}