Charcoal
#48450A
YellowColor Codes
All color formats for development
HEX
#48450ARGB
rgb(72, 69, 10)HSL
hsl(57, 76%, 16%)OKLCH
oklch(0.382 0.076 106.4)CMYK
cmyk(0%, 4%, 86%, 72%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#413E09
2#393708
3#323007
4#2B2906
5#242205
6#1D1B04
7#161503
8#0E0E02
9#070701
Tints
Lighter variations
1#6E690F
2#938D14
3#B9B119
4#DFD51E
5#E5DD43
6#EAE468
7#F0EB8E
8#F5F1B4
9#FAF8D9
Tones
Muted variations
1#45420D
2#423F10
3#3F3C13
4#3B3A16
5#383719
6#35341C
7#32311F
8#2F2E23
9#2C2C26
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDFD #FDFDF2 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBF9 #FBF9E0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F7F5 #F7F5C5 | Secondary backgroundsInput backgroundsDividers |
| 300 | F1EC #F1EC98 | BordersInactive statesPlaceholder text |
| 400 | EAE3 #EAE362 | Disabled statesSecondary iconsMuted text |
| 500 | E3DB #E3DB35 | Primary brand colorCTAsActive elementsLinks |
| 600 | C5BD #C5BD1B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9D96 #9D9615 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 706B #706B0F | Text on light backgroundsHeadingsStrong borders |
| 900 | 4845 #48450A | Primary textHigh emphasis contentDark headings |
| 950 | 2D2B #2D2B06 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #FDFDF2;
--charcoal-100: #FBF9E0;
--charcoal-200: #F7F5C5;
--charcoal-300: #F1EC98;
--charcoal-400: #EAE362;
--charcoal-500: #E3DB35;
--charcoal-600: #C5BD1B;
--charcoal-700: #9D9615;
--charcoal-800: #706B0F;
--charcoal-900: #48450A;
--charcoal-950: #2D2B06;
}