Tomato
#F75565
RedColor Codes
All color formats for development
HEX
#F75565RGB
rgb(247, 85, 101)HSL
hsl(354, 91%, 65%)OKLCH
oklch(0.672 0.197 18.6)CMYK
cmyk(0%, 66%, 59%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F53548
2#F4152B
3#DE0A20
4#BE091B
5#9E0717
6#7F0612
7#5F040E
8#3F0309
9#200105
Tints
Lighter variations
1#F86674
2#F97784
3#F98893
4#FA99A2
5#FBAAB2
6#FCBBC1
7#FDCCD1
8#FDDDE0
9#FEEEF0
Tones
Muted variations
1#EF5D6B
2#E76572
3#DF6D78
4#D6757F
5#CE7D85
6#C6858C
7#BE8D92
8#B69699
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 #FCC0C6 | Secondary backgroundsInput backgroundsDividers |
| 300 | FA8F #FA8F9A | BordersInactive statesPlaceholder text |
| 400 | F755 #F75565 | Disabled statesSecondary iconsMuted text |
| 500 | F524 #F52439 | Primary brand colorCTAsActive elementsLinks |
| 600 | D60A #D60A1F | Hover statesFocus ringsPrimary buttons hover |
| 700 | AA08 #AA0818 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7A06 #7A0611 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4E04 #4E040B | Primary textHigh emphasis contentDark headings |
| 950 | 3102 #310207 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--tomato-50: #FEF0F2;
--tomato-100: #FDDDE0;
--tomato-200: #FCC0C6;
--tomato-300: #FA8F9A;
--tomato-400: #F75565;
--tomato-500: #F52439;
--tomato-600: #D60A1F;
--tomato-700: #AA0818;
--tomato-800: #7A0611;
--tomato-900: #4E040B;
--tomato-950: #310207;
}