Chocolate
#AC6A06
OrangeColor Codes
All color formats for development
HEX
#AC6A06RGB
rgb(172, 106, 6)HSL
hsl(36, 93%, 35%)OKLCH
oklch(0.583 0.127 67.3)CMYK
cmyk(0%, 38%, 97%, 33%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#9B5F06
2#8A5505
3#794A04
4#674004
5#563503
6#452A02
7#342002
8#221501
9#110B01
Tints
Lighter variations
1#CC7E07
2#EC9109
3#F7A11F
4#F8AE3F
5#F9BC5F
6#FAC97F
7#FCD79F
8#FDE4BF
9#FEF2DF
Tones
Muted variations
1#A4680F
2#9C6717
3#93651F
4#8B6327
5#836230
6#7A6038
7#725E40
8#6A5D49
9#625B51
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF9 #FEF9F0 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FEF0 #FEF0DD | Light backgroundsTable row hoverSkeleton loading |
| 200 | FDE4 #FDE4BF | Secondary backgroundsInput backgroundsDividers |
| 300 | FBCF #FBCF8E | BordersInactive statesPlaceholder text |
| 400 | F9B6 #F9B653 | Disabled statesSecondary iconsMuted text |
| 500 | F7A2 #F7A222 | Primary brand colorCTAsActive elementsLinks |
| 600 | D985 #D98508 | Hover statesFocus ringsPrimary buttons hover |
| 700 | AC6A #AC6A06 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7B4C #7B4C04 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4F30 #4F3003 | Primary textHigh emphasis contentDark headings |
| 950 | 311E #311E02 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--chocolate-50: #FEF9F0;
--chocolate-100: #FEF0DD;
--chocolate-200: #FDE4BF;
--chocolate-300: #FBCF8E;
--chocolate-400: #F9B653;
--chocolate-500: #F7A222;
--chocolate-600: #D98508;
--chocolate-700: #AC6A06;
--chocolate-800: #7B4C04;
--chocolate-900: #4F3003;
--chocolate-950: #311E02;
}