Tomato
#F96653
RedColor Codes
All color formats for development
HEX
#F96653RGB
rgb(249, 102, 83)HSL
hsl(7, 93%, 65%)OKLCH
oklch(0.692 0.184 29.9)CMYK
cmyk(0%, 59%, 67%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F84A33
2#F62D13
3#E02108
4#C01D07
5#A01806
6#801305
7#600E03
8#400A02
9#200501
Tints
Lighter variations
1#F97564
2#FA8575
3#FB9486
4#FBA398
5#FCB3A9
6#FDC2BA
7#FDD1CB
8#FEE0DD
9#FEF0EE
Tones
Muted variations
1#F06C5B
2#E87363
3#E0796C
4#D88074
5#CF867C
6#C78C85
7#BF938D
8#B69995
9#AE9F9D
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF2 #FEF2F0 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FEE0 #FEE0DD | Light backgroundsTable row hoverSkeleton loading |
| 200 | FDC6 #FDC6BF | Secondary backgroundsInput backgroundsDividers |
| 300 | FB9B #FB9B8E | BordersInactive statesPlaceholder text |
| 400 | F966 #F96653 | Disabled statesSecondary iconsMuted text |
| 500 | F73A #F73A22 | Primary brand colorCTAsActive elementsLinks |
| 600 | D920 #D92008 | Hover statesFocus ringsPrimary buttons hover |
| 700 | AC1A #AC1A06 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7B12 #7B1204 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4F0C #4F0C03 | Primary textHigh emphasis contentDark headings |
| 950 | 3107 #310702 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--tomato-50: #FEF2F0;
--tomato-100: #FEE0DD;
--tomato-200: #FDC6BF;
--tomato-300: #FB9B8E;
--tomato-400: #F96653;
--tomato-500: #F73A22;
--tomato-600: #D92008;
--tomato-700: #AC1A06;
--tomato-800: #7B1204;
--tomato-900: #4F0C03;
--tomato-950: #310702;
}