Tomato
#F75562
RedColor Codes
All color formats for development
HEX
#F75562RGB
rgb(247, 85, 98)HSL
hsl(355, 91%, 65%)OKLCH
oklch(0.672 0.197 19.7)CMYK
cmyk(0%, 66%, 60%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F53545
2#F41528
3#DE0A1C
4#BE0918
5#9E0714
6#7F0610
7#5F040C
8#3F0308
9#200104
Tints
Lighter variations
1#F86672
2#F97781
3#F98891
4#FA99A1
5#FBAAB1
6#FCBBC0
7#FDCCD0
8#FDDDE0
9#FEEEEF
Tones
Muted variations
1#EF5D69
2#E76570
3#DF6D76
4#D6757D
5#CE7D84
6#C6858B
7#BE8D91
8#B69698
9#AE9E9F
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF0 #FEF0F2 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FDDD #FDDDE0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | FCC0 #FCC0C5 | Secondary backgroundsInput backgroundsDividers |
| 300 | FA8F #FA8F98 | BordersInactive statesPlaceholder text |
| 400 | F755 #F75562 | Disabled statesSecondary iconsMuted text |
| 500 | F524 #F52435 | Primary brand colorCTAsActive elementsLinks |
| 600 | D60A #D60A1B | Hover statesFocus ringsPrimary buttons hover |
| 700 | AA08 #AA0816 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7A06 #7A060F | Text on light backgroundsHeadingsStrong borders |
| 900 | 4E04 #4E040A | Primary textHigh emphasis contentDark headings |
| 950 | 3102 #310206 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--tomato-50: #FEF0F2;
--tomato-100: #FDDDE0;
--tomato-200: #FCC0C5;
--tomato-300: #FA8F98;
--tomato-400: #F75562;
--tomato-500: #F52435;
--tomato-600: #D60A1B;
--tomato-700: #AA0816;
--tomato-800: #7A060F;
--tomato-900: #4E040A;
--tomato-950: #310206;
}