Tomato
#F75A22
OrangeColor Codes
All color formats for development
HEX
#F75A22RGB
rgb(247, 90, 34)HSL
hsl(16, 93%, 55%)OKLCH
oklch(0.67 0.203 38)CMYK
cmyk(0%, 64%, 86%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F44709
2#D94008
3#BD3807
4#A23006
5#872805
6#6C2004
7#511803
8#361002
9#1B0801
Tints
Lighter variations
1#F86B38
2#F97B4E
3#F98C64
4#FA9C7A
5#FBAD90
6#FCBDA6
7#FDCEBD
8#FDDED3
9#FEEFE9
Tones
Muted variations
1#EC5F2C
2#E26437
3#D76942
4#CC6E4C
5#C27357
6#B77862
7#AC7D6C
8#A28277
9#978782
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF4 #FEF4F0 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FEE5 #FEE5DD | Light backgroundsTable row hoverSkeleton loading |
| 200 | FDCF #FDCFBF | Secondary backgroundsInput backgroundsDividers |
| 300 | FBAB #FBAB8E | BordersInactive statesPlaceholder text |
| 400 | F97F #F97F53 | Disabled statesSecondary iconsMuted text |
| 500 | F75A #F75A22 | Primary brand colorCTAsActive elementsLinks |
| 600 | D940 #D94008 | Hover statesFocus ringsPrimary buttons hover |
| 700 | AC33 #AC3306 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7B24 #7B2404 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4F17 #4F1703 | Primary textHigh emphasis contentDark headings |
| 950 | 310E #310E02 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--tomato-50: #FEF4F0;
--tomato-100: #FEE5DD;
--tomato-200: #FDCFBF;
--tomato-300: #FBAB8E;
--tomato-400: #F97F53;
--tomato-500: #F75A22;
--tomato-600: #D94008;
--tomato-700: #AC3306;
--tomato-800: #7B2404;
--tomato-900: #4F1703;
--tomato-950: #310E02;
}