Charcoal
#4B4106
YellowColor Codes
All color formats for development
HEX
#4B4106RGB
rgb(75, 65, 6)HSL
hsl(51, 85%, 16%)OKLCH
oklch(0.375 0.074 98.7)CMYK
cmyk(0%, 13%, 92%, 71%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#443B06
2#3C3405
3#352E04
4#2D2704
5#262103
6#1E1A02
7#171402
8#0F0D01
9#080701
Tints
Lighter variations
1#736309
2#9B850D
3#C2A810
4#EACA13
5#EFD439
6#F2DC60
7#F5E588
8#F9EEB0
9#FCF6D7
Tones
Muted variations
1#483F0A
2#453C0D
3#413A11
4#3E3714
5#3A3517
6#37331B
7#33301E
8#302E22
9#2C2B25
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEFC #FEFCF1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FCF8 #FCF8DE | Light backgroundsTable row hoverSkeleton loading |
| 200 | FAF2 #FAF2C2 | Secondary backgroundsInput backgroundsDividers |
| 300 | F6E7 #F6E792 | BordersInactive statesPlaceholder text |
| 400 | F2DB #F2DB5A | Disabled statesSecondary iconsMuted text |
| 500 | EED1 #EED12B | Primary brand colorCTAsActive elementsLinks |
| 600 | D0B3 #D0B311 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A58E #A58E0D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7666 #76660A | Text on light backgroundsHeadingsStrong borders |
| 900 | 4B41 #4B4106 | Primary textHigh emphasis contentDark headings |
| 950 | 2F29 #2F2904 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #FEFCF1;
--charcoal-100: #FCF8DE;
--charcoal-200: #FAF2C2;
--charcoal-300: #F6E792;
--charcoal-400: #F2DB5A;
--charcoal-500: #EED12B;
--charcoal-600: #D0B311;
--charcoal-700: #A58E0D;
--charcoal-800: #76660A;
--charcoal-900: #4B4106;
--charcoal-950: #2F2904;
}