Chocolate
#C86219
OrangeColor Codes
All color formats for development
HEX
#C86219RGB
rgb(200, 98, 25)HSL
hsl(25, 78%, 44%)OKLCH
oklch(0.609 0.151 49.9)CMYK
cmyk(0%, 51%, 88%, 22%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#B45816
2#A04E14
3#8C4411
4#783B0F
5#64310C
6#50270A
7#3C1D07
8#281405
9#140A02
Tints
Lighter variations
1#E16E1C
2#E67E34
3#E98E4D
4#EC9E66
5#EFAE80
6#F2BE99
7#F6CFB3
8#F9DFCC
9#FCEFE6
Tones
Muted variations
1#BF6321
2#B6652A
3#AD6633
4#A5673C
5#9C6944
6#936A4D
7#8A6C56
8#826D5F
9#796F67
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF6 #FDF6F1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBEB #FBEBDF | Light backgroundsTable row hoverSkeleton loading |
| 200 | F8DA #F8DAC4 | Secondary backgroundsInput backgroundsDividers |
| 300 | F2BD #F2BD97 | BordersInactive statesPlaceholder text |
| 400 | EB9A #EB9A60 | Disabled statesSecondary iconsMuted text |
| 500 | E67D #E67D33 | Primary brand colorCTAsActive elementsLinks |
| 600 | C862 #C86219 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9F4E #9F4E14 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7137 #71370E | Text on light backgroundsHeadingsStrong borders |
| 900 | 4923 #492309 | Primary textHigh emphasis contentDark headings |
| 950 | 2D16 #2D1606 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--chocolate-50: #FDF6F1;
--chocolate-100: #FBEBDF;
--chocolate-200: #F8DAC4;
--chocolate-300: #F2BD97;
--chocolate-400: #EB9A60;
--chocolate-500: #E67D33;
--chocolate-600: #C86219;
--chocolate-700: #9F4E14;
--chocolate-800: #71370E;
--chocolate-900: #492309;
--chocolate-950: #2D1606;
}