Charcoal

#34637F

Blue

Color Codes

All color formats for development

HEX
#34637F
RGB
rgb(52, 99, 127)
HSL
hsl(202, 42%, 35%)
OKLCH
oklch(0.479 0.068 236.7)
CMYK
cmyk(59%, 22%, 0%, 50%)

Accessibility

WCAG contrast compliance

On White Background

6.49:1

AA AAA

On Black Background

3.24:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F4F8
100
#E6EF
200
#D0E2
300
#ACCB
400
#80B0
500
#5C99
600
#417D
700
#3463
800
#2547
900
#182D
950
#0F1C

Shades

Darker variations

1#2F5972
2#294F65
3#244559
4#1F3C4C
5#1A323F
6#152833
7#101E26
8#0A1419
9#050A0D

Tints

Lighter variations

1#3D7696
2#4788AE
3#5A98BC
4#72A7C5
5#89B5CF
6#A1C4D9
7#B8D3E2
8#D0E2EC
9#E7F0F5

Tones

Muted variations

1#38627B
2#3B6177
3#3F6073
4#435F70
5#475E6C
6#4A5D68
7#4E5C64
8#525B61
9#565A5D

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F4F8
#F4F8FB
BackgroundsSubtle highlightsCard backgrounds
100
E6EF
#E6EFF5
Light backgroundsTable row hoverSkeleton loading
200
D0E2
#D0E2EC
Secondary backgroundsInput backgroundsDividers
300
ACCB
#ACCBDD
BordersInactive statesPlaceholder text
400
80B0
#80B0CB
Disabled statesSecondary iconsMuted text
500
5C99
#5C99BC
Primary brand colorCTAsActive elementsLinks
600
417D
#417D9F
Hover statesFocus ringsPrimary buttons hover
700
3463
#34637F
Active/pressed statesDark mode accentsSecondary text
800
2547
#25475B
Text on light backgroundsHeadingsStrong borders
900
182D
#182D3A
Primary textHigh emphasis contentDark headings
950
0F1C
#0F1C24
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --charcoal-50: #F4F8FB;
  --charcoal-100: #E6EFF5;
  --charcoal-200: #D0E2EC;
  --charcoal-300: #ACCBDD;
  --charcoal-400: #80B0CB;
  --charcoal-500: #5C99BC;
  --charcoal-600: #417D9F;
  --charcoal-700: #34637F;
  --charcoal-800: #25475B;
  --charcoal-900: #182D3A;
  --charcoal-950: #0F1C24;
}
Generate More ShadesCreate PaletteConvert Color