Charcoal
#494409
YellowColor Codes
All color formats for development
HEX
#494409RGB
rgb(73, 68, 9)HSL
hsl(55, 78%, 16%)OKLCH
oklch(0.38 0.075 104.3)CMYK
cmyk(0%, 7%, 88%, 71%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#413D08
2#3A3607
3#332F06
4#2C2805
5#242204
6#1D1B04
7#161403
8#0F0D02
9#070701
Tints
Lighter variations
1#6F670E
2#958A12
3#BBAD17
4#E1D11C
5#E7DA40
6#ECE166
7#F1E98D
8#F6F0B3
9#FAF8D9
Tones
Muted variations
1#45410C
2#423E0F
3#3F3B13
4#3C3916
5#393619
6#36331C
7#32311F
8#2F2E22
9#2C2B26
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDFC #FDFCF1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBF9 #FBF9DF | Light backgroundsTable row hoverSkeleton loading |
| 200 | F8F3 #F8F3C4 | Secondary backgroundsInput backgroundsDividers |
| 300 | F2EA #F2EA97 | BordersInactive statesPlaceholder text |
| 400 | EBE0 #EBE060 | Disabled statesSecondary iconsMuted text |
| 500 | E6D7 #E6D733 | Primary brand colorCTAsActive elementsLinks |
| 600 | C8B9 #C8B919 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9F93 #9F9314 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7169 #71690E | Text on light backgroundsHeadingsStrong borders |
| 900 | 4943 #494309 | Primary textHigh emphasis contentDark headings |
| 950 | 2D2A #2D2A06 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #FDFCF1;
--charcoal-100: #FBF9DF;
--charcoal-200: #F8F3C4;
--charcoal-300: #F2EA97;
--charcoal-400: #EBE060;
--charcoal-500: #E6D733;
--charcoal-600: #C8B919;
--charcoal-700: #9F9314;
--charcoal-800: #71690E;
--charcoal-900: #494309;
--charcoal-950: #2D2A06;
}