Charcoal
#4A3D07
YellowColor Codes
All color formats for development
HEX
#4A3D07RGB
rgb(74, 61, 7)HSL
hsl(48, 83%, 16%)OKLCH
oklch(0.364 0.07 94.3)CMYK
cmyk(0%, 18%, 91%, 71%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#433706
2#3C3106
3#342B05
4#2D2504
5#251F03
6#1E1803
7#161202
8#0F0C01
9#070601
Tints
Lighter variations
1#725D0B
2#997D0E
3#C09D12
4#E7BD16
5#EDC93B
6#F0D462
7#F4DF89
8#F8E9B1
9#FBF4D8
Tones
Muted variations
1#473B0A
2#44390E
3#413711
4#3D3514
5#3A3318
6#36311B
7#332F1F
8#302D22
9#2C2B25
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEFB #FEFBF1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FCF6 #FCF6DE | Light backgroundsTable row hoverSkeleton loading |
| 200 | F9EE #F9EEC2 | Secondary backgroundsInput backgroundsDividers |
| 300 | F5E2 #F5E294 | BordersInactive statesPlaceholder text |
| 400 | F0D2 #F0D25C | Disabled statesSecondary iconsMuted text |
| 500 | EBC5 #EBC52D | Primary brand colorCTAsActive elementsLinks |
| 600 | CDA8 #CDA813 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A386 #A3860F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 755F #755F0B | Text on light backgroundsHeadingsStrong borders |
| 900 | 4B3D #4B3D07 | Primary textHigh emphasis contentDark headings |
| 950 | 2F26 #2F2604 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #FEFBF1;
--charcoal-100: #FCF6DE;
--charcoal-200: #F9EEC2;
--charcoal-300: #F5E294;
--charcoal-400: #F0D25C;
--charcoal-500: #EBC52D;
--charcoal-600: #CDA813;
--charcoal-700: #A3860F;
--charcoal-800: #755F0B;
--charcoal-900: #4B3D07;
--charcoal-950: #2F2604;
}