Charcoal
#4A3D08
YellowColor Codes
All color formats for development
HEX
#4A3D08RGB
rgb(74, 61, 8)HSL
hsl(48, 80%, 16%)OKLCH
oklch(0.364 0.069 94.1)CMYK
cmyk(0%, 18%, 89%, 71%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#423607
2#3B3007
3#332A06
4#2C2405
5#251E04
6#1D1803
7#161202
8#0F0C02
9#070601
Tints
Lighter variations
1#705C0C
2#977C11
3#BD9B15
4#E4BB19
5#EAC73E
6#EED265
7#F2DE8B
8#F6E9B2
9#FBF4D8
Tones
Muted variations
1#463A0B
2#43380F
3#403712
4#3C3515
5#393318
6#36311C
7#332F1F
8#2F2D22
9#2C2B26
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDFB #FDFBF1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBF6 #FBF6DF | Light backgroundsTable row hoverSkeleton loading |
| 200 | F8EE #F8EEC3 | Secondary backgroundsInput backgroundsDividers |
| 300 | F3E1 #F3E195 | BordersInactive statesPlaceholder text |
| 400 | EDD1 #EDD15E | Disabled statesSecondary iconsMuted text |
| 500 | E8C3 #E8C330 | Primary brand colorCTAsActive elementsLinks |
| 600 | CAA6 #CAA616 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A184 #A18412 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 735E #735E0D | Text on light backgroundsHeadingsStrong borders |
| 900 | 493C #493C08 | Primary textHigh emphasis contentDark headings |
| 950 | 2E26 #2E2605 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #FDFBF1;
--charcoal-100: #FBF6DF;
--charcoal-200: #F8EEC3;
--charcoal-300: #F3E195;
--charcoal-400: #EDD15E;
--charcoal-500: #E8C330;
--charcoal-600: #CAA616;
--charcoal-700: #A18412;
--charcoal-800: #735E0D;
--charcoal-900: #493C08;
--charcoal-950: #2E2605;
}