Charcoal
#4A4008
YellowColor Codes
All color formats for development
HEX
#4A4008RGB
rgb(74, 64, 8)HSL
hsl(51, 80%, 16%)OKLCH
oklch(0.371 0.072 98.3)CMYK
cmyk(0%, 14%, 89%, 71%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#423907
2#3B3307
3#332D06
4#2C2605
5#252004
6#1D1903
7#161302
8#0F0D02
9#070601
Tints
Lighter variations
1#70610C
2#978211
3#BDA415
4#E4C519
5#EAD03E
6#EED965
7#F2E38B
8#F6ECB2
9#FBF6D8
Tones
Muted variations
1#463D0B
2#433B0F
3#403912
4#3C3715
5#393418
6#36321C
7#33301F
8#2F2D22
9#2C2B26
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDFC #FDFCF1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBF7 #FBF7DF | Light backgroundsTable row hoverSkeleton loading |
| 200 | F8F0 #F8F0C3 | Secondary backgroundsInput backgroundsDividers |
| 300 | F3E5 #F3E595 | BordersInactive statesPlaceholder text |
| 400 | EDD8 #EDD85E | Disabled statesSecondary iconsMuted text |
| 500 | E8CD #E8CD30 | Primary brand colorCTAsActive elementsLinks |
| 600 | CAAF #CAAF16 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A18B #A18B12 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7363 #73630D | Text on light backgroundsHeadingsStrong borders |
| 900 | 4940 #494008 | Primary textHigh emphasis contentDark headings |
| 950 | 2E28 #2E2805 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #FDFCF1;
--charcoal-100: #FBF7DF;
--charcoal-200: #F8F0C3;
--charcoal-300: #F3E595;
--charcoal-400: #EDD85E;
--charcoal-500: #E8CD30;
--charcoal-600: #CAAF16;
--charcoal-700: #A18B12;
--charcoal-800: #73630D;
--charcoal-900: #494008;
--charcoal-950: #2E2805;
}