Charcoal

#4C6067

Blue

Color Codes

All color formats for development

HEX
#4C6067
RGB
rgb(76, 96, 103)
HSL
hsl(196, 15%, 35%)
OKLCH
oklch(0.475 0.027 221.2)
CMYK
cmyk(26%, 7%, 0%, 60%)

Accessibility

WCAG contrast compliance

On White Background

6.61:1

AA AAA

On Black Background

3.18:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F6F8
100
#EAEE
200
#D9E0
300
#BCC8
400
#98AC
500
#7B94
600
#5F78
700
#4C5F
800
#3644
900
#232C
950
#161B

Shades

Darker variations

1#44565C
2#3D4C52
3#354348
4#2E393E
5#263033
6#1E2629
7#171D1F
8#0F1315
9#080A0A

Tints

Lighter variations

1#5A717A
2#68838D
3#7A939C
4#8DA3AA
5#A0B2B9
6#B3C1C7
7#C6D1D5
8#D9E0E3
9#ECF0F1

Tones

Muted variations

1#4D5F65
2#4F5E64
3#505E63
4#515D61
5#535C60
6#545C5F
7#555B5D
8#575A5C
9#585A5B

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F6F8
#F6F8F8
BackgroundsSubtle highlightsCard backgrounds
100
EAEE
#EAEEF0
Light backgroundsTable row hoverSkeleton loading
200
D9E0
#D9E0E3
Secondary backgroundsInput backgroundsDividers
300
BCC8
#BCC8CD
BordersInactive statesPlaceholder text
400
98AC
#98ACB3
Disabled statesSecondary iconsMuted text
500
7B94
#7B949D
Primary brand colorCTAsActive elementsLinks
600
5F78
#5F7881
Hover statesFocus ringsPrimary buttons hover
700
4C5F
#4C5F67
Active/pressed statesDark mode accentsSecondary text
800
3644
#364449
Text on light backgroundsHeadingsStrong borders
900
232C
#232C2F
Primary textHigh emphasis contentDark headings
950
161B
#161B1D
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --charcoal-50: #F6F8F8;
  --charcoal-100: #EAEEF0;
  --charcoal-200: #D9E0E3;
  --charcoal-300: #BCC8CD;
  --charcoal-400: #98ACB3;
  --charcoal-500: #7B949D;
  --charcoal-600: #5F7881;
  --charcoal-700: #4C5F67;
  --charcoal-800: #364449;
  --charcoal-900: #232C2F;
  --charcoal-950: #161B1D;
}
Generate More ShadesCreate PaletteConvert Color