Tomato
#F9536E
RedColor Codes
All color formats for development
HEX
#F9536ERGB
rgb(249, 83, 110)HSL
hsl(350, 93%, 65%)OKLCH
oklch(0.675 0.201 14.9)CMYK
cmyk(0%, 67%, 56%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F83354
2#F61339
3#E0082C
4#C00726
5#A0061F
6#800519
7#600313
8#40020D
9#200106
Tints
Lighter variations
1#F9647D
2#FA758B
3#FB869A
4#FB98A8
5#FCA9B7
6#FDBAC5
7#FDCBD4
8#FEDDE2
9#FEEEF1
Tones
Muted variations
1#F05B74
2#E86379
3#E06C7F
4#D87485
5#CF7C8A
6#C78590
7#BF8D95
8#B6959B
9#AE9DA0
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF0 #FEF0F3 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FEDD #FEDDE2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | FDBF #FDBFC9 | Secondary backgroundsInput backgroundsDividers |
| 300 | FB8E #FB8EA0 | BordersInactive statesPlaceholder text |
| 400 | F953 #F9536E | Disabled statesSecondary iconsMuted text |
| 500 | F722 #F72245 | Primary brand colorCTAsActive elementsLinks |
| 600 | D908 #D9082B | Hover statesFocus ringsPrimary buttons hover |
| 700 | AC06 #AC0622 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7B04 #7B0418 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4F03 #4F0310 | Primary textHigh emphasis contentDark headings |
| 950 | 3102 #31020A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--tomato-50: #FEF0F3;
--tomato-100: #FEDDE2;
--tomato-200: #FDBFC9;
--tomato-300: #FB8EA0;
--tomato-400: #F9536E;
--tomato-500: #F72245;
--tomato-600: #D9082B;
--tomato-700: #AC0622;
--tomato-800: #7B0418;
--tomato-900: #4F0310;
--tomato-950: #31020A;
}