Charcoal

#47470B

Yellow

Color Codes

All color formats for development

HEX
#47470B
RGB
rgb(71, 71, 11)
HSL
hsl(60, 73%, 16%)
OKLCH
oklch(0.386 0.077 109.5)
CMYK
cmyk(0%, 0%, 85%, 72%)

Accessibility

WCAG contrast compliance

On White Background

9.66:1

AA AAA

On Black Background

2.17:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#FDFD
100
#FAFA
200
#F6F6
300
#EFEF
400
#E7E7
500
#E0E0
600
#C2C2
700
#9A9A
800
#6E6E
900
#4747
950
#2C2C

Shades

Darker variations

1#40400A
2#383809
3#313108
4#2A2A07
5#232306
6#1C1C04
7#151503
8#0E0E02
9#070701

Tints

Lighter variations

1#6C6C11
2#919117
3#B6B61C
4#DBDB22
5#E2E246
6#E8E86B
7#EEEE90
8#F3F3B5
9#F9F9DA

Tones

Muted variations

1#44440E
2#414111
3#3E3E14
4#3B3B17
5#38381A
6#35351D
7#323220
8#2F2F23
9#2C2C26

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FDFD
#FDFDF2
BackgroundsSubtle highlightsCard backgrounds
100
FAFA
#FAFAE0
Light backgroundsTable row hoverSkeleton loading
200
F6F6
#F6F6C6
Secondary backgroundsInput backgroundsDividers
300
EFEF
#EFEF9A
BordersInactive statesPlaceholder text
400
E7E7
#E7E765
Disabled statesSecondary iconsMuted text
500
E0E0
#E0E038
Primary brand colorCTAsActive elementsLinks
600
C2C2
#C2C21E
Hover statesFocus ringsPrimary buttons hover
700
9A9A
#9A9A18
Active/pressed statesDark mode accentsSecondary text
800
6E6E
#6E6E11
Text on light backgroundsHeadingsStrong borders
900
4747
#47470B
Primary textHigh emphasis contentDark headings
950
2C2C
#2C2C07
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --charcoal-50: #FDFDF2;
  --charcoal-100: #FAFAE0;
  --charcoal-200: #F6F6C6;
  --charcoal-300: #EFEF9A;
  --charcoal-400: #E7E765;
  --charcoal-500: #E0E038;
  --charcoal-600: #C2C21E;
  --charcoal-700: #9A9A18;
  --charcoal-800: #6E6E11;
  --charcoal-900: #47470B;
  --charcoal-950: #2C2C07;
}
Generate More ShadesCreate PaletteConvert Color