Tomato
#F7556D
RedColor Codes
All color formats for development
HEX
#F7556DRGB
rgb(247, 85, 109)HSL
hsl(351, 91%, 65%)OKLCH
oklch(0.674 0.197 15.6)CMYK
cmyk(0%, 66%, 56%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F53552
2#F41537
3#DE0A2A
4#BE0924
5#9E071E
6#7F0618
7#5F0412
8#3F030C
9#200106
Tints
Lighter variations
1#F8667C
2#F9778A
3#F98899
4#FA99A7
5#FBAAB6
6#FCBBC5
7#FDCCD3
8#FDDDE2
9#FEEEF0
Tones
Muted variations
1#EF5D73
2#E76578
3#DF6D7E
4#D67584
5#CE7D89
6#C6858F
7#BE8D95
8#B6969A
9#AE9EA0
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF0 #FEF0F2 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FDDD #FDDDE2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | FCC0 #FCC0C9 | Secondary backgroundsInput backgroundsDividers |
| 300 | FA8F #FA8F9F | BordersInactive statesPlaceholder text |
| 400 | F755 #F7556D | Disabled statesSecondary iconsMuted text |
| 500 | F524 #F52443 | Primary brand colorCTAsActive elementsLinks |
| 600 | D60A #D60A29 | Hover statesFocus ringsPrimary buttons hover |
| 700 | AA08 #AA0820 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7A06 #7A0617 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4E04 #4E040F | Primary textHigh emphasis contentDark headings |
| 950 | 3102 #310209 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--tomato-50: #FEF0F2;
--tomato-100: #FDDDE2;
--tomato-200: #FCC0C9;
--tomato-300: #FA8F9F;
--tomato-400: #F7556D;
--tomato-500: #F52443;
--tomato-600: #D60A29;
--tomato-700: #AA0820;
--tomato-800: #7A0617;
--tomato-900: #4E040F;
--tomato-950: #310209;
}