Chocolate
#C87F19
OrangeColor Codes
All color formats for development
HEX
#C87F19RGB
rgb(200, 127, 25)HSL
hsl(35, 78%, 44%)OKLCH
oklch(0.658 0.138 67.9)CMYK
cmyk(0%, 37%, 88%, 22%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#B47216
2#A06514
3#8C5911
4#784C0F
5#643F0C
6#50330A
7#3C2607
8#281905
9#140D02
Tints
Lighter variations
1#E18F1C
2#E69C34
3#E9A84D
4#ECB466
5#EFC180
6#F2CD99
7#F6DAB3
8#F9E6CC
9#FCF3E6
Tones
Muted variations
1#BF7D21
2#B67C2A
3#AD7A33
4#A5793C
5#9C7744
6#93764D
7#8A7556
8#82735F
9#797267
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF8 #FDF8F1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBEF #FBEFDF | Light backgroundsTable row hoverSkeleton loading |
| 200 | F8E2 #F8E2C4 | Secondary backgroundsInput backgroundsDividers |
| 300 | F2CC #F2CC97 | BordersInactive statesPlaceholder text |
| 400 | EBB1 #EBB160 | Disabled statesSecondary iconsMuted text |
| 500 | E69B #E69B33 | Primary brand colorCTAsActive elementsLinks |
| 600 | C87F #C87F19 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9F65 #9F6514 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7148 #71480E | Text on light backgroundsHeadingsStrong borders |
| 900 | 492E #492E09 | Primary textHigh emphasis contentDark headings |
| 950 | 2D1D #2D1D06 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--chocolate-50: #FDF8F1;
--chocolate-100: #FBEFDF;
--chocolate-200: #F8E2C4;
--chocolate-300: #F2CC97;
--chocolate-400: #EBB160;
--chocolate-500: #E69B33;
--chocolate-600: #C87F19;
--chocolate-700: #9F6514;
--chocolate-800: #71480E;
--chocolate-900: #492E09;
--chocolate-950: #2D1D06;
}