Tomato
#F8546F
RedColor Codes
All color formats for development
HEX
#F8546FRGB
rgb(248, 84, 111)HSL
hsl(350, 92%, 65%)OKLCH
oklch(0.675 0.199 14.7)CMYK
cmyk(0%, 66%, 55%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F73454
2#F5143A
3#DF092D
4#BF0826
5#9F0720
6#7F051A
7#5F0413
8#40030D
9#200106
Tints
Lighter variations
1#F9657D
2#F9768C
3#FA879A
4#FB98A9
5#FBA9B7
6#FCBAC5
7#FDCCD4
8#FEDDE2
9#FEEEF1
Tones
Muted variations
1#F05C74
2#E7647A
3#DF6C7F
4#D77485
5#CF7D8A
6#C78590
7#BE8D95
8#B6959B
9#AE9EA0
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF0 #FEF0F3 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FEDD #FEDDE2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | FCBF #FCBFCA | Secondary backgroundsInput backgroundsDividers |
| 300 | FA8E #FA8EA0 | BordersInactive statesPlaceholder text |
| 400 | F854 #F8546F | Disabled statesSecondary iconsMuted text |
| 500 | F623 #F62346 | Primary brand colorCTAsActive elementsLinks |
| 600 | D709 #D7092B | Hover statesFocus ringsPrimary buttons hover |
| 700 | AB07 #AB0723 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7A05 #7A0519 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4E03 #4E0310 | Primary textHigh emphasis contentDark headings |
| 950 | 3102 #31020A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--tomato-50: #FEF0F3;
--tomato-100: #FEDDE2;
--tomato-200: #FCBFCA;
--tomato-300: #FA8EA0;
--tomato-400: #F8546F;
--tomato-500: #F62346;
--tomato-600: #D7092B;
--tomato-700: #AB0723;
--tomato-800: #7A0519;
--tomato-900: #4E0310;
--tomato-950: #31020A;
}