Charcoal
#48460A
YellowColor Codes
All color formats for development
HEX
#48460ARGB
rgb(72, 70, 10)HSL
hsl(58, 76%, 16%)OKLCH
oklch(0.384 0.077 107.5)CMYK
cmyk(0%, 3%, 86%, 72%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#413F09
2#393808
3#323107
4#2B2A06
5#242305
6#1D1C04
7#161503
8#0E0E02
9#070701
Tints
Lighter variations
1#6E6A0F
2#938F14
3#B9B419
4#DFD81E
5#E5E043
6#EAE668
7#F0EC8E
8#F5F3B4
9#FAF9D9
Tones
Muted variations
1#45430D
2#424010
3#3F3D13
4#3B3A16
5#383719
6#35341C
7#32311F
8#2F2F23
9#2C2C26
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDFD #FDFDF2 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBFA #FBFAE0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F7F5 #F7F5C5 | Secondary backgroundsInput backgroundsDividers |
| 300 | F1EE #F1EE98 | BordersInactive statesPlaceholder text |
| 400 | EAE5 #EAE562 | Disabled statesSecondary iconsMuted text |
| 500 | E3DE #E3DE35 | Primary brand colorCTAsActive elementsLinks |
| 600 | C5C0 #C5C01B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9D99 #9D9915 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 706D #706D0F | Text on light backgroundsHeadingsStrong borders |
| 900 | 4846 #48460A | Primary textHigh emphasis contentDark headings |
| 950 | 2D2C #2D2C06 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #FDFDF2;
--charcoal-100: #FBFAE0;
--charcoal-200: #F7F5C5;
--charcoal-300: #F1EE98;
--charcoal-400: #EAE562;
--charcoal-500: #E3DE35;
--charcoal-600: #C5C01B;
--charcoal-700: #9D9915;
--charcoal-800: #706D0F;
--charcoal-900: #48460A;
--charcoal-950: #2D2C06;
}