Charcoal
#4B4107
YellowColor Codes
All color formats for development
HEX
#4B4107RGB
rgb(75, 65, 7)HSL
hsl(51, 83%, 16%)OKLCH
oklch(0.375 0.073 98.6)CMYK
cmyk(0%, 13%, 91%, 71%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#433A06
2#3C3406
3#342D05
4#2D2704
5#252003
6#1E1A03
7#161302
8#0F0D01
9#070601
Tints
Lighter variations
1#72620B
2#99840E
3#C0A612
4#E7C816
5#EDD23B
6#F0DB62
7#F4E489
8#F8EDB1
9#FBF6D8
Tones
Muted variations
1#473E0A
2#443C0E
3#413911
4#3D3714
5#3A3518
6#36321B
7#33301F
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 | FCF8 #FCF8DE | Light backgroundsTable row hoverSkeleton loading |
| 200 | F9F1 #F9F1C2 | Secondary backgroundsInput backgroundsDividers |
| 300 | F5E6 #F5E694 | BordersInactive statesPlaceholder text |
| 400 | F0DA #F0DA5C | Disabled statesSecondary iconsMuted text |
| 500 | EBCF #EBCF2D | Primary brand colorCTAsActive elementsLinks |
| 600 | CDB1 #CDB113 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A38D #A38D0F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7565 #75650B | Text on light backgroundsHeadingsStrong borders |
| 900 | 4B41 #4B4107 | Primary textHigh emphasis contentDark headings |
| 950 | 2F28 #2F2804 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #FEFCF1;
--charcoal-100: #FCF8DE;
--charcoal-200: #F9F1C2;
--charcoal-300: #F5E694;
--charcoal-400: #F0DA5C;
--charcoal-500: #EBCF2D;
--charcoal-600: #CDB113;
--charcoal-700: #A38D0F;
--charcoal-800: #75650B;
--charcoal-900: #4B4107;
--charcoal-950: #2F2804;
}