Tomato
#F7555F
RedColor Codes
All color formats for development
HEX
#F7555FRGB
rgb(247, 85, 95)HSL
hsl(356, 91%, 65%)OKLCH
oklch(0.671 0.197 20.8)CMYK
cmyk(0%, 66%, 62%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F53542
2#F41524
3#DE0A19
4#BE0915
5#9E0712
6#7F060E
7#5F040B
8#3F0307
9#200104
Tints
Lighter variations
1#F8666F
2#F9777F
3#F9888F
4#FA999F
5#FBAAAF
6#FCBBBF
7#FDCCCF
8#FDDDDF
9#FEEEEF
Tones
Muted variations
1#EF5D66
2#E7656D
3#DF6D74
4#D6757C
5#CE7D83
6#C6858A
7#BE8D91
8#B69698
9#AE9E9F
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF0 #FEF0F1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FDDD #FDDDDF | Light backgroundsTable row hoverSkeleton loading |
| 200 | FCC0 #FCC0C4 | Secondary backgroundsInput backgroundsDividers |
| 300 | FA8F #FA8F96 | BordersInactive statesPlaceholder text |
| 400 | F755 #F7555F | Disabled statesSecondary iconsMuted text |
| 500 | F524 #F52432 | Primary brand colorCTAsActive elementsLinks |
| 600 | D60A #D60A18 | Hover statesFocus ringsPrimary buttons hover |
| 700 | AA08 #AA0813 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7A06 #7A060D | Text on light backgroundsHeadingsStrong borders |
| 900 | 4E04 #4E0409 | Primary textHigh emphasis contentDark headings |
| 950 | 3102 #310205 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--tomato-50: #FEF0F1;
--tomato-100: #FDDDDF;
--tomato-200: #FCC0C4;
--tomato-300: #FA8F96;
--tomato-400: #F7555F;
--tomato-500: #F52432;
--tomato-600: #D60A18;
--tomato-700: #AA0813;
--tomato-800: #7A060D;
--tomato-900: #4E0409;
--tomato-950: #310205;
}