Charcoal
#48400A
YellowColor Codes
All color formats for development
HEX
#48400ARGB
rgb(72, 64, 10)HSL
hsl(52, 76%, 16%)OKLCH
oklch(0.369 0.07 100.4)CMYK
cmyk(0%, 11%, 86%, 72%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#413909
2#393308
3#322C07
4#2B2606
5#242005
6#1D1904
7#161303
8#0E0D02
9#070601
Tints
Lighter variations
1#6E610F
2#938214
3#B9A419
4#DFC51E
5#E5D043
6#EAD968
7#F0E38E
8#F5ECB4
9#FAF6D9
Tones
Muted variations
1#453D0D
2#423B10
3#3F3913
4#3B3616
5#383419
6#35321C
7#32301F
8#2F2D23
9#2C2B26
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDFC #FDFCF2 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBF7 #FBF7E0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F7F0 #F7F0C5 | Secondary backgroundsInput backgroundsDividers |
| 300 | F1E5 #F1E598 | BordersInactive statesPlaceholder text |
| 400 | EAD7 #EAD762 | Disabled statesSecondary iconsMuted text |
| 500 | E3CC #E3CC35 | Primary brand colorCTAsActive elementsLinks |
| 600 | C5AF #C5AF1B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9D8B #9D8B15 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7063 #70630F | Text on light backgroundsHeadingsStrong borders |
| 900 | 4840 #48400A | Primary textHigh emphasis contentDark headings |
| 950 | 2D28 #2D2806 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #FDFCF2;
--charcoal-100: #FBF7E0;
--charcoal-200: #F7F0C5;
--charcoal-300: #F1E598;
--charcoal-400: #EAD762;
--charcoal-500: #E3CC35;
--charcoal-600: #C5AF1B;
--charcoal-700: #9D8B15;
--charcoal-800: #70630F;
--charcoal-900: #48400A;
--charcoal-950: #2D2806;
}