Charcoal
#4A3A08
YellowColor Codes
All color formats for development
HEX
#4A3A08RGB
rgb(74, 58, 8)HSL
hsl(45, 80%, 16%)OKLCH
oklch(0.356 0.067 89.6)CMYK
cmyk(0%, 22%, 89%, 71%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#423307
2#3B2E07
3#332806
4#2C2205
5#251D04
6#1D1703
7#161102
8#0F0B02
9#070601
Tints
Lighter variations
1#70570C
2#977511
3#BD9315
4#E4B119
5#EABF3E
6#EECC65
7#F2D88B
8#F6E5B2
9#FBF2D8
Tones
Muted variations
1#46370B
2#43360F
3#403412
4#3C3315
5#393118
6#362F1C
7#332E1F
8#2F2C22
9#2C2A26
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDFA #FDFAF1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBF4 #FBF4DF | Light backgroundsTable row hoverSkeleton loading |
| 200 | F8EB #F8EBC3 | Secondary backgroundsInput backgroundsDividers |
| 300 | F3DC #F3DC95 | BordersInactive statesPlaceholder text |
| 400 | EDC9 #EDC95E | Disabled statesSecondary iconsMuted text |
| 500 | E8BA #E8BA30 | Primary brand colorCTAsActive elementsLinks |
| 600 | CA9D #CA9D16 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A17D #A17D12 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7359 #73590D | Text on light backgroundsHeadingsStrong borders |
| 900 | 4939 #493908 | Primary textHigh emphasis contentDark headings |
| 950 | 2E24 #2E2405 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #FDFAF1;
--charcoal-100: #FBF4DF;
--charcoal-200: #F8EBC3;
--charcoal-300: #F3DC95;
--charcoal-400: #EDC95E;
--charcoal-500: #E8BA30;
--charcoal-600: #CA9D16;
--charcoal-700: #A17D12;
--charcoal-800: #73590D;
--charcoal-900: #493908;
--charcoal-950: #2E2405;
}