Tomato
#F75555
RedColor Codes
All color formats for development
HEX
#F75555RGB
rgb(247, 85, 85)HSL
hsl(0, 91%, 65%)OKLCH
oklch(0.67 0.198 24.2)CMYK
cmyk(0%, 66%, 66%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F53535
2#F41515
3#DE0A0A
4#BE0909
5#9E0707
6#7F0606
7#5F0404
8#3F0303
9#200101
Tints
Lighter variations
1#F86666
2#F97777
3#F98888
4#FA9999
5#FBAAAA
6#FCBBBB
7#FDCCCC
8#FDDDDD
9#FEEEEE
Tones
Muted variations
1#EF5D5D
2#E76565
3#DF6D6D
4#D67575
5#CE7D7D
6#C68585
7#BE8D8D
8#B69696
9#AE9E9E
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF0 #FEF0F0 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FDDD #FDDDDD | Light backgroundsTable row hoverSkeleton loading |
| 200 | FCC0 #FCC0C0 | Secondary backgroundsInput backgroundsDividers |
| 300 | FA8F #FA8F8F | BordersInactive statesPlaceholder text |
| 400 | F755 #F75555 | Disabled statesSecondary iconsMuted text |
| 500 | F524 #F52424 | Primary brand colorCTAsActive elementsLinks |
| 600 | D60A #D60A0A | Hover statesFocus ringsPrimary buttons hover |
| 700 | AA08 #AA0808 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7A06 #7A0606 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4E04 #4E0404 | Primary textHigh emphasis contentDark headings |
| 950 | 3102 #310202 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--tomato-50: #FEF0F0;
--tomato-100: #FDDDDD;
--tomato-200: #FCC0C0;
--tomato-300: #FA8F8F;
--tomato-400: #F75555;
--tomato-500: #F52424;
--tomato-600: #D60A0A;
--tomato-700: #AA0808;
--tomato-800: #7A0606;
--tomato-900: #4E0404;
--tomato-950: #310202;
}