Charcoal

#032B4E

Blue

Color Codes

All color formats for development

HEX
#032B4E
RGB
rgb(3, 43, 78)
HSL
hsl(208, 93%, 16%)
OKLCH
oklch(0.284 0.077 250.2)
CMYK
cmyk(96%, 45%, 0%, 69%)

Accessibility

WCAG contrast compliance

On White Background

14.39:1

AA AAA

On Black Background

1.46:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F0F8
100
#DDEE
200
#BFE0
300
#8EC8
400
#53AB
500
#2293
600
#0877
700
#065F
800
#0444
900
#032B
950
#021B

Shades

Darker variations

1#032747
2#02233F
3#021E37
4#021A2F
5#011627
6#01111F
7#010D18
8#010910
9#000408

Tints

Lighter variations

1#044278
2#0659A1
3#0770CB
4#0986F4
5#309BF8
6#5AAFF9
7#83C3FB
8#ACD7FC
9#D6EBFE

Tones

Muted variations

1#072B4B
2#0A2B47
3#0E2B43
4#122A40
5#162A3C
6#1A2A38
7#1D2A34
8#212930
9#25292D

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F0F8
#F0F8FE
BackgroundsSubtle highlightsCard backgrounds
100
DDEE
#DDEEFE
Light backgroundsTable row hoverSkeleton loading
200
BFE0
#BFE0FD
Secondary backgroundsInput backgroundsDividers
300
8EC8
#8EC8FB
BordersInactive statesPlaceholder text
400
53AB
#53ABF9
Disabled statesSecondary iconsMuted text
500
2293
#2293F7
Primary brand colorCTAsActive elementsLinks
600
0877
#0877D9
Hover statesFocus ringsPrimary buttons hover
700
065F
#065FAC
Active/pressed statesDark mode accentsSecondary text
800
0444
#04447B
Text on light backgroundsHeadingsStrong borders
900
032B
#032B4F
Primary textHigh emphasis contentDark headings
950
021B
#021B31
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --charcoal-50: #F0F8FE;
  --charcoal-100: #DDEEFE;
  --charcoal-200: #BFE0FD;
  --charcoal-300: #8EC8FB;
  --charcoal-400: #53ABF9;
  --charcoal-500: #2293F7;
  --charcoal-600: #0877D9;
  --charcoal-700: #065FAC;
  --charcoal-800: #04447B;
  --charcoal-900: #032B4F;
  --charcoal-950: #021B31;
}
Generate More ShadesCreate PaletteConvert Color