Charcoal
#4A4508
YellowColor Codes
All color formats for development
HEX
#4A4508RGB
rgb(74, 69, 8)HSL
hsl(55, 80%, 16%)OKLCH
oklch(0.384 0.076 104.4)CMYK
cmyk(0%, 7%, 89%, 71%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#423D07
2#3B3607
3#333006
4#2C2905
5#252204
6#1D1B03
7#161402
8#0F0E02
9#070701
Tints
Lighter variations
1#70680C
2#978B11
3#BDAF15
4#E4D319
5#EADB3E
6#EEE265
7#F2EA8B
8#F6F1B2
9#FBF8D8
Tones
Muted variations
1#46410B
2#433F0F
3#403C12
4#3C3915
5#393618
6#36341C
7#33311F
8#2F2E22
9#2C2C26
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDFC #FDFCF1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBF9 #FBF9DF | Light backgroundsTable row hoverSkeleton loading |
| 200 | F8F4 #F8F4C3 | Secondary backgroundsInput backgroundsDividers |
| 300 | F3EB #F3EB95 | BordersInactive statesPlaceholder text |
| 400 | EDE1 #EDE15E | Disabled statesSecondary iconsMuted text |
| 500 | E8D9 #E8D930 | Primary brand colorCTAsActive elementsLinks |
| 600 | CABB #CABB16 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A195 #A19512 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 736A #736A0D | Text on light backgroundsHeadingsStrong borders |
| 900 | 4944 #494408 | Primary textHigh emphasis contentDark headings |
| 950 | 2E2B #2E2B05 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #FDFCF1;
--charcoal-100: #FBF9DF;
--charcoal-200: #F8F4C3;
--charcoal-300: #F3EB95;
--charcoal-400: #EDE15E;
--charcoal-500: #E8D930;
--charcoal-600: #CABB16;
--charcoal-700: #A19512;
--charcoal-800: #736A0D;
--charcoal-900: #494408;
--charcoal-950: #2E2B05;
}