Charcoal
#4B4007
YellowColor Codes
All color formats for development
HEX
#4B4007RGB
rgb(75, 64, 7)HSL
hsl(50, 83%, 16%)OKLCH
oklch(0.372 0.072 97.3)CMYK
cmyk(0%, 15%, 91%, 71%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#433906
2#3C3306
3#342C05
4#2D2604
5#252003
6#1E1903
7#161302
8#0F0D01
9#070601
Tints
Lighter variations
1#72610B
2#99820E
3#C0A312
4#E7C416
5#EDCF3B
6#F0D962
7#F4E289
8#F8ECB1
9#FBF5D8
Tones
Muted variations
1#473D0A
2#443B0E
3#413911
4#3D3614
5#3A3418
6#36321B
7#33301F
8#302D22
9#2C2B25
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEFC #FEFCF1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FCF7 #FCF7DE | Light backgroundsTable row hoverSkeleton loading |
| 200 | F9F0 #F9F0C2 | Secondary backgroundsInput backgroundsDividers |
| 300 | F5E5 #F5E594 | BordersInactive statesPlaceholder text |
| 400 | F0D7 #F0D75C | Disabled statesSecondary iconsMuted text |
| 500 | EBCC #EBCC2D | Primary brand colorCTAsActive elementsLinks |
| 600 | CDAE #CDAE13 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A38B #A38B0F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7563 #75630B | Text on light backgroundsHeadingsStrong borders |
| 900 | 4B3F #4B3F07 | 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: #FCF7DE;
--charcoal-200: #F9F0C2;
--charcoal-300: #F5E594;
--charcoal-400: #F0D75C;
--charcoal-500: #EBCC2D;
--charcoal-600: #CDAE13;
--charcoal-700: #A38B0F;
--charcoal-800: #75630B;
--charcoal-900: #4B3F07;
--charcoal-950: #2F2804;
}