Charcoal
#493909
YellowColor Codes
All color formats for development
HEX
#493909RGB
rgb(73, 57, 9)HSL
hsl(45, 78%, 16%)OKLCH
oklch(0.353 0.066 89.1)CMYK
cmyk(0%, 22%, 88%, 71%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#413308
2#3A2D07
3#332806
4#2C2205
5#241C04
6#1D1704
7#161103
8#0F0B02
9#070601
Tints
Lighter variations
1#6F560E
2#957412
3#BB9217
4#E1B01C
5#E7BE40
6#ECCB66
7#F1D88D
8#F6E5B3
9#FAF2D9
Tones
Muted variations
1#45370C
2#42360F
3#3F3413
4#3C3216
5#393119
6#362F1C
7#322E1F
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 #F8EBC4 | Secondary backgroundsInput backgroundsDividers |
| 300 | F2DB #F2DB97 | BordersInactive statesPlaceholder text |
| 400 | EBC9 #EBC960 | Disabled statesSecondary iconsMuted text |
| 500 | E6B9 #E6B933 | Primary brand colorCTAsActive elementsLinks |
| 600 | C89C #C89C19 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9F7C #9F7C14 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7159 #71590E | Text on light backgroundsHeadingsStrong borders |
| 900 | 4939 #493909 | Primary textHigh emphasis contentDark headings |
| 950 | 2D23 #2D2306 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #FDFAF1;
--charcoal-100: #FBF4DF;
--charcoal-200: #F8EBC4;
--charcoal-300: #F2DB97;
--charcoal-400: #EBC960;
--charcoal-500: #E6B933;
--charcoal-600: #C89C19;
--charcoal-700: #9F7C14;
--charcoal-800: #71590E;
--charcoal-900: #493909;
--charcoal-950: #2D2306;
}