Chocolate
#DC7704
OrangeColor Codes
All color formats for development
HEX
#DC7704RGB
rgb(220, 119, 4)HSL
hsl(32, 96%, 44%)OKLCH
oklch(0.67 0.16 57.5)CMYK
cmyk(0%, 46%, 98%, 14%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#C66B04
2#B06004
3#9A5403
4#844803
5#6E3C02
6#583002
7#422401
8#2C1801
9#160C00
Tints
Lighter variations
1#F88705
2#FA941F
3#FBA13B
4#FCAF57
5#FCBC73
6#FDCA8F
7#FDD7AB
8#FEE4C7
9#FEF2E3
Tones
Muted variations
1#D1770F
2#C6761A
3#BC7525
4#B17530
5#A6743A
6#9B7345
7#917250
8#86725B
9#7B7165
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FFF8 #FFF8F0 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FEEE #FEEEDC | Light backgroundsTable row hoverSkeleton loading |
| 200 | FEE0 #FEE0BE | Secondary backgroundsInput backgroundsDividers |
| 300 | FDC8 #FDC88C | BordersInactive statesPlaceholder text |
| 400 | FBAB #FBAB50 | Disabled statesSecondary iconsMuted text |
| 500 | FA94 #FA941E | Primary brand colorCTAsActive elementsLinks |
| 600 | DC77 #DC7704 | Hover statesFocus ringsPrimary buttons hover |
| 700 | AF5F #AF5F04 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7D44 #7D4403 | Text on light backgroundsHeadingsStrong borders |
| 900 | 502B #502B02 | Primary textHigh emphasis contentDark headings |
| 950 | 321B #321B01 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--chocolate-50: #FFF8F0;
--chocolate-100: #FEEEDC;
--chocolate-200: #FEE0BE;
--chocolate-300: #FDC88C;
--chocolate-400: #FBAB50;
--chocolate-500: #FA941E;
--chocolate-600: #DC7704;
--chocolate-700: #AF5F04;
--chocolate-800: #7D4403;
--chocolate-900: #502B02;
--chocolate-950: #321B01;
}