Tomato
#F8545F
RedColor Codes
All color formats for development
HEX
#F8545FRGB
rgb(248, 84, 95)HSL
hsl(356, 92%, 65%)OKLCH
oklch(0.672 0.199 20.6)CMYK
cmyk(0%, 66%, 62%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F73441
2#F51423
3#DF0918
4#BF0814
5#9F0711
6#7F050D
7#5F040A
8#400307
9#200103
Tints
Lighter variations
1#F9656F
2#F9767F
3#FA878F
4#FB989F
5#FBA9AF
6#FCBABF
7#FDCCCF
8#FEDDDF
9#FEEEEF
Tones
Muted variations
1#F05C66
2#E7646D
3#DF6C74
4#D7747B
5#CF7D82
6#C78589
7#BE8D90
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 #FCBFC3 | Secondary backgroundsInput backgroundsDividers |
| 300 | FA8E #FA8E96 | BordersInactive statesPlaceholder text |
| 400 | F854 #F8545F | Disabled statesSecondary iconsMuted text |
| 500 | F623 #F62331 | Primary brand colorCTAsActive elementsLinks |
| 600 | D709 #D70917 | Hover statesFocus ringsPrimary buttons hover |
| 700 | AB07 #AB0712 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7A05 #7A050D | Text on light backgroundsHeadingsStrong borders |
| 900 | 4E03 #4E0308 | Primary textHigh emphasis contentDark headings |
| 950 | 3102 #310205 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--tomato-50: #FEF0F1;
--tomato-100: #FEDDDF;
--tomato-200: #FCBFC3;
--tomato-300: #FA8E96;
--tomato-400: #F8545F;
--tomato-500: #F62331;
--tomato-600: #D70917;
--tomato-700: #AB0712;
--tomato-800: #7A050D;
--tomato-900: #4E0308;
--tomato-950: #310205;
}