Tomato
#F96E53
RedColor Codes
All color formats for development
HEX
#F96E53RGB
rgb(249, 110, 83)HSL
hsl(10, 93%, 65%)OKLCH
oklch(0.703 0.176 32.7)CMYK
cmyk(0%, 56%, 67%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F85433
2#F63913
3#E02C08
4#C02607
5#A01F06
6#801905
7#601303
8#400D02
9#200601
Tints
Lighter variations
1#F97D64
2#FA8B75
3#FB9A86
4#FBA898
5#FCB7A9
6#FDC5BA
7#FDD4CB
8#FEE2DD
9#FEF1EE
Tones
Muted variations
1#F0745B
2#E87963
3#E07F6C
4#D88574
5#CF8A7C
6#C79085
7#BF958D
8#B69B95
9#AEA09D
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF3 #FEF3F0 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FEE2 #FEE2DD | Light backgroundsTable row hoverSkeleton loading |
| 200 | FDC9 #FDC9BF | Secondary backgroundsInput backgroundsDividers |
| 300 | FBA0 #FBA08E | BordersInactive statesPlaceholder text |
| 400 | F96E #F96E53 | Disabled statesSecondary iconsMuted text |
| 500 | F745 #F74522 | Primary brand colorCTAsActive elementsLinks |
| 600 | D92B #D92B08 | Hover statesFocus ringsPrimary buttons hover |
| 700 | AC22 #AC2206 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7B18 #7B1804 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4F10 #4F1003 | Primary textHigh emphasis contentDark headings |
| 950 | 310A #310A02 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--tomato-50: #FEF3F0;
--tomato-100: #FEE2DD;
--tomato-200: #FDC9BF;
--tomato-300: #FBA08E;
--tomato-400: #F96E53;
--tomato-500: #F74522;
--tomato-600: #D92B08;
--tomato-700: #AC2206;
--tomato-800: #7B1804;
--tomato-900: #4F1003;
--tomato-950: #310A02;
}