Charcoal
#48430A
YellowColor Codes
All color formats for development
HEX
#48430ARGB
rgb(72, 67, 10)HSL
hsl(55, 76%, 16%)OKLCH
oklch(0.377 0.073 104.1)CMYK
cmyk(0%, 7%, 86%, 72%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#413C09
2#393508
3#322F07
4#2B2806
5#242105
6#1D1B04
7#161403
8#0E0D02
9#070701
Tints
Lighter variations
1#6E660F
2#938914
3#B9AC19
4#DFCF1E
5#E5D843
6#EAE068
7#F0E78E
8#F5EFB4
9#FAF7D9
Tones
Muted variations
1#45400D
2#423D10
3#3F3B13
4#3B3816
5#383619
6#35331C
7#32311F
8#2F2E23
9#2C2B26
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDFC #FDFCF2 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBF8 #FBF8E0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F7F3 #F7F3C5 | Secondary backgroundsInput backgroundsDividers |
| 300 | F1E9 #F1E998 | BordersInactive statesPlaceholder text |
| 400 | EADE #EADE62 | Disabled statesSecondary iconsMuted text |
| 500 | E3D5 #E3D535 | Primary brand colorCTAsActive elementsLinks |
| 600 | C5B7 #C5B71B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9D92 #9D9215 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7068 #70680F | Text on light backgroundsHeadingsStrong borders |
| 900 | 4843 #48430A | Primary textHigh emphasis contentDark headings |
| 950 | 2D2A #2D2A06 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #FDFCF2;
--charcoal-100: #FBF8E0;
--charcoal-200: #F7F3C5;
--charcoal-300: #F1E998;
--charcoal-400: #EADE62;
--charcoal-500: #E3D535;
--charcoal-600: #C5B71B;
--charcoal-700: #9D9215;
--charcoal-800: #70680F;
--charcoal-900: #48430A;
--charcoal-950: #2D2A06;
}