Tomato
#F95369
RedColor Codes
All color formats for development
HEX
#F95369RGB
rgb(249, 83, 105)HSL
hsl(352, 93%, 65%)OKLCH
oklch(0.674 0.201 16.8)CMYK
cmyk(0%, 67%, 58%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F8334D
2#F61331
3#E00825
4#C00720
5#A0061A
6#800515
7#600310
8#40020B
9#200105
Tints
Lighter variations
1#F96478
2#FA7587
3#FB8696
4#FB98A5
5#FCA9B4
6#FDBAC3
7#FDCBD2
8#FEDDE1
9#FEEEF0
Tones
Muted variations
1#F05B6F
2#E86375
3#E06C7B
4#D87481
5#CF7C87
6#C7858D
7#BF8D93
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 #FEDDE1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | FDBF #FDBFC7 | Secondary backgroundsInput backgroundsDividers |
| 300 | FB8E #FB8E9C | BordersInactive statesPlaceholder text |
| 400 | F953 #F95369 | Disabled statesSecondary iconsMuted text |
| 500 | F722 #F7223E | Primary brand colorCTAsActive elementsLinks |
| 600 | D908 #D90824 | Hover statesFocus ringsPrimary buttons hover |
| 700 | AC06 #AC061C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7B04 #7B0414 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4F03 #4F030D | Primary textHigh emphasis contentDark headings |
| 950 | 3102 #310208 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--tomato-50: #FEF0F2;
--tomato-100: #FEDDE1;
--tomato-200: #FDBFC7;
--tomato-300: #FB8E9C;
--tomato-400: #F95369;
--tomato-500: #F7223E;
--tomato-600: #D90824;
--tomato-700: #AC061C;
--tomato-800: #7B0414;
--tomato-900: #4F030D;
--tomato-950: #310208;
}