Charcoal
#4D3D05
YellowColor Codes
All color formats for development
HEX
#4D3D05RGB
rgb(77, 61, 5)HSL
hsl(47, 88%, 16%)OKLCH
oklch(0.367 0.072 91.2)CMYK
cmyk(0%, 21%, 94%, 70%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#453704
2#3D3104
3#362B03
4#2E2503
5#261F02
6#1F1802
7#171201
8#0F0C01
9#080600
Tints
Lighter variations
1#755D07
2#9D7D0A
3#C69D0D
4#EEBE0F
5#F2C936
6#F5D45E
7#F7DF86
8#FAEAAE
9#FCF4D7
Tones
Muted variations
1#493B08
2#46390C
3#423710
4#3E3513
5#3B3317
6#37311A
7#342F1E
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 | FDF6 #FDF6DD | Light backgroundsTable row hoverSkeleton loading |
| 200 | FBEE #FBEEC1 | Secondary backgroundsInput backgroundsDividers |
| 300 | F8E2 #F8E291 | BordersInactive statesPlaceholder text |
| 400 | F4D2 #F4D257 | Disabled statesSecondary iconsMuted text |
| 500 | F1C5 #F1C527 | Primary brand colorCTAsActive elementsLinks |
| 600 | D3A8 #D3A80D | Hover statesFocus ringsPrimary buttons hover |
| 700 | A886 #A8860B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7860 #786008 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4D3D #4D3D05 | Primary textHigh emphasis contentDark headings |
| 950 | 3026 #302603 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #FEFBF1;
--charcoal-100: #FDF6DD;
--charcoal-200: #FBEEC1;
--charcoal-300: #F8E291;
--charcoal-400: #F4D257;
--charcoal-500: #F1C527;
--charcoal-600: #D3A80D;
--charcoal-700: #A8860B;
--charcoal-800: #786008;
--charcoal-900: #4D3D05;
--charcoal-950: #302603;
}