Tomato
#F9536C
RedColor Codes
All color formats for development
HEX
#F9536CRGB
rgb(249, 83, 108)HSL
hsl(351, 93%, 65%)OKLCH
oklch(0.675 0.201 15.7)CMYK
cmyk(0%, 67%, 57%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F83350
2#F61335
3#E00828
4#C00723
5#A0061D
6#800517
7#600311
8#40020C
9#200106
Tints
Lighter variations
1#F9647A
2#FA7589
3#FB8698
4#FB98A7
5#FCA9B5
6#FDBAC4
7#FDCBD3
8#FEDDE2
9#FEEEF0
Tones
Muted variations
1#F05B71
2#E86377
3#E06C7D
4#D87483
5#CF7C89
6#C7858F
7#BF8D94
8#B6959A
9#AE9DA0
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF0 #FEF0F2 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FEDD #FEDDE2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | FDBF #FDBFC8 | Secondary backgroundsInput backgroundsDividers |
| 300 | FB8E #FB8E9E | BordersInactive statesPlaceholder text |
| 400 | F953 #F9536C | Disabled statesSecondary iconsMuted text |
| 500 | F722 #F72242 | Primary brand colorCTAsActive elementsLinks |
| 600 | D908 #D90827 | Hover statesFocus ringsPrimary buttons hover |
| 700 | AC06 #AC061F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7B04 #7B0416 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4F03 #4F030E | Primary textHigh emphasis contentDark headings |
| 950 | 3102 #310209 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--tomato-50: #FEF0F2;
--tomato-100: #FEDDE2;
--tomato-200: #FDBFC8;
--tomato-300: #FB8E9E;
--tomato-400: #F9536C;
--tomato-500: #F72242;
--tomato-600: #D90827;
--tomato-700: #AC061F;
--tomato-800: #7B0416;
--tomato-900: #4F030E;
--tomato-950: #310209;
}