Chocolate
#C59E1B
YellowColor Codes
All color formats for development
HEX
#C59E1BRGB
rgb(197, 158, 27)HSL
hsl(46, 76%, 44%)OKLCH
oklch(0.715 0.14 90)CMYK
cmyk(0%, 20%, 86%, 23%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#B28E18
2#9E7E16
3#8A6E13
4#765F10
5#634F0D
6#4F3F0B
7#3B2F08
8#272005
9#141003
Tints
Lighter variations
1#DFB21E
2#E4BB36
3#E7C44F
4#EACC68
5#EED581
6#F1DD9A
7#F5E6B4
8#F8EECD
9#FCF7E6
Tones
Muted variations
1#BD9923
2#B4952C
3#AC9035
4#A38B3D
5#9B8746
6#92824E
7#8A7E57
8#81795F
9#797568
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDFA #FDFAF2 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBF4 #FBF4E0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F7EB #F7EBC5 | Secondary backgroundsInput backgroundsDividers |
| 300 | F1DC #F1DC98 | BordersInactive statesPlaceholder text |
| 400 | EACA #EACA62 | Disabled statesSecondary iconsMuted text |
| 500 | E3BB #E3BB35 | Primary brand colorCTAsActive elementsLinks |
| 600 | C59E #C59E1B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9D7D #9D7D15 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 705A #705A0F | Text on light backgroundsHeadingsStrong borders |
| 900 | 4839 #48390A | Primary textHigh emphasis contentDark headings |
| 950 | 2D24 #2D2406 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--chocolate-50: #FDFAF2;
--chocolate-100: #FBF4E0;
--chocolate-200: #F7EBC5;
--chocolate-300: #F1DC98;
--chocolate-400: #EACA62;
--chocolate-500: #E3BB35;
--chocolate-600: #C59E1B;
--chocolate-700: #9D7D15;
--chocolate-800: #705A0F;
--chocolate-900: #48390A;
--chocolate-950: #2D2406;
}