Charcoal

#483D0A

Yellow

Color Codes

All color formats for development

HEX
#483D0A
RGB
rgb(72, 61, 10)
HSL
hsl(49, 76%, 16%)
OKLCH
oklch(0.361 0.068 96.2)
CMYK
cmyk(0%, 15%, 86%, 72%)

Accessibility

WCAG contrast compliance

On White Background

10.78:1

AA AAA

On Black Background

1.95:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#FDFB
100
#FBF6
200
#F7EE
300
#F1E1
400
#EAD1
500
#E3C3
600
#C5A6
700
#9D84
800
#705E
900
#483C
950
#2D26

Shades

Darker variations

1#413609
2#393008
3#322A07
4#2B2406
5#241E05
6#1D1804
7#161203
8#0E0C02
9#070601

Tints

Lighter variations

1#6E5C0F
2#937C14
3#B99C19
4#DFBB1E
5#E5C743
6#EAD368
7#F0DE8E
8#F5E9B4
9#FAF4D9

Tones

Muted variations

1#453A0D
2#423910
3#3F3713
4#3B3516
5#383319
6#35311C
7#322F1F
8#2F2D23
9#2C2B26

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FDFB
#FDFBF2
BackgroundsSubtle highlightsCard backgrounds
100
FBF6
#FBF6E0
Light backgroundsTable row hoverSkeleton loading
200
F7EE
#F7EEC5
Secondary backgroundsInput backgroundsDividers
300
F1E1
#F1E198
BordersInactive statesPlaceholder text
400
EAD1
#EAD162
Disabled statesSecondary iconsMuted text
500
E3C3
#E3C335
Primary brand colorCTAsActive elementsLinks
600
C5A6
#C5A61B
Hover statesFocus ringsPrimary buttons hover
700
9D84
#9D8415
Active/pressed statesDark mode accentsSecondary text
800
705E
#705E0F
Text on light backgroundsHeadingsStrong borders
900
483C
#483C0A
Primary textHigh emphasis contentDark headings
950
2D26
#2D2606
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --charcoal-50: #FDFBF2;
  --charcoal-100: #FBF6E0;
  --charcoal-200: #F7EEC5;
  --charcoal-300: #F1E198;
  --charcoal-400: #EAD162;
  --charcoal-500: #E3C335;
  --charcoal-600: #C5A61B;
  --charcoal-700: #9D8415;
  --charcoal-800: #705E0F;
  --charcoal-900: #483C0A;
  --charcoal-950: #2D2606;
}
Generate More ShadesCreate PaletteConvert Color