Charcoal
#4B3C07
YellowColor Codes
All color formats for development
HEX
#4B3C07RGB
rgb(75, 60, 7)HSL
hsl(47, 83%, 16%)OKLCH
oklch(0.362 0.07 91.7)CMYK
cmyk(0%, 20%, 91%, 71%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#433606
2#3C3006
3#342A05
4#2D2404
5#251E03
6#1E1803
7#161202
8#0F0C01
9#070601
Tints
Lighter variations
1#725B0B
2#997B0E
3#C09A12
4#E7BA16
5#EDC63B
6#F0D262
7#F4DD89
8#F8E8B1
9#FBF4D8
Tones
Muted variations
1#473A0A
2#44380E
3#413611
4#3D3414
5#3A3218
6#36301B
7#332F1F
8#302D22
9#2C2B25
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEFB #FEFBF1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FCF6 #FCF6DE | Light backgroundsTable row hoverSkeleton loading |
| 200 | F9ED #F9EDC2 | Secondary backgroundsInput backgroundsDividers |
| 300 | F5E0 #F5E094 | BordersInactive statesPlaceholder text |
| 400 | F0D0 #F0D05C | Disabled statesSecondary iconsMuted text |
| 500 | EBC2 #EBC22D | Primary brand colorCTAsActive elementsLinks |
| 600 | CDA5 #CDA513 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A383 #A3830F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 755E #755E0B | Text on light backgroundsHeadingsStrong borders |
| 900 | 4B3C #4B3C07 | Primary textHigh emphasis contentDark headings |
| 950 | 2F25 #2F2504 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #FEFBF1;
--charcoal-100: #FCF6DE;
--charcoal-200: #F9EDC2;
--charcoal-300: #F5E094;
--charcoal-400: #F0D05C;
--charcoal-500: #EBC22D;
--charcoal-600: #CDA513;
--charcoal-700: #A3830F;
--charcoal-800: #755E0B;
--charcoal-900: #4B3C07;
--charcoal-950: #2F2504;
}