Chocolate
#D97708
OrangeColor Codes
All color formats for development
HEX
#D97708RGB
rgb(217, 119, 8)HSL
hsl(32, 93%, 44%)OKLCH
oklch(0.666 0.157 58.2)CMYK
cmyk(0%, 45%, 96%, 15%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#C36B07
2#AD5F06
3#985305
4#824705
5#6C3C04
6#573003
7#412402
8#2B1802
9#160C01
Tints
Lighter variations
1#F48609
2#F79423
3#F8A13E
4#F9AF5A
5#FABC75
6#FBC991
7#FCD7AC
8#FDE4C8
9#FEF2E3
Tones
Muted variations
1#CE7612
2#C4761D
3#B97527
4#AF7432
5#A4743C
6#9A7346
7#907251
8#85725B
9#7B7166
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF8 #FEF8F0 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FEEE #FEEEDD | Light backgroundsTable row hoverSkeleton loading |
| 200 | FDE0 #FDE0BF | Secondary backgroundsInput backgroundsDividers |
| 300 | FBC8 #FBC88E | BordersInactive statesPlaceholder text |
| 400 | F9AB #F9AB53 | Disabled statesSecondary iconsMuted text |
| 500 | F793 #F79322 | Primary brand colorCTAsActive elementsLinks |
| 600 | D977 #D97708 | Hover statesFocus ringsPrimary buttons hover |
| 700 | AC5F #AC5F06 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7B44 #7B4404 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4F2B #4F2B03 | Primary textHigh emphasis contentDark headings |
| 950 | 311B #311B02 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--chocolate-50: #FEF8F0;
--chocolate-100: #FEEEDD;
--chocolate-200: #FDE0BF;
--chocolate-300: #FBC88E;
--chocolate-400: #F9AB53;
--chocolate-500: #F79322;
--chocolate-600: #D97708;
--chocolate-700: #AC5F06;
--chocolate-800: #7B4404;
--chocolate-900: #4F2B03;
--chocolate-950: #311B02;
}