Charcoal
#4B4306
YellowColor Codes
All color formats for development
HEX
#4B4306RGB
rgb(75, 67, 6)HSL
hsl(53, 85%, 16%)OKLCH
oklch(0.38 0.076 101.2)CMYK
cmyk(0%, 11%, 92%, 71%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#443D06
2#3C3605
3#352F04
4#2D2804
5#262203
6#1E1B02
7#171402
8#0F0D01
9#080701
Tints
Lighter variations
1#736709
2#9B8A0D
3#C2AE10
4#EAD113
5#EFDA39
6#F2E160
7#F5E988
8#F9F0B0
9#FCF8D7
Tones
Muted variations
1#48410A
2#453E0D
3#413B11
4#3E3914
5#3A3617
6#37331B
7#33311E
8#302E22
9#2C2B25
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEFC #FEFCF1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FCF9 #FCF9DE | Light backgroundsTable row hoverSkeleton loading |
| 200 | FAF3 #FAF3C2 | Secondary backgroundsInput backgroundsDividers |
| 300 | F6EB #F6EB92 | BordersInactive statesPlaceholder text |
| 400 | F2E0 #F2E05A | Disabled statesSecondary iconsMuted text |
| 500 | EED7 #EED72B | Primary brand colorCTAsActive elementsLinks |
| 600 | D0B9 #D0B911 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A593 #A5930D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7669 #76690A | Text on light backgroundsHeadingsStrong borders |
| 900 | 4B43 #4B4306 | Primary textHigh emphasis contentDark headings |
| 950 | 2F2A #2F2A04 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #FEFCF1;
--charcoal-100: #FCF9DE;
--charcoal-200: #FAF3C2;
--charcoal-300: #F6EB92;
--charcoal-400: #F2E05A;
--charcoal-500: #EED72B;
--charcoal-600: #D0B911;
--charcoal-700: #A5930D;
--charcoal-800: #76690A;
--charcoal-900: #4B4306;
--charcoal-950: #2F2A04;
}