Tomato
#F85461
RedColor Codes
All color formats for development
HEX
#F85461RGB
rgb(248, 84, 97)HSL
hsl(355, 92%, 65%)OKLCH
oklch(0.672 0.199 19.9)CMYK
cmyk(0%, 66%, 61%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F73444
2#F51427
3#DF091B
4#BF0817
5#9F0713
6#7F050F
7#5F040C
8#400308
9#200104
Tints
Lighter variations
1#F96571
2#F97681
3#FA8791
4#FB98A0
5#FBA9B0
6#FCBAC0
7#FDCCD0
8#FEDDDF
9#FEEEEF
Tones
Muted variations
1#F05C68
2#E7646F
3#DF6C76
4#D7747D
5#CF7D84
6#C7858A
7#BE8D91
8#B69598
9#AE9E9F
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF0 #FEF0F1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FEDD #FEDDDF | Light backgroundsTable row hoverSkeleton loading |
| 200 | FCBF #FCBFC4 | Secondary backgroundsInput backgroundsDividers |
| 300 | FA8E #FA8E97 | BordersInactive statesPlaceholder text |
| 400 | F854 #F85461 | Disabled statesSecondary iconsMuted text |
| 500 | F623 #F62334 | Primary brand colorCTAsActive elementsLinks |
| 600 | D709 #D7091A | Hover statesFocus ringsPrimary buttons hover |
| 700 | AB07 #AB0715 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7A05 #7A050F | Text on light backgroundsHeadingsStrong borders |
| 900 | 4E03 #4E030A | Primary textHigh emphasis contentDark headings |
| 950 | 3102 #310206 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--tomato-50: #FEF0F1;
--tomato-100: #FEDDDF;
--tomato-200: #FCBFC4;
--tomato-300: #FA8E97;
--tomato-400: #F85461;
--tomato-500: #F62334;
--tomato-600: #D7091A;
--tomato-700: #AB0715;
--tomato-800: #7A050F;
--tomato-900: #4E030A;
--tomato-950: #310206;
}