Chocolate
#C89019
OrangeColor Codes
All color formats for development
HEX
#C89019RGB
rgb(200, 144, 25)HSL
hsl(41, 78%, 44%)OKLCH
oklch(0.69 0.137 79.5)CMYK
cmyk(0%, 28%, 88%, 22%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#B48216
2#A07314
3#8C6511
4#78570F
5#64480C
6#503A0A
7#3C2B07
8#281D05
9#140E02
Tints
Lighter variations
1#E1A31C
2#E6AD34
3#E9B84D
4#ECC266
5#EFCC80
6#F2D699
7#F6E0B3
8#F9EBCC
9#FCF5E6
Tones
Muted variations
1#BF8D21
2#B68A2A
3#AD8733
4#A5833C
5#9C8044
6#937D4D
7#8A7A56
8#82775F
9#797367
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDFA #FDFAF1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBF2 #FBF2DF | Light backgroundsTable row hoverSkeleton loading |
| 200 | F8E7 #F8E7C4 | Secondary backgroundsInput backgroundsDividers |
| 300 | F2D5 #F2D597 | BordersInactive statesPlaceholder text |
| 400 | EBBF #EBBF60 | Disabled statesSecondary iconsMuted text |
| 500 | E6AD #E6AD33 | Primary brand colorCTAsActive elementsLinks |
| 600 | C890 #C89019 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9F73 #9F7314 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7152 #71520E | Text on light backgroundsHeadingsStrong borders |
| 900 | 4934 #493409 | Primary textHigh emphasis contentDark headings |
| 950 | 2D21 #2D2106 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--chocolate-50: #FDFAF1;
--chocolate-100: #FBF2DF;
--chocolate-200: #F8E7C4;
--chocolate-300: #F2D597;
--chocolate-400: #EBBF60;
--chocolate-500: #E6AD33;
--chocolate-600: #C89019;
--chocolate-700: #9F7314;
--chocolate-800: #71520E;
--chocolate-900: #493409;
--chocolate-950: #2D2106;
}