Charcoal
#473D0A
YellowColor Codes
All color formats for development
HEX
#473D0ARGB
rgb(71, 61, 10)HSL
hsl(50, 75%, 16%)OKLCH
oklch(0.36 0.068 97.5)CMYK
cmyk(0%, 14%, 86%, 72%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#403709
2#393108
3#322B07
4#2B2506
5#241F05
6#1D1804
7#151203
8#0E0C02
9#070601
Tints
Lighter variations
1#6D5D10
2#927D15
3#B89E1A
4#DDBE20
5#E4C944
6#EAD469
7#EFDF8F
8#F4EAB4
9#FAF4DA
Tones
Muted variations
1#443B0D
2#413910
3#3E3713
4#3B3516
5#38331A
6#35311D
7#322F20
8#2F2D23
9#2C2B26
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDFB #FDFBF2 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBF6 #FBF6E0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F7EE #F7EEC5 | Secondary backgroundsInput backgroundsDividers |
| 300 | F0E2 #F0E298 | BordersInactive statesPlaceholder text |
| 400 | E9D2 #E9D263 | Disabled statesSecondary iconsMuted text |
| 500 | E2C6 #E2C636 | Primary brand colorCTAsActive elementsLinks |
| 600 | C4A8 #C4A81C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9C86 #9C8616 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7060 #706010 | Text on light backgroundsHeadingsStrong borders |
| 900 | 473D #473D0A | Primary textHigh emphasis contentDark headings |
| 950 | 2D26 #2D2606 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #FDFBF2;
--charcoal-100: #FBF6E0;
--charcoal-200: #F7EEC5;
--charcoal-300: #F0E298;
--charcoal-400: #E9D263;
--charcoal-500: #E2C636;
--charcoal-600: #C4A81C;
--charcoal-700: #9C8616;
--charcoal-800: #706010;
--charcoal-900: #473D0A;
--charcoal-950: #2D2606;
}