Tomato
#F9535E
RedColor Codes
All color formats for development
HEX
#F9535ERGB
rgb(249, 83, 94)HSL
hsl(356, 93%, 65%)OKLCH
oklch(0.672 0.201 20.7)CMYK
cmyk(0%, 67%, 62%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F83340
2#F61322
3#E00817
4#C00713
5#A00610
6#80050D
7#60030A
8#400206
9#200103
Tints
Lighter variations
1#F9646E
2#FA757E
3#FB868E
4#FB989E
5#FCA9AE
6#FDBABF
7#FDCBCF
8#FEDDDF
9#FEEEEF
Tones
Muted variations
1#F05B65
2#E8636C
3#E06C73
4#D8747B
5#CF7C82
6#C78589
7#BF8D90
8#B69597
9#AE9D9F
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF0 #FEF0F1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FEDD #FEDDDF | Light backgroundsTable row hoverSkeleton loading |
| 200 | FDBF #FDBFC3 | Secondary backgroundsInput backgroundsDividers |
| 300 | FB8E #FB8E95 | BordersInactive statesPlaceholder text |
| 400 | F953 #F9535E | Disabled statesSecondary iconsMuted text |
| 500 | F722 #F72230 | Primary brand colorCTAsActive elementsLinks |
| 600 | D908 #D90816 | Hover statesFocus ringsPrimary buttons hover |
| 700 | AC06 #AC0611 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7B04 #7B040C | Text on light backgroundsHeadingsStrong borders |
| 900 | 4F03 #4F0308 | Primary textHigh emphasis contentDark headings |
| 950 | 3102 #310205 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--tomato-50: #FEF0F1;
--tomato-100: #FEDDDF;
--tomato-200: #FDBFC3;
--tomato-300: #FB8E95;
--tomato-400: #F9535E;
--tomato-500: #F72230;
--tomato-600: #D90816;
--tomato-700: #AC0611;
--tomato-800: #7B040C;
--tomato-900: #4F0308;
--tomato-950: #310205;
}