Charcoal
#494809
YellowColor Codes
All color formats for development
HEX
#494809RGB
rgb(73, 72, 9)HSL
hsl(59, 78%, 16%)OKLCH
oklch(0.39 0.079 108.6)CMYK
cmyk(0%, 1%, 88%, 71%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#414008
2#3A3907
3#333206
4#2C2B05
5#242404
6#1D1D04
7#161503
8#0F0E02
9#070701
Tints
Lighter variations
1#6F6D0E
2#959312
3#BBB817
4#E1DE1C
5#E7E540
6#ECEA66
7#F1EF8D
8#F6F4B3
9#FAFAD9
Tones
Muted variations
1#45440C
2#42410F
3#3F3E13
4#3C3B16
5#393819
6#36351C
7#32321F
8#2F2F22
9#2C2C26
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDFD #FDFDF1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBFB #FBFBDF | Light backgroundsTable row hoverSkeleton loading |
| 200 | F8F7 #F8F7C4 | Secondary backgroundsInput backgroundsDividers |
| 300 | F2F1 #F2F197 | BordersInactive statesPlaceholder text |
| 400 | EBE9 #EBE960 | Disabled statesSecondary iconsMuted text |
| 500 | E6E3 #E6E333 | Primary brand colorCTAsActive elementsLinks |
| 600 | C8C5 #C8C519 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9F9D #9F9D14 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7170 #71700E | Text on light backgroundsHeadingsStrong borders |
| 900 | 4948 #494809 | Primary textHigh emphasis contentDark headings |
| 950 | 2D2D #2D2D06 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #FDFDF1;
--charcoal-100: #FBFBDF;
--charcoal-200: #F8F7C4;
--charcoal-300: #F2F197;
--charcoal-400: #EBE960;
--charcoal-500: #E6E333;
--charcoal-600: #C8C519;
--charcoal-700: #9F9D14;
--charcoal-800: #71700E;
--charcoal-900: #494809;
--charcoal-950: #2D2D06;
}