Tomato
#F65555
RedColor Codes
All color formats for development
HEX
#F65555RGB
rgb(246, 85, 85)HSL
hsl(0, 90%, 65%)OKLCH
oklch(0.668 0.197 24.2)CMYK
cmyk(0%, 65%, 65%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F43636
2#F31616
3#DC0C0C
4#BD0A0A
5#9D0808
6#7E0707
7#5E0505
8#3F0303
9#1F0202
Tints
Lighter variations
1#F76666
2#F87777
3#F98888
4#FA9999
5#FBAAAA
6#FBBBBB
7#FCCCCC
8#FDDDDD
9#FEEEEE
Tones
Muted variations
1#EE5D5D
2#E66565
3#DE6E6E
4#D67676
5#CE7E7E
6#C68686
7#BE8E8E
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 | F990 #F99090 | BordersInactive statesPlaceholder text |
| 400 | F655 #F65555 | Disabled statesSecondary iconsMuted text |
| 500 | F425 #F42525 | Primary brand colorCTAsActive elementsLinks |
| 600 | D50B #D50B0B | Hover statesFocus ringsPrimary buttons hover |
| 700 | AA09 #AA0909 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7906 #790606 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4E04 #4E0404 | Primary textHigh emphasis contentDark headings |
| 950 | 3003 #300303 | 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: #F99090;
--tomato-400: #F65555;
--tomato-500: #F42525;
--tomato-600: #D50B0B;
--tomato-700: #AA0909;
--tomato-800: #790606;
--tomato-900: #4E0404;
--tomato-950: #300303;
}