Tomato
#F95E53
RedColor Codes
All color formats for development
HEX
#F95E53RGB
rgb(249, 94, 83)HSL
hsl(4, 93%, 65%)OKLCH
oklch(0.683 0.192 27.4)CMYK
cmyk(0%, 62%, 67%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F84033
2#F62213
3#E01708
4#C01307
5#A01006
6#800D05
7#600A03
8#400602
9#200301
Tints
Lighter variations
1#F96E64
2#FA7E75
3#FB8E86
4#FB9E98
5#FCAEA9
6#FDBFBA
7#FDCFCB
8#FEDFDD
9#FEEFEE
Tones
Muted variations
1#F0655B
2#E86C63
3#E0736C
4#D87B74
5#CF827C
6#C78985
7#BF908D
8#B69795
9#AE9F9D
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 | FDC3 #FDC3BF | Secondary backgroundsInput backgroundsDividers |
| 300 | FB95 #FB958E | BordersInactive statesPlaceholder text |
| 400 | F95E #F95E53 | Disabled statesSecondary iconsMuted text |
| 500 | F730 #F73022 | Primary brand colorCTAsActive elementsLinks |
| 600 | D916 #D91608 | Hover statesFocus ringsPrimary buttons hover |
| 700 | AC11 #AC1106 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7B0C #7B0C04 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4F08 #4F0803 | 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: #FDC3BF;
--tomato-300: #FB958E;
--tomato-400: #F95E53;
--tomato-500: #F73022;
--tomato-600: #D91608;
--tomato-700: #AC1106;
--tomato-800: #7B0C04;
--tomato-900: #4F0803;
--tomato-950: #310502;
}