Charcoal

#4B3A06

Yellow

Color Codes

All color formats for development

HEX
#4B3A06
RGB
rgb(75, 58, 6)
HSL
hsl(45, 85%, 16%)
OKLCH
oklch(0.357 0.069 88.9)
CMYK
cmyk(0%, 23%, 92%, 71%)

Accessibility

WCAG contrast compliance

On White Background

11.01:1

AA AAA

On Black Background

1.91:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#FEFB
100
#FCF5
200
#FAEC
300
#F6DD
400
#F2CC
500
#EEBD
600
#D0A0
700
#A57F
800
#765B
900
#4B3A
950
#2F24

Shades

Darker variations

1#443406
2#3C2F05
3#352904
4#2D2304
5#261D03
6#1E1702
7#171102
8#0F0C01
9#080601

Tints

Lighter variations

1#735909
2#9B770D
3#C29610
4#EAB413
5#EFC139
6#F2CE60
7#F5DA88
8#F9E6B0
9#FCF3D7

Tones

Muted variations

1#48380A
2#45370D
3#413511
4#3E3314
5#3A3117
6#37301B
7#332E1E
8#302C22
9#2C2B25

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FEFB
#FEFBF1
BackgroundsSubtle highlightsCard backgrounds
100
FCF5
#FCF5DE
Light backgroundsTable row hoverSkeleton loading
200
FAEC
#FAECC2
Secondary backgroundsInput backgroundsDividers
300
F6DD
#F6DD92
BordersInactive statesPlaceholder text
400
F2CC
#F2CC5A
Disabled statesSecondary iconsMuted text
500
EEBD
#EEBD2B
Primary brand colorCTAsActive elementsLinks
600
D0A0
#D0A011
Hover statesFocus ringsPrimary buttons hover
700
A57F
#A57F0D
Active/pressed statesDark mode accentsSecondary text
800
765B
#765B0A
Text on light backgroundsHeadingsStrong borders
900
4B3A
#4B3A06
Primary textHigh emphasis contentDark headings
950
2F24
#2F2404
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --charcoal-50: #FEFBF1;
  --charcoal-100: #FCF5DE;
  --charcoal-200: #FAECC2;
  --charcoal-300: #F6DD92;
  --charcoal-400: #F2CC5A;
  --charcoal-500: #EEBD2B;
  --charcoal-600: #D0A011;
  --charcoal-700: #A57F0D;
  --charcoal-800: #765B0A;
  --charcoal-900: #4B3A06;
  --charcoal-950: #2F2404;
}
Generate More ShadesCreate PaletteConvert Color