Tomato
#F95366
RedColor Codes
All color formats for development
HEX
#F95366RGB
rgb(249, 83, 102)HSL
hsl(353, 93%, 65%)OKLCH
oklch(0.674 0.201 17.9)CMYK
cmyk(0%, 67%, 59%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F8334A
2#F6132D
3#E00821
4#C0071D
5#A00618
6#800513
7#60030E
8#40020A
9#200105
Tints
Lighter variations
1#F96475
2#FA7585
3#FB8694
4#FB98A3
5#FCA9B3
6#FDBAC2
7#FDCBD1
8#FEDDE0
9#FEEEF0
Tones
Muted variations
1#F05B6C
2#E86373
3#E06C79
4#D87480
5#CF7C86
6#C7858C
7#BF8D93
8#B69599
9#AE9D9F
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF0 #FEF0F2 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FEDD #FEDDE0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | FDBF #FDBFC6 | Secondary backgroundsInput backgroundsDividers |
| 300 | FB8E #FB8E9B | BordersInactive statesPlaceholder text |
| 400 | F953 #F95366 | Disabled statesSecondary iconsMuted text |
| 500 | F722 #F7223A | Primary brand colorCTAsActive elementsLinks |
| 600 | D908 #D90820 | Hover statesFocus ringsPrimary buttons hover |
| 700 | AC06 #AC061A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7B04 #7B0412 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4F03 #4F030C | Primary textHigh emphasis contentDark headings |
| 950 | 3102 #310207 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--tomato-50: #FEF0F2;
--tomato-100: #FEDDE0;
--tomato-200: #FDBFC6;
--tomato-300: #FB8E9B;
--tomato-400: #F95366;
--tomato-500: #F7223A;
--tomato-600: #D90820;
--tomato-700: #AC061A;
--tomato-800: #7B0412;
--tomato-900: #4F030C;
--tomato-950: #310207;
}