Charcoal
#4B4407
YellowColor Codes
All color formats for development
HEX
#4B4407RGB
rgb(75, 68, 7)HSL
hsl(54, 83%, 16%)OKLCH
oklch(0.382 0.076 102.3)CMYK
cmyk(0%, 9%, 91%, 71%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#433D06
2#3C3606
3#343005
4#2D2904
5#252203
6#1E1B03
7#161402
8#0F0E01
9#070701
Tints
Lighter variations
1#72680B
2#998B0E
3#C0AF12
4#E7D216
5#EDDB3B
6#F0E262
7#F4E989
8#F8F1B1
9#FBF8D8
Tones
Muted variations
1#47410A
2#443E0E
3#413C11
4#3D3914
5#3A3618
6#36341B
7#33311F
8#302E22
9#2C2C25
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 | F9F4 #F9F4C2 | Secondary backgroundsInput backgroundsDividers |
| 300 | F5EB #F5EB94 | BordersInactive statesPlaceholder text |
| 400 | F0E1 #F0E15C | Disabled statesSecondary iconsMuted text |
| 500 | EBD8 #EBD82D | Primary brand colorCTAsActive elementsLinks |
| 600 | CDBB #CDBB13 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A395 #A3950F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 756A #756A0B | Text on light backgroundsHeadingsStrong borders |
| 900 | 4B44 #4B4407 | 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: #F9F4C2;
--charcoal-300: #F5EB94;
--charcoal-400: #F0E15C;
--charcoal-500: #EBD82D;
--charcoal-600: #CDBB13;
--charcoal-700: #A3950F;
--charcoal-800: #756A0B;
--charcoal-900: #4B4407;
--charcoal-950: #2F2A04;
}