Charcoal

#4D3B05

Yellow

Color Codes

All color formats for development

HEX
#4D3B05
RGB
rgb(77, 59, 5)
HSL
hsl(45, 88%, 16%)
OKLCH
oklch(0.362 0.071 88.2)
CMYK
cmyk(0%, 23%, 94%, 70%)

Accessibility

WCAG contrast compliance

On White Background

10.81:1

AA AAA

On Black Background

1.94:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#FEFB
100
#FDF5
200
#FBEC
300
#F8DE
400
#F4CD
500
#F1BF
600
#D3A2
700
#A881
800
#785C
900
#4D3B
950
#3025

Shades

Darker variations

1#453504
2#3D2F04
3#362903
4#2E2303
5#261D02
6#1F1802
7#171201
8#0F0C01
9#080600

Tints

Lighter variations

1#755A07
2#9D780A
3#C6970D
4#EEB60F
5#F2C336
6#F5CF5E
7#F7DB86
8#FAE7AE
9#FCF3D7

Tones

Muted variations

1#493908
2#46370C
3#423510
4#3E3413
5#3B3217
6#37301A
7#342E1E
8#302C22
9#2C2B25

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FEFB
#FEFBF1
BackgroundsSubtle highlightsCard backgrounds
100
FDF5
#FDF5DD
Light backgroundsTable row hoverSkeleton loading
200
FBEC
#FBECC1
Secondary backgroundsInput backgroundsDividers
300
F8DE
#F8DE91
BordersInactive statesPlaceholder text
400
F4CD
#F4CD57
Disabled statesSecondary iconsMuted text
500
F1BF
#F1BF27
Primary brand colorCTAsActive elementsLinks
600
D3A2
#D3A20D
Hover statesFocus ringsPrimary buttons hover
700
A881
#A8810B
Active/pressed statesDark mode accentsSecondary text
800
785C
#785C08
Text on light backgroundsHeadingsStrong borders
900
4D3B
#4D3B05
Primary textHigh emphasis contentDark headings
950
3025
#302503
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --charcoal-50: #FEFBF1;
  --charcoal-100: #FDF5DD;
  --charcoal-200: #FBECC1;
  --charcoal-300: #F8DE91;
  --charcoal-400: #F4CD57;
  --charcoal-500: #F1BF27;
  --charcoal-600: #D3A20D;
  --charcoal-700: #A8810B;
  --charcoal-800: #785C08;
  --charcoal-900: #4D3B05;
  --charcoal-950: #302503;
}
Generate More ShadesCreate PaletteConvert Color