Charcoal

#38647A

Blue

Color Codes

All color formats for development

HEX
#38647A
RGB
rgb(56, 100, 122)
HSL
hsl(200, 37%, 35%)
OKLCH
oklch(0.481 0.06 231.6)
CMYK
cmyk(54%, 18%, 0%, 52%)

Accessibility

WCAG contrast compliance

On White Background

6.42:1

AA AAA

On Black Background

3.27:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F5F8
100
#E7EF
200
#D2E2
300
#AFCC
400
#85B1
500
#629A
600
#477E
700
#3864
800
#2848
900
#1A2E
950
#101D

Shades

Darker variations

1#335A6E
2#2D5062
3#274656
4#223C49
5#1C323D
6#162831
7#111E25
8#0B1418
9#060A0C

Tints

Lighter variations

1#437791
2#4D89A8
3#6099B6
4#77A8C0
5#8DB6CB
6#A4C5D5
7#BBD3E0
8#D2E2EA
9#E8F0F5

Tones

Muted variations

1#3C6377
2#3F6274
3#426170
4#45606D
5#495F6A
6#4C5E66
7#4F5D63
8#535B60
9#565A5D

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F5F8
#F5F8FA
BackgroundsSubtle highlightsCard backgrounds
100
E7EF
#E7EFF4
Light backgroundsTable row hoverSkeleton loading
200
D2E2
#D2E2EA
Secondary backgroundsInput backgroundsDividers
300
AFCC
#AFCCDA
BordersInactive statesPlaceholder text
400
85B1
#85B1C7
Disabled statesSecondary iconsMuted text
500
629A
#629AB7
Primary brand colorCTAsActive elementsLinks
600
477E
#477E9A
Hover statesFocus ringsPrimary buttons hover
700
3864
#38647A
Active/pressed statesDark mode accentsSecondary text
800
2848
#284857
Text on light backgroundsHeadingsStrong borders
900
1A2E
#1A2E38
Primary textHigh emphasis contentDark headings
950
101D
#101D23
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --charcoal-50: #F5F8FA;
  --charcoal-100: #E7EFF4;
  --charcoal-200: #D2E2EA;
  --charcoal-300: #AFCCDA;
  --charcoal-400: #85B1C7;
  --charcoal-500: #629AB7;
  --charcoal-600: #477E9A;
  --charcoal-700: #38647A;
  --charcoal-800: #284857;
  --charcoal-900: #1A2E38;
  --charcoal-950: #101D23;
}
Generate More ShadesCreate PaletteConvert Color