Charcoal

#4E5E65

Blue

Color Codes

All color formats for development

HEX
#4E5E65
RGB
rgb(78, 94, 101)
HSL
hsl(198, 13%, 35%)
OKLCH
oklch(0.471 0.023 226.1)
CMYK
cmyk(23%, 7%, 0%, 60%)

Accessibility

WCAG contrast compliance

On White Background

6.75:1

AA AAA

On Black Background

3.11: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
#9AAA
500
#7D92
600
#6276
700
#4E5E
800
#3743
900
#232B
950
#161B

Shades

Darker variations

1#46555B
2#3E4B51
3#364247
4#2F383D
5#272F32
6#1F2628
7#171C1E
8#101314
9#08090A

Tints

Lighter variations

1#5C6F78
2#6A818A
3#7C919A
4#8FA1A8
5#A1B0B7
6#B4C0C5
7#C7D0D4
8#DAE0E2
9#ECEFF1

Tones

Muted variations

1#4F5D64
2#505D63
3#515C61
4#525C60
5#535C5F
6#555B5E
7#565B5D
8#575A5C
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
#BDC7CC
BordersInactive statesPlaceholder text
400
9AAA
#9AAAB1
Disabled statesSecondary iconsMuted text
500
7D92
#7D929B
Primary brand colorCTAsActive elementsLinks
600
6276
#62767F
Hover statesFocus ringsPrimary buttons hover
700
4E5E
#4E5E65
Active/pressed statesDark mode accentsSecondary text
800
3743
#374348
Text on light backgroundsHeadingsStrong borders
900
232B
#232B2E
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: #BDC7CC;
  --charcoal-400: #9AAAB1;
  --charcoal-500: #7D929B;
  --charcoal-600: #62767F;
  --charcoal-700: #4E5E65;
  --charcoal-800: #374348;
  --charcoal-900: #232B2E;
  --charcoal-950: #161B1D;
}
Generate More ShadesCreate PaletteConvert Color