Tomato
#F8546A
RedColor Codes
All color formats for development
HEX
#F8546ARGB
rgb(248, 84, 106)HSL
hsl(352, 92%, 65%)OKLCH
oklch(0.674 0.199 16.6)CMYK
cmyk(0%, 66%, 57%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F7344E
2#F51432
3#DF0926
4#BF0820
5#9F071B
6#7F0516
7#5F0410
8#40030B
9#200105
Tints
Lighter variations
1#F96578
2#F97687
3#FA8796
4#FB98A5
5#FBA9B4
6#FCBAC3
7#FDCCD2
8#FEDDE1
9#FEEEF0
Tones
Muted variations
1#F05C70
2#E76476
3#DF6C7C
4#D77482
5#CF7D88
6#C7858E
7#BE8D94
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 #FEDDE1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | FCBF #FCBFC7 | Secondary backgroundsInput backgroundsDividers |
| 300 | FA8E #FA8E9D | BordersInactive statesPlaceholder text |
| 400 | F854 #F8546A | Disabled statesSecondary iconsMuted text |
| 500 | F623 #F6233F | Primary brand colorCTAsActive elementsLinks |
| 600 | D709 #D70925 | Hover statesFocus ringsPrimary buttons hover |
| 700 | AB07 #AB071D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7A05 #7A0515 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4E03 #4E030D | Primary textHigh emphasis contentDark headings |
| 950 | 3102 #310208 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--tomato-50: #FEF0F2;
--tomato-100: #FEDDE1;
--tomato-200: #FCBFC7;
--tomato-300: #FA8E9D;
--tomato-400: #F8546A;
--tomato-500: #F6233F;
--tomato-600: #D70925;
--tomato-700: #AB071D;
--tomato-800: #7A0515;
--tomato-900: #4E030D;
--tomato-950: #310208;
}