Chocolate
#F66623
OrangeColor Codes
All color formats for development
HEX
#F66623RGB
rgb(246, 102, 35)HSL
hsl(19, 92%, 55%)OKLCH
oklch(0.683 0.192 41.7)CMYK
cmyk(0%, 59%, 86%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F2540A
2#D74A09
3#BC4108
4#A23807
5#872E06
6#6C2504
7#511C03
8#361302
9#1B0901
Tints
Lighter variations
1#F77539
2#F8844F
3#F99465
4#F9A37B
5#FAB291
6#FBC2A7
7#FCD1BD
8#FDE0D3
9#FEF0E9
Tones
Muted variations
1#EB692D
2#E16D38
3#D67142
4#CC754D
5#C17957
6#B67D62
7#AC816D
8#A18577
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 | FCD3 #FCD3BF | Secondary backgroundsInput backgroundsDividers |
| 300 | FAB1 #FAB18E | BordersInactive statesPlaceholder text |
| 400 | F888 #F88854 | Disabled statesSecondary iconsMuted text |
| 500 | F666 #F66623 | Primary brand colorCTAsActive elementsLinks |
| 600 | D74A #D74A09 | Hover statesFocus ringsPrimary buttons hover |
| 700 | AB3B #AB3B07 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7A2A #7A2A05 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4E1B #4E1B03 | Primary textHigh emphasis contentDark headings |
| 950 | 3111 #311102 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--chocolate-50: #FEF5F0;
--chocolate-100: #FEE7DD;
--chocolate-200: #FCD3BF;
--chocolate-300: #FAB18E;
--chocolate-400: #F88854;
--chocolate-500: #F66623;
--chocolate-600: #D74A09;
--chocolate-700: #AB3B07;
--chocolate-800: #7A2A05;
--chocolate-900: #4E1B03;
--chocolate-950: #311102;
}