Chocolate
#C49A1C
YellowColor Codes
All color formats for development
HEX
#C49A1CRGB
rgb(196, 154, 28)HSL
hsl(45, 75%, 44%)OKLCH
oklch(0.706 0.138 87.9)CMYK
cmyk(0%, 21%, 86%, 23%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#B18B19
2#9D7B16
3#896C14
4#765D11
5#624D0E
6#4F3E0B
7#3B2E08
8#271F06
9#140F03
Tints
Lighter variations
1#DDAE20
2#E2B837
3#E6C150
4#EAC969
5#EDD282
6#F1DB9B
7#F4E4B4
8#F8EDCD
9#FBF6E6
Tones
Muted variations
1#BC9624
2#B4922D
3#AB8E35
4#A3893E
5#9A8546
6#92814F
7#897D57
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 | F0DA #F0DA98 | BordersInactive statesPlaceholder text |
| 400 | E9C7 #E9C763 | Disabled statesSecondary iconsMuted text |
| 500 | E2B7 #E2B736 | Primary brand colorCTAsActive elementsLinks |
| 600 | C49A #C49A1C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9C7B #9C7B16 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7058 #705810 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4738 #47380A | 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: #F0DA98;
--chocolate-400: #E9C763;
--chocolate-500: #E2B736;
--chocolate-600: #C49A1C;
--chocolate-700: #9C7B16;
--chocolate-800: #705810;
--chocolate-900: #47380A;
--chocolate-950: #2D2306;
}