Charcoal

#494708

Yellow

Color Codes

All color formats for development

HEX
#494708
RGB
rgb(73, 71, 8)
HSL
hsl(58, 80%, 16%)
OKLCH
oklch(0.388 0.079 107.6)
CMYK
cmyk(0%, 3%, 89%, 71%)

Accessibility

WCAG contrast compliance

On White Background

9.60:1

AA AAA

On Black Background

2.19:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#FDFD
100
#FBFA
200
#F8F7
300
#F3F0
400
#EDE8
500
#E8E2
600
#CAC4
700
#A19C
800
#736F
900
#4947
950
#2E2D

Shades

Darker variations

1#424007
2#3B3907
3#333206
4#2C2B05
5#252404
6#1D1D03
7#161502
8#0F0E02
9#070701

Tints

Lighter variations

1#706D0C
2#979211
3#BDB815
4#E4DD19
5#EAE43E
6#EEE965
7#F2EF8B
8#F6F4B2
9#FBFAD8

Tones

Muted variations

1#46440B
2#43410F
3#403E12
4#3C3B15
5#393818
6#36351C
7#33321F
8#2F2F22
9#2C2C26

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FDFD
#FDFDF1
BackgroundsSubtle highlightsCard backgrounds
100
FBFA
#FBFADF
Light backgroundsTable row hoverSkeleton loading
200
F8F7
#F8F7C3
Secondary backgroundsInput backgroundsDividers
300
F3F0
#F3F095
BordersInactive statesPlaceholder text
400
EDE8
#EDE85E
Disabled statesSecondary iconsMuted text
500
E8E2
#E8E230
Primary brand colorCTAsActive elementsLinks
600
CAC4
#CAC416
Hover statesFocus ringsPrimary buttons hover
700
A19C
#A19C12
Active/pressed statesDark mode accentsSecondary text
800
736F
#736F0D
Text on light backgroundsHeadingsStrong borders
900
4947
#494708
Primary textHigh emphasis contentDark headings
950
2E2D
#2E2D05
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --charcoal-50: #FDFDF1;
  --charcoal-100: #FBFADF;
  --charcoal-200: #F8F7C3;
  --charcoal-300: #F3F095;
  --charcoal-400: #EDE85E;
  --charcoal-500: #E8E230;
  --charcoal-600: #CAC416;
  --charcoal-700: #A19C12;
  --charcoal-800: #736F0D;
  --charcoal-900: #494708;
  --charcoal-950: #2E2D05;
}
Generate More ShadesCreate PaletteConvert Color