Tomato
#F76222
OrangeColor Codes
All color formats for development
HEX
#F76222RGB
rgb(247, 98, 34)HSL
hsl(18, 93%, 55%)OKLCH
oklch(0.68 0.196 40.4)CMYK
cmyk(0%, 60%, 86%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F44F09
2#D94608
3#BD3E07
4#A23506
5#872C05
6#6C2304
7#511A03
8#361202
9#1B0901
Tints
Lighter variations
1#F87138
2#F9814E
3#F99164
4#FAA17A
5#FBB090
6#FCC0A6
7#FDD0BD
8#FDE0D3
9#FEEFE9
Tones
Muted variations
1#EC662C
2#E26A37
3#D76E42
4#CC734C
5#C27757
6#B77B62
7#AC7F6C
8#A28477
9#978882
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF5 #FEF5F0 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FEE7 #FEE7DD | Light backgroundsTable row hoverSkeleton loading |
| 200 | FDD2 #FDD2BF | Secondary backgroundsInput backgroundsDividers |
| 300 | FBAF #FBAF8E | BordersInactive statesPlaceholder text |
| 400 | F985 #F98553 | Disabled statesSecondary iconsMuted text |
| 500 | F762 #F76222 | Primary brand colorCTAsActive elementsLinks |
| 600 | D946 #D94608 | Hover statesFocus ringsPrimary buttons hover |
| 700 | AC38 #AC3806 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7B28 #7B2804 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4F1A #4F1A03 | Primary textHigh emphasis contentDark headings |
| 950 | 3110 #311002 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--tomato-50: #FEF5F0;
--tomato-100: #FEE7DD;
--tomato-200: #FDD2BF;
--tomato-300: #FBAF8E;
--tomato-400: #F98553;
--tomato-500: #F76222;
--tomato-600: #D94608;
--tomato-700: #AC3806;
--tomato-800: #7B2804;
--tomato-900: #4F1A03;
--tomato-950: #311002;
}