Tomato
#F85454
RedColor Codes
All color formats for development
HEX
#F85454RGB
rgb(248, 84, 84)HSL
hsl(0, 92%, 65%)OKLCH
oklch(0.67 0.2 24.3)CMYK
cmyk(0%, 66%, 66%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F73434
2#F51414
3#DF0909
4#BF0808
5#9F0707
6#7F0505
7#5F0404
8#400303
9#200101
Tints
Lighter variations
1#F96565
2#F97676
3#FA8787
4#FB9898
5#FBA9A9
6#FCBABA
7#FDCCCC
8#FEDDDD
9#FEEEEE
Tones
Muted variations
1#F05C5C
2#E76464
3#DF6C6C
4#D77474
5#CF7D7D
6#C78585
7#BE8D8D
8#B69595
9#AE9E9E
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF0 #FEF0F0 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FEDD #FEDDDD | Light backgroundsTable row hoverSkeleton loading |
| 200 | FCBF #FCBFBF | Secondary backgroundsInput backgroundsDividers |
| 300 | FA8E #FA8E8E | BordersInactive statesPlaceholder text |
| 400 | F854 #F85454 | Disabled statesSecondary iconsMuted text |
| 500 | F623 #F62323 | Primary brand colorCTAsActive elementsLinks |
| 600 | D709 #D70909 | Hover statesFocus ringsPrimary buttons hover |
| 700 | AB07 #AB0707 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7A05 #7A0505 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4E03 #4E0303 | Primary textHigh emphasis contentDark headings |
| 950 | 3102 #310202 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--tomato-50: #FEF0F0;
--tomato-100: #FEDDDD;
--tomato-200: #FCBFBF;
--tomato-300: #FA8E8E;
--tomato-400: #F85454;
--tomato-500: #F62323;
--tomato-600: #D70909;
--tomato-700: #AB0707;
--tomato-800: #7A0505;
--tomato-900: #4E0303;
--tomato-950: #310202;
}