Charcoal

#4D4405

Yellow

Color Codes

All color formats for development

HEX
#4D4405
RGB
rgb(77, 68, 5)
HSL
hsl(53, 88%, 16%)
OKLCH
oklch(0.384 0.077 100.3)
CMYK
cmyk(0%, 12%, 94%, 70%)

Accessibility

WCAG contrast compliance

On White Background

9.79:1

AA AAA

On Black Background

2.14:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#FEFD
100
#FDF9
200
#FBF4
300
#F8EC
400
#F4E2
500
#F1DA
600
#D3BC
700
#A895
800
#786B
900
#4D44
950
#302B

Shades

Darker variations

1#453D04
2#3D3704
3#363003
4#2E2903
5#262202
6#1F1B02
7#171401
8#0F0E01
9#080700

Tints

Lighter variations

1#756807
2#9D8C0A
3#C6B00D
4#EED40F
5#F2DC36
6#F5E35E
7#F7EA86
8#FAF1AE
9#FCF8D7

Tones

Muted variations

1#494208
2#463F0C
3#423C10
4#3E3913
5#3B3717
6#37341A
7#34311E
8#302E22
9#2C2C25

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FEFD
#FEFDF1
BackgroundsSubtle highlightsCard backgrounds
100
FDF9
#FDF9DD
Light backgroundsTable row hoverSkeleton loading
200
FBF4
#FBF4C1
Secondary backgroundsInput backgroundsDividers
300
F8EC
#F8EC91
BordersInactive statesPlaceholder text
400
F4E2
#F4E257
Disabled statesSecondary iconsMuted text
500
F1DA
#F1DA27
Primary brand colorCTAsActive elementsLinks
600
D3BC
#D3BC0D
Hover statesFocus ringsPrimary buttons hover
700
A895
#A8950B
Active/pressed statesDark mode accentsSecondary text
800
786B
#786B08
Text on light backgroundsHeadingsStrong borders
900
4D44
#4D4405
Primary textHigh emphasis contentDark headings
950
302B
#302B03
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --charcoal-50: #FEFDF1;
  --charcoal-100: #FDF9DD;
  --charcoal-200: #FBF4C1;
  --charcoal-300: #F8EC91;
  --charcoal-400: #F4E257;
  --charcoal-500: #F1DA27;
  --charcoal-600: #D3BC0D;
  --charcoal-700: #A8950B;
  --charcoal-800: #786B08;
  --charcoal-900: #4D4405;
  --charcoal-950: #302B03;
}
Generate More ShadesCreate PaletteConvert Color