Tomato
#F85464
RedColor Codes
All color formats for development
HEX
#F85464RGB
rgb(248, 84, 100)HSL
hsl(354, 92%, 65%)OKLCH
oklch(0.673 0.199 18.8)CMYK
cmyk(0%, 66%, 60%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F73447
2#F5142B
3#DF091F
4#BF081A
5#9F0716
6#7F0512
7#5F040D
8#400309
9#200104
Tints
Lighter variations
1#F96574
2#F97683
3#FA8793
4#FB98A2
5#FBA9B2
6#FCBAC1
7#FDCCD1
8#FEDDE0
9#FEEEF0
Tones
Muted variations
1#F05C6B
2#E76471
3#DF6C78
4#D7747E
5#CF7D85
6#C7858B
7#BE8D92
8#B69599
9#AE9E9F
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF0 #FEF0F2 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FEDD #FEDDE0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | FCBF #FCBFC5 | Secondary backgroundsInput backgroundsDividers |
| 300 | FA8E #FA8E99 | BordersInactive statesPlaceholder text |
| 400 | F854 #F85464 | Disabled statesSecondary iconsMuted text |
| 500 | F623 #F62338 | Primary brand colorCTAsActive elementsLinks |
| 600 | D709 #D7091E | Hover statesFocus ringsPrimary buttons hover |
| 700 | AB07 #AB0718 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7A05 #7A0511 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4E03 #4E030B | 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: #FEDDE0;
--tomato-200: #FCBFC5;
--tomato-300: #FA8E99;
--tomato-400: #F85464;
--tomato-500: #F62338;
--tomato-600: #D7091E;
--tomato-700: #AB0718;
--tomato-800: #7A0511;
--tomato-900: #4E030B;
--tomato-950: #310207;
}