Charcoal
#494909
YellowColor Codes
All color formats for development
HEX
#494909RGB
rgb(73, 73, 9)HSL
hsl(60, 78%, 16%)OKLCH
oklch(0.393 0.08 109.6)CMYK
cmyk(0%, 0%, 88%, 71%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#414108
2#3A3A07
3#333306
4#2C2C05
5#242404
6#1D1D04
7#161603
8#0F0F02
9#070701
Tints
Lighter variations
1#6F6F0E
2#959512
3#BBBB17
4#E1E11C
5#E7E740
6#ECEC66
7#F1F18D
8#F6F6B3
9#FAFAD9
Tones
Muted variations
1#45450C
2#42420F
3#3F3F13
4#3C3C16
5#393919
6#36361C
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 | F8F8 #F8F8C4 | Secondary backgroundsInput backgroundsDividers |
| 300 | F2F2 #F2F297 | BordersInactive statesPlaceholder text |
| 400 | EBEB #EBEB60 | Disabled statesSecondary iconsMuted text |
| 500 | E6E6 #E6E633 | Primary brand colorCTAsActive elementsLinks |
| 600 | C8C8 #C8C819 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9F9F #9F9F14 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7171 #71710E | Text on light backgroundsHeadingsStrong borders |
| 900 | 4949 #494909 | 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: #F8F8C4;
--charcoal-300: #F2F297;
--charcoal-400: #EBEB60;
--charcoal-500: #E6E633;
--charcoal-600: #C8C819;
--charcoal-700: #9F9F14;
--charcoal-800: #71710E;
--charcoal-900: #494909;
--charcoal-950: #2D2D06;
}