Chocolate
#C59B1B
YellowColor Codes
All color formats for development
HEX
#C59B1BRGB
rgb(197, 155, 27)HSL
hsl(45, 76%, 44%)OKLCH
oklch(0.709 0.139 88.1)CMYK
cmyk(0%, 21%, 86%, 23%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#B28B18
2#9E7C16
3#8A6C13
4#765D10
5#634D0D
6#4F3E0B
7#3B2E08
8#271F05
9#140F03
Tints
Lighter variations
1#DFAF1E
2#E4B836
3#E7C14F
4#EACA68
5#EED381
6#F1DC9A
7#F5E4B4
8#F8EDCD
9#FCF6E6
Tones
Muted variations
1#BD9723
2#B4922C
3#AC8E35
4#A38A3D
5#9B8646
6#92814E
7#8A7D57
8#81795F
9#797468
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 | F7EA #F7EAC5 | Secondary backgroundsInput backgroundsDividers |
| 300 | F1DB #F1DB98 | BordersInactive statesPlaceholder text |
| 400 | EAC8 #EAC862 | Disabled statesSecondary iconsMuted text |
| 500 | E3B8 #E3B835 | Primary brand colorCTAsActive elementsLinks |
| 600 | C59B #C59B1B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9D7B #9D7B15 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7058 #70580F | Text on light backgroundsHeadingsStrong borders |
| 900 | 4838 #48380A | Primary textHigh emphasis contentDark headings |
| 950 | 2D23 #2D2306 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--chocolate-50: #FDFAF2;
--chocolate-100: #FBF4E0;
--chocolate-200: #F7EAC5;
--chocolate-300: #F1DB98;
--chocolate-400: #EAC862;
--chocolate-500: #E3B835;
--chocolate-600: #C59B1B;
--chocolate-700: #9D7B15;
--chocolate-800: #70580F;
--chocolate-900: #48380A;
--chocolate-950: #2D2306;
}