Tomato
#F96153
RedColor Codes
All color formats for development
HEX
#F96153RGB
rgb(249, 97, 83)HSL
hsl(5, 93%, 65%)OKLCH
oklch(0.686 0.189 28.3)CMYK
cmyk(0%, 61%, 67%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F84333
2#F62613
3#E01A08
4#C01607
5#A01306
6#800F05
7#600B03
8#400702
9#200401
Tints
Lighter variations
1#F97064
2#FA8075
3#FB9086
4#FBA098
5#FCB0A9
6#FDC0BA
7#FDCFCB
8#FEDFDD
9#FEEFEE
Tones
Muted variations
1#F0675B
2#E86E63
3#E0756C
4#D87C74
5#CF837C
6#C78A85
7#BF918D
8#B69895
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 | FDC4 #FDC4BF | Secondary backgroundsInput backgroundsDividers |
| 300 | FB97 #FB978E | BordersInactive statesPlaceholder text |
| 400 | F961 #F96153 | Disabled statesSecondary iconsMuted text |
| 500 | F733 #F73322 | Primary brand colorCTAsActive elementsLinks |
| 600 | D919 #D91908 | Hover statesFocus ringsPrimary buttons hover |
| 700 | AC14 #AC1406 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7B0E #7B0E04 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4F09 #4F0903 | Primary textHigh emphasis contentDark headings |
| 950 | 3106 #310602 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--tomato-50: #FEF1F0;
--tomato-100: #FEDFDD;
--tomato-200: #FDC4BF;
--tomato-300: #FB978E;
--tomato-400: #F96153;
--tomato-500: #F73322;
--tomato-600: #D91908;
--tomato-700: #AC1406;
--tomato-800: #7B0E04;
--tomato-900: #4F0903;
--tomato-950: #310602;
}