Chocolate
#C7A11A
YellowColor Codes
All color formats for development
HEX
#C7A11ARGB
rgb(199, 161, 26)HSL
hsl(47, 77%, 44%)OKLCH
oklch(0.723 0.142 90.9)CMYK
cmyk(0%, 19%, 87%, 22%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#B39117
2#9F8115
3#8B7112
4#77610F
5#63510D
6#4F400A
7#3C3008
8#282005
9#141003
Tints
Lighter variations
1#E0B61D
2#E5BF35
3#E8C74E
4#EBCF67
5#EFD781
6#F2DF9A
7#F5E7B3
8#F8EFCC
9#FCF7E6
Tones
Muted variations
1#BE9C22
2#B5972B
3#AD9234
4#A48E3C
5#9B8945
6#93844E
7#8A7F56
8#817A5F
9#797568
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 | F7EC #F7ECC4 | Secondary backgroundsInput backgroundsDividers |
| 300 | F2DE #F2DE97 | BordersInactive statesPlaceholder text |
| 400 | EACD #EACD61 | Disabled statesSecondary iconsMuted text |
| 500 | E5BE #E5BE34 | Primary brand colorCTAsActive elementsLinks |
| 600 | C7A1 #C7A11A | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9E80 #9E8015 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 715C #715C0F | Text on light backgroundsHeadingsStrong borders |
| 900 | 483B #483B09 | 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: #F7ECC4;
--chocolate-300: #F2DE97;
--chocolate-400: #EACD61;
--chocolate-500: #E5BE34;
--chocolate-600: #C7A11A;
--chocolate-700: #9E8015;
--chocolate-800: #715C0F;
--chocolate-900: #483B09;
--chocolate-950: #2D2506;
}