Charcoal

#4A3F08

Yellow

Color Codes

All color formats for development

HEX
#4A3F08
RGB
rgb(74, 63, 8)
HSL
hsl(50, 80%, 16%)
OKLCH
oklch(0.369 0.071 97)
CMYK
cmyk(0%, 15%, 89%, 71%)

Accessibility

WCAG contrast compliance

On White Background

10.47:1

AA AAA

On Black Background

2.01:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#FDFB
100
#FBF7
200
#F8F0
300
#F3E4
400
#EDD5
500
#E8C9
600
#CAAC
700
#A189
800
#7362
900
#493F
950
#2E27

Shades

Darker variations

1#423807
2#3B3207
3#332C06
4#2C2605
5#251F04
6#1D1903
7#161302
8#0F0D02
9#070601

Tints

Lighter variations

1#705F0C
2#978011
3#BDA115
4#E4C219
5#EACD3E
6#EED765
7#F2E18B
8#F6EBB2
9#FBF5D8

Tones

Muted variations

1#463C0B
2#433A0F
3#403812
4#3C3615
5#393418
6#36321C
7#332F1F
8#2F2D22
9#2C2B26

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FDFB
#FDFBF1
BackgroundsSubtle highlightsCard backgrounds
100
FBF7
#FBF7DF
Light backgroundsTable row hoverSkeleton loading
200
F8F0
#F8F0C3
Secondary backgroundsInput backgroundsDividers
300
F3E4
#F3E495
BordersInactive statesPlaceholder text
400
EDD5
#EDD55E
Disabled statesSecondary iconsMuted text
500
E8C9
#E8C930
Primary brand colorCTAsActive elementsLinks
600
CAAC
#CAAC16
Hover statesFocus ringsPrimary buttons hover
700
A189
#A18912
Active/pressed statesDark mode accentsSecondary text
800
7362
#73620D
Text on light backgroundsHeadingsStrong borders
900
493F
#493F08
Primary textHigh emphasis contentDark headings
950
2E27
#2E2705
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --charcoal-50: #FDFBF1;
  --charcoal-100: #FBF7DF;
  --charcoal-200: #F8F0C3;
  --charcoal-300: #F3E495;
  --charcoal-400: #EDD55E;
  --charcoal-500: #E8C930;
  --charcoal-600: #CAAC16;
  --charcoal-700: #A18912;
  --charcoal-800: #73620D;
  --charcoal-900: #493F08;
  --charcoal-950: #2E2705;
}
Generate More ShadesCreate PaletteConvert Color