Tomato
#F8546C
RedColor Codes
All color formats for development
HEX
#F8546CRGB
rgb(248, 84, 108)HSL
hsl(351, 92%, 65%)OKLCH
oklch(0.674 0.199 15.8)CMYK
cmyk(0%, 66%, 56%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F73451
2#F51436
3#DF0929
4#BF0823
5#9F071E
6#7F0518
7#5F0412
8#40030C
9#200106
Tints
Lighter variations
1#F9657B
2#F9768A
3#FA8798
4#FB98A7
5#FBA9B6
6#FCBAC4
7#FDCCD3
8#FEDDE2
9#FEEEF0
Tones
Muted variations
1#F05C72
2#E76478
3#DF6C7E
4#D77483
5#CF7D89
6#C7858F
7#BE8D95
8#B6959A
9#AE9EA0
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF0 #FEF0F2 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FEDD #FEDDE2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | FCBF #FCBFC9 | Secondary backgroundsInput backgroundsDividers |
| 300 | FA8E #FA8E9F | BordersInactive statesPlaceholder text |
| 400 | F854 #F8546C | Disabled statesSecondary iconsMuted text |
| 500 | F623 #F62342 | Primary brand colorCTAsActive elementsLinks |
| 600 | D709 #D70928 | Hover statesFocus ringsPrimary buttons hover |
| 700 | AB07 #AB0720 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7A05 #7A0517 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4E03 #4E030F | Primary textHigh emphasis contentDark headings |
| 950 | 3102 #310209 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--tomato-50: #FEF0F2;
--tomato-100: #FEDDE2;
--tomato-200: #FCBFC9;
--tomato-300: #FA8E9F;
--tomato-400: #F8546C;
--tomato-500: #F62342;
--tomato-600: #D70928;
--tomato-700: #AB0720;
--tomato-800: #7A0517;
--tomato-900: #4E030F;
--tomato-950: #310209;
}