Chocolate
#C8A219
YellowColor Codes
All color formats for development
HEX
#C8A219RGB
rgb(200, 162, 25)HSL
hsl(47, 78%, 44%)OKLCH
oklch(0.726 0.143 91.1)CMYK
cmyk(0%, 19%, 88%, 22%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#B49216
2#A08114
3#8C7111
4#78610F
5#64510C
6#50410A
7#3C3107
8#282005
9#141002
Tints
Lighter variations
1#E1B61C
2#E6BF34
3#E9C74D
4#ECCF66
5#EFD780
6#F2DF99
7#F6E7B3
8#F9EFCC
9#FCF7E6
Tones
Muted variations
1#BF9D21
2#B6982A
3#AD9333
4#A58E3C
5#9C8944
6#93844D
7#8A7F56
8#827A5F
9#797567
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDFB #FDFBF1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBF5 #FBF5DF | Light backgroundsTable row hoverSkeleton loading |
| 200 | F8ED #F8EDC4 | Secondary backgroundsInput backgroundsDividers |
| 300 | F2DE #F2DE97 | BordersInactive statesPlaceholder text |
| 400 | EBCD #EBCD60 | Disabled statesSecondary iconsMuted text |
| 500 | E6BF #E6BF33 | Primary brand colorCTAsActive elementsLinks |
| 600 | C8A2 #C8A219 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9F81 #9F8114 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 715C #715C0E | Text on light backgroundsHeadingsStrong borders |
| 900 | 493B #493B09 | Primary textHigh emphasis contentDark headings |
| 950 | 2D25 #2D2506 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--chocolate-50: #FDFBF1;
--chocolate-100: #FBF5DF;
--chocolate-200: #F8EDC4;
--chocolate-300: #F2DE97;
--chocolate-400: #EBCD60;
--chocolate-500: #E6BF33;
--chocolate-600: #C8A219;
--chocolate-700: #9F8114;
--chocolate-800: #715C0E;
--chocolate-900: #493B09;
--chocolate-950: #2D2506;
}