Charcoal
#48420A
YellowColor Codes
All color formats for development
HEX
#48420ARGB
rgb(72, 66, 10)HSL
hsl(54, 76%, 16%)OKLCH
oklch(0.374 0.072 102.9)CMYK
cmyk(0%, 8%, 86%, 72%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#413B09
2#393408
3#322E07
4#2B2706
5#242105
6#1D1A04
7#161403
8#0E0D02
9#070701
Tints
Lighter variations
1#6E640F
2#938614
3#B9A919
4#DFCB1E
5#E5D543
6#EADD68
7#F0E68E
8#F5EEB4
9#FAF7D9
Tones
Muted variations
1#453F0D
2#423D10
3#3F3A13
4#3B3816
5#383519
6#35331C
7#32301F
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 | FBF8 #FBF8E0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F7F2 #F7F2C5 | Secondary backgroundsInput backgroundsDividers |
| 300 | F1E8 #F1E898 | BordersInactive statesPlaceholder text |
| 400 | EADC #EADC62 | Disabled statesSecondary iconsMuted text |
| 500 | E3D2 #E3D235 | Primary brand colorCTAsActive elementsLinks |
| 600 | C5B4 #C5B41B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9D90 #9D9015 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7067 #70670F | Text on light backgroundsHeadingsStrong borders |
| 900 | 4842 #48420A | Primary textHigh emphasis contentDark headings |
| 950 | 2D29 #2D2906 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #FDFCF2;
--charcoal-100: #FBF8E0;
--charcoal-200: #F7F2C5;
--charcoal-300: #F1E898;
--charcoal-400: #EADC62;
--charcoal-500: #E3D235;
--charcoal-600: #C5B41B;
--charcoal-700: #9D9015;
--charcoal-800: #70670F;
--charcoal-900: #48420A;
--charcoal-950: #2D2906;
}