Charcoal
#48440A
YellowColor Codes
All color formats for development
HEX
#48440ARGB
rgb(72, 68, 10)HSL
hsl(56, 76%, 16%)OKLCH
oklch(0.379 0.074 105.3)CMYK
cmyk(0%, 6%, 86%, 72%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#413D09
2#393608
3#322F07
4#2B2906
5#242205
6#1D1B04
7#161403
8#0E0E02
9#070701
Tints
Lighter variations
1#6E670F
2#938B14
3#B9AE19
4#DFD21E
5#E5DA43
6#EAE268
7#F0E98E
8#F5F0B4
9#FAF8D9
Tones
Muted variations
1#45410D
2#423E10
3#3F3C13
4#3B3916
5#383619
6#35341C
7#32311F
8#2F2E23
9#2C2B26
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDFC #FDFCF2 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBF9 #FBF9E0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F7F4 #F7F4C5 | Secondary backgroundsInput backgroundsDividers |
| 300 | F1EB #F1EB98 | BordersInactive statesPlaceholder text |
| 400 | EAE1 #EAE162 | Disabled statesSecondary iconsMuted text |
| 500 | E3D8 #E3D835 | Primary brand colorCTAsActive elementsLinks |
| 600 | C5BA #C5BA1B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9D94 #9D9415 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 706A #706A0F | Text on light backgroundsHeadingsStrong borders |
| 900 | 4844 #48440A | Primary textHigh emphasis contentDark headings |
| 950 | 2D2A #2D2A06 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #FDFCF2;
--charcoal-100: #FBF9E0;
--charcoal-200: #F7F4C5;
--charcoal-300: #F1EB98;
--charcoal-400: #EAE162;
--charcoal-500: #E3D835;
--charcoal-600: #C5BA1B;
--charcoal-700: #9D9415;
--charcoal-800: #706A0F;
--charcoal-900: #48440A;
--charcoal-950: #2D2A06;
}