Charcoal
#483A0A
YellowColor Codes
All color formats for development
HEX
#483A0ARGB
rgb(72, 58, 10)HSL
hsl(46, 76%, 16%)OKLCH
oklch(0.354 0.066 91.7)CMYK
cmyk(0%, 19%, 86%, 72%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#413409
2#392E08
3#322807
4#2B2206
5#241D05
6#1D1704
7#161103
8#0E0B02
9#070601
Tints
Lighter variations
1#6E570F
2#937614
3#B99419
4#DFB21E
5#E5BF43
6#EACC68
7#F0D98E
8#F5E6B4
9#FAF2D9
Tones
Muted variations
1#45380D
2#423610
3#3F3413
4#3B3316
5#383119
6#352F1C
7#322E1F
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 | F7EB #F7EBC5 | Secondary backgroundsInput backgroundsDividers |
| 300 | F1DC #F1DC98 | BordersInactive statesPlaceholder text |
| 400 | EACA #EACA62 | Disabled statesSecondary iconsMuted text |
| 500 | E3BB #E3BB35 | Primary brand colorCTAsActive elementsLinks |
| 600 | C59E #C59E1B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9D7D #9D7D15 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 705A #705A0F | Text on light backgroundsHeadingsStrong borders |
| 900 | 4839 #48390A | Primary textHigh emphasis contentDark headings |
| 950 | 2D24 #2D2406 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #FDFAF2;
--charcoal-100: #FBF4E0;
--charcoal-200: #F7EBC5;
--charcoal-300: #F1DC98;
--charcoal-400: #EACA62;
--charcoal-500: #E3BB35;
--charcoal-600: #C59E1B;
--charcoal-700: #9D7D15;
--charcoal-800: #705A0F;
--charcoal-900: #48390A;
--charcoal-950: #2D2406;
}