Charcoal

#032D4F

Blue

Color Codes

All color formats for development

HEX
#032D4F
RGB
rgb(3, 45, 79)
HSL
hsl(207, 93%, 16%)
OKLCH
oklch(0.291 0.076 248.7)
CMYK
cmyk(96%, 43%, 0%, 69%)

Accessibility

WCAG contrast compliance

On White Background

14.07:1

AA AAA

On Black Background

1.49:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F0F8
100
#DDEF
200
#BFE1
300
#8ECA
400
#53AE
500
#2297
600
#087B
700
#0662
800
#0446
900
#032D
950
#021C

Shades

Darker variations

1#032847
2#02243F
3#021F37
4#021B2F
5#011627
6#01121F
7#010D18
8#010910
9#000408

Tints

Lighter variations

1#044478
2#065BA1
3#0773CB
4#098AF4
5#309EF8
6#5AB1F9
7#83C5FB
8#ACD8FC
9#D6ECFE

Tones

Muted variations

1#072C4B
2#0A2C47
3#0E2B43
4#122B40
5#162B3C
6#1A2A38
7#1D2A34
8#212A30
9#25292D

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F0F8
#F0F8FE
BackgroundsSubtle highlightsCard backgrounds
100
DDEF
#DDEFFE
Light backgroundsTable row hoverSkeleton loading
200
BFE1
#BFE1FD
Secondary backgroundsInput backgroundsDividers
300
8ECA
#8ECAFB
BordersInactive statesPlaceholder text
400
53AE
#53AEF9
Disabled statesSecondary iconsMuted text
500
2297
#2297F7
Primary brand colorCTAsActive elementsLinks
600
087B
#087BD9
Hover statesFocus ringsPrimary buttons hover
700
0662
#0662AC
Active/pressed statesDark mode accentsSecondary text
800
0446
#04467B
Text on light backgroundsHeadingsStrong borders
900
032D
#032D4F
Primary textHigh emphasis contentDark headings
950
021C
#021C31
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --charcoal-50: #F0F8FE;
  --charcoal-100: #DDEFFE;
  --charcoal-200: #BFE1FD;
  --charcoal-300: #8ECAFB;
  --charcoal-400: #53AEF9;
  --charcoal-500: #2297F7;
  --charcoal-600: #087BD9;
  --charcoal-700: #0662AC;
  --charcoal-800: #04467B;
  --charcoal-900: #032D4F;
  --charcoal-950: #021C31;
}
Generate More ShadesCreate PaletteConvert Color