Tomato
#F75567
RedColor Codes
All color formats for development
HEX
#F75567RGB
rgb(247, 85, 103)HSL
hsl(353, 91%, 65%)OKLCH
oklch(0.673 0.197 17.8)CMYK
cmyk(0%, 66%, 58%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F5354B
2#F4152F
3#DE0A23
4#BE091E
5#9E0719
6#7F0614
7#5F040F
8#3F030A
9#200105
Tints
Lighter variations
1#F86677
2#F97786
3#F98895
4#FA99A4
5#FBAAB3
6#FCBBC2
7#FDCCD2
8#FDDDE1
9#FEEEF0
Tones
Muted variations
1#EF5D6E
2#E76574
3#DF6D7A
4#D67580
5#CE7D87
6#C6858D
7#BE8D93
8#B69699
9#AE9EA0
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF0 #FEF0F2 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FDDD #FDDDE1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | FCC0 #FCC0C7 | Secondary backgroundsInput backgroundsDividers |
| 300 | FA8F #FA8F9B | BordersInactive statesPlaceholder text |
| 400 | F755 #F75567 | Disabled statesSecondary iconsMuted text |
| 500 | F524 #F5243C | Primary brand colorCTAsActive elementsLinks |
| 600 | D60A #D60A22 | Hover statesFocus ringsPrimary buttons hover |
| 700 | AA08 #AA081B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7A06 #7A0613 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4E04 #4E040C | 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: #FDDDE1;
--tomato-200: #FCC0C7;
--tomato-300: #FA8F9B;
--tomato-400: #F75567;
--tomato-500: #F5243C;
--tomato-600: #D60A22;
--tomato-700: #AA081B;
--tomato-800: #7A0613;
--tomato-900: #4E040C;
--tomato-950: #310208;
}