Charcoal
#48390A
YellowColor Codes
All color formats for development
HEX
#48390ARGB
rgb(72, 57, 10)HSL
hsl(45, 76%, 16%)OKLCH
oklch(0.351 0.065 90.1)CMYK
cmyk(0%, 21%, 86%, 72%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#413309
2#392D08
3#322707
4#2B2206
5#241C05
6#1D1704
7#161103
8#0E0B02
9#070601
Tints
Lighter variations
1#6E560F
2#937314
3#B99119
4#DFAF1E
5#E5BD43
6#EACA68
7#F0D78E
8#F5E4B4
9#FAF2D9
Tones
Muted variations
1#45370D
2#423510
3#3F3413
4#3B3216
5#383119
6#352F1C
7#322D1F
8#2F2C23
9#2C2A26
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDFA #FDFAF2 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBF4 #FBF4E0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F7EA #F7EAC5 | Secondary backgroundsInput backgroundsDividers |
| 300 | F1DB #F1DB98 | BordersInactive statesPlaceholder text |
| 400 | EAC8 #EAC862 | Disabled statesSecondary iconsMuted text |
| 500 | E3B8 #E3B835 | Primary brand colorCTAsActive elementsLinks |
| 600 | C59B #C59B1B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9D7B #9D7B15 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7058 #70580F | Text on light backgroundsHeadingsStrong borders |
| 900 | 4838 #48380A | 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: #FDFAF2;
--charcoal-100: #FBF4E0;
--charcoal-200: #F7EAC5;
--charcoal-300: #F1DB98;
--charcoal-400: #EAC862;
--charcoal-500: #E3B835;
--charcoal-600: #C59B1B;
--charcoal-700: #9D7B15;
--charcoal-800: #70580F;
--charcoal-900: #48380A;
--charcoal-950: #2D2306;
}