Charcoal

#4F5E64

Blue

Color Codes

All color formats for development

HEX
#4F5E64
RGB
rgb(79, 94, 100)
HSL
hsl(197, 12%, 35%)
OKLCH
oklch(0.471 0.021 224)
CMYK
cmyk(21%, 6%, 0%, 61%)

Accessibility

WCAG contrast compliance

On White Background

6.74:1

AA AAA

On Black Background

3.12:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F6F8
100
#EBEE
200
#DAE0
300
#BDC7
400
#9BAA
500
#7E92
600
#6376
700
#4F5E
800
#3843
900
#242B
950
#161B

Shades

Darker variations

1#47555A
2#3F4B50
3#374246
4#2F383C
5#272F32
6#1F2628
7#181C1E
8#101314
9#08090A

Tints

Lighter variations

1#5D6F77
2#6C8189
3#7D9199
4#90A1A7
5#A2B0B6
6#B5C0C5
7#C7D0D3
8#DAE0E2
9#ECEFF0

Tones

Muted variations

1#505D63
2#515D62
3#525C61
4#535C60
5#545C5F
6#555B5E
7#565B5C
8#575A5B
9#585A5A

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F6F8
#F6F8F8
BackgroundsSubtle highlightsCard backgrounds
100
EBEE
#EBEEEF
Light backgroundsTable row hoverSkeleton loading
200
DAE0
#DAE0E2
Secondary backgroundsInput backgroundsDividers
300
BDC7
#BDC7CB
BordersInactive statesPlaceholder text
400
9BAA
#9BAAB0
Disabled statesSecondary iconsMuted text
500
7E92
#7E929A
Primary brand colorCTAsActive elementsLinks
600
6376
#63767E
Hover statesFocus ringsPrimary buttons hover
700
4F5E
#4F5E64
Active/pressed statesDark mode accentsSecondary text
800
3843
#384347
Text on light backgroundsHeadingsStrong borders
900
242B
#242B2E
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: #EBEEEF;
  --charcoal-200: #DAE0E2;
  --charcoal-300: #BDC7CB;
  --charcoal-400: #9BAAB0;
  --charcoal-500: #7E929A;
  --charcoal-600: #63767E;
  --charcoal-700: #4F5E64;
  --charcoal-800: #384347;
  --charcoal-900: #242B2E;
  --charcoal-950: #161B1D;
}
Generate More ShadesCreate PaletteConvert Color