Chocolate
#C88A19
OrangeColor Codes
All color formats for development
HEX
#C88A19RGB
rgb(200, 138, 25)HSL
hsl(39, 78%, 44%)OKLCH
oklch(0.679 0.137 75.4)CMYK
cmyk(0%, 31%, 88%, 22%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#B47D16
2#A06F14
3#8C6111
4#78530F
5#64450C
6#50370A
7#3C2A07
8#281C05
9#140E02
Tints
Lighter variations
1#E19C1C
2#E6A734
3#E9B24D
4#ECBD66
5#EFC880
6#F2D399
7#F6DEB3
8#F9E9CC
9#FCF4E6
Tones
Muted variations
1#BF8821
2#B6852A
3#AD8333
4#A5803C
5#9C7D44
6#937B4D
7#8A7856
8#82755F
9#797367
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF9 #FDF9F1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBF1 #FBF1DF | Light backgroundsTable row hoverSkeleton loading |
| 200 | F8E6 #F8E6C4 | Secondary backgroundsInput backgroundsDividers |
| 300 | F2D2 #F2D297 | BordersInactive statesPlaceholder text |
| 400 | EBBB #EBBB60 | Disabled statesSecondary iconsMuted text |
| 500 | E6A7 #E6A733 | Primary brand colorCTAsActive elementsLinks |
| 600 | C88A #C88A19 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9F6E #9F6E14 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 714F #714F0E | Text on light backgroundsHeadingsStrong borders |
| 900 | 4932 #493209 | Primary textHigh emphasis contentDark headings |
| 950 | 2D1F #2D1F06 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--chocolate-50: #FDF9F1;
--chocolate-100: #FBF1DF;
--chocolate-200: #F8E6C4;
--chocolate-300: #F2D297;
--chocolate-400: #EBBB60;
--chocolate-500: #E6A733;
--chocolate-600: #C88A19;
--chocolate-700: #9F6E14;
--chocolate-800: #714F0E;
--chocolate-900: #493209;
--chocolate-950: #2D1F06;
}