Tomato
#F85F54
RedColor Codes
All color formats for development
HEX
#F85F54RGB
rgb(248, 95, 84)HSL
hsl(4, 92%, 65%)OKLCH
oklch(0.682 0.19 27.3)CMYK
cmyk(0%, 62%, 66%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F74134
2#F52314
3#DF1809
4#BF1408
5#9F1107
6#7F0D05
7#5F0A04
8#400703
9#200301
Tints
Lighter variations
1#F96F65
2#F97F76
3#FA8F87
4#FB9F98
5#FBAFA9
6#FCBFBA
7#FDCFCC
8#FEDFDD
9#FEEFEE
Tones
Muted variations
1#F0665C
2#E76D64
3#DF746C
4#D77B74
5#CF827D
6#C78985
7#BE908D
8#B69895
9#AE9F9E
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF1 #FEF1F0 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FEDF #FEDFDD | Light backgroundsTable row hoverSkeleton loading |
| 200 | FCC3 #FCC3BF | Secondary backgroundsInput backgroundsDividers |
| 300 | FA96 #FA968E | BordersInactive statesPlaceholder text |
| 400 | F85F #F85F54 | Disabled statesSecondary iconsMuted text |
| 500 | F631 #F63123 | Primary brand colorCTAsActive elementsLinks |
| 600 | D717 #D71709 | Hover statesFocus ringsPrimary buttons hover |
| 700 | AB12 #AB1207 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7A0D #7A0D05 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4E08 #4E0803 | Primary textHigh emphasis contentDark headings |
| 950 | 3105 #310502 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--tomato-50: #FEF1F0;
--tomato-100: #FEDFDD;
--tomato-200: #FCC3BF;
--tomato-300: #FA968E;
--tomato-400: #F85F54;
--tomato-500: #F63123;
--tomato-600: #D71709;
--tomato-700: #AB1207;
--tomato-800: #7A0D05;
--tomato-900: #4E0803;
--tomato-950: #310502;
}