Tomato
#F7556A
RedColor Codes
All color formats for development
HEX
#F7556ARGB
rgb(247, 85, 106)HSL
hsl(352, 91%, 65%)OKLCH
oklch(0.673 0.197 16.7)CMYK
cmyk(0%, 66%, 57%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F5354F
2#F41533
3#DE0A27
4#BE0921
5#9E071C
6#7F0616
7#5F0411
8#3F030B
9#200106
Tints
Lighter variations
1#F86679
2#F97788
3#F98897
4#FA99A6
5#FBAAB5
6#FCBBC3
7#FDCCD2
8#FDDDE1
9#FEEEF0
Tones
Muted variations
1#EF5D70
2#E76576
3#DF6D7C
4#D67582
5#CE7D88
6#C6858E
7#BE8D94
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 #FDDDE1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | FCC0 #FCC0C8 | Secondary backgroundsInput backgroundsDividers |
| 300 | FA8F #FA8F9D | BordersInactive statesPlaceholder text |
| 400 | F755 #F7556A | Disabled statesSecondary iconsMuted text |
| 500 | F524 #F52440 | Primary brand colorCTAsActive elementsLinks |
| 600 | D60A #D60A25 | Hover statesFocus ringsPrimary buttons hover |
| 700 | AA08 #AA081E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7A06 #7A0615 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4E04 #4E040E | 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: #FCC0C8;
--tomato-300: #FA8F9D;
--tomato-400: #F7556A;
--tomato-500: #F52440;
--tomato-600: #D60A25;
--tomato-700: #AA081E;
--tomato-800: #7A0615;
--tomato-900: #4E040E;
--tomato-950: #310208;
}