Tomato
#F65565
RedColor Codes
All color formats for development
HEX
#F65565RGB
rgb(246, 85, 101)HSL
hsl(354, 90%, 65%)OKLCH
oklch(0.671 0.196 18.5)CMYK
cmyk(0%, 65%, 59%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F43649
2#F3162C
3#DC0C20
4#BD0A1C
5#9D0817
6#7E0713
7#5E050E
8#3F0309
9#1F0205
Tints
Lighter variations
1#F76675
2#F87784
3#F98894
4#FA99A3
5#FBAAB2
6#FBBBC2
7#FCCCD1
8#FDDDE0
9#FEEEF0
Tones
Muted variations
1#EE5D6C
2#E66572
3#DE6E79
4#D6767F
5#CE7E86
6#C6868C
7#BE8E92
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 | F990 #F9909A | BordersInactive statesPlaceholder text |
| 400 | F655 #F65565 | Disabled statesSecondary iconsMuted text |
| 500 | F425 #F4253A | Primary brand colorCTAsActive elementsLinks |
| 600 | D50B #D50B1F | Hover statesFocus ringsPrimary buttons hover |
| 700 | AA09 #AA0919 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7906 #790612 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4E04 #4E040B | Primary textHigh emphasis contentDark headings |
| 950 | 3003 #300307 | 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: #F9909A;
--tomato-400: #F65565;
--tomato-500: #F4253A;
--tomato-600: #D50B1F;
--tomato-700: #AA0919;
--tomato-800: #790612;
--tomato-900: #4E040B;
--tomato-950: #300307;
}