Chocolate
#C99D18
YellowColor Codes
All color formats for development
HEX
#C99D18RGB
rgb(201, 157, 24)HSL
hsl(45, 79%, 44%)OKLCH
oklch(0.717 0.142 87.6)CMYK
cmyk(0%, 22%, 88%, 21%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#B58D15
2#A17D13
3#8D6E10
4#795E0E
5#644E0C
6#503F09
7#3C2F07
8#281F05
9#141002
Tints
Lighter variations
1#E2B01B
2#E7BA33
3#EAC34C
4#EDCB66
5#F0D47F
6#F3DC99
7#F6E5B2
8#F9EECC
9#FCF6E5
Tones
Muted variations
1#C09820
2#B79429
3#AE8F32
4#A58B3B
5#9D8644
6#94824D
7#8B7D56
8#82795E
9#797567
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDFA #FDFAF1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBF4 #FBF4DF | Light backgroundsTable row hoverSkeleton loading |
| 200 | F8EB #F8EBC4 | Secondary backgroundsInput backgroundsDividers |
| 300 | F3DC #F3DC96 | BordersInactive statesPlaceholder text |
| 400 | ECC9 #ECC95F | Disabled statesSecondary iconsMuted text |
| 500 | E7BA #E7BA32 | Primary brand colorCTAsActive elementsLinks |
| 600 | C99D #C99D18 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A07D #A07D13 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7259 #72590D | Text on light backgroundsHeadingsStrong borders |
| 900 | 4939 #493909 | Primary textHigh emphasis contentDark headings |
| 950 | 2E24 #2E2405 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--chocolate-50: #FDFAF1;
--chocolate-100: #FBF4DF;
--chocolate-200: #F8EBC4;
--chocolate-300: #F3DC96;
--chocolate-400: #ECC95F;
--chocolate-500: #E7BA32;
--chocolate-600: #C99D18;
--chocolate-700: #A07D13;
--chocolate-800: #72590D;
--chocolate-900: #493909;
--chocolate-950: #2E2405;
}