Chocolate
#C87C19
OrangeColor Codes
All color formats for development
HEX
#C87C19RGB
rgb(200, 124, 25)HSL
hsl(34, 78%, 44%)OKLCH
oklch(0.653 0.138 65.8)CMYK
cmyk(0%, 38%, 88%, 22%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#B46F16
2#A06314
3#8C5711
4#784A0F
5#643E0C
6#50320A
7#3C2507
8#281905
9#140C02
Tints
Lighter variations
1#E18C1C
2#E69934
3#E9A54D
4#ECB266
5#EFBF80
6#F2CC99
7#F6D9B3
8#F9E5CC
9#FCF2E6
Tones
Muted variations
1#BF7B21
2#B67A2A
3#AD7833
4#A5773C
5#9C7644
6#93754D
7#8A7456
8#82735F
9#797167
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 | F8E1 #F8E1C4 | Secondary backgroundsInput backgroundsDividers |
| 300 | F2CA #F2CA97 | BordersInactive statesPlaceholder text |
| 400 | EBAF #EBAF60 | Disabled statesSecondary iconsMuted text |
| 500 | E698 #E69833 | Primary brand colorCTAsActive elementsLinks |
| 600 | C87C #C87C19 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9F63 #9F6314 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7146 #71460E | Text on light backgroundsHeadingsStrong borders |
| 900 | 492D #492D09 | Primary textHigh emphasis contentDark headings |
| 950 | 2D1C #2D1C06 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--chocolate-50: #FDF8F1;
--chocolate-100: #FBEFDF;
--chocolate-200: #F8E1C4;
--chocolate-300: #F2CA97;
--chocolate-400: #EBAF60;
--chocolate-500: #E69833;
--chocolate-600: #C87C19;
--chocolate-700: #9F6314;
--chocolate-800: #71460E;
--chocolate-900: #492D09;
--chocolate-950: #2D1C06;
}