Charcoal

#032E4E

Blue

Color Codes

All color formats for development

HEX
#032E4E
RGB
rgb(3, 46, 78)
HSL
hsl(206, 93%, 16%)
OKLCH
oklch(0.293 0.073 246.8)
CMYK
cmyk(96%, 41%, 0%, 69%)

Accessibility

WCAG contrast compliance

On White Background

13.96:1

AA AAA

On Black Background

1.50:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F0F8
100
#DDEF
200
#BFE2
300
#8ECC
400
#53B1
500
#229A
600
#087E
700
#0664
800
#0448
900
#032E
950
#021D

Shades

Darker variations

1#032947
2#02253F
3#022037
4#021C2F
5#011727
6#01121F
7#010E18
8#010910
9#000508

Tints

Lighter variations

1#044678
2#065EA1
3#0776CB
4#098EF4
5#30A1F8
6#5AB4F9
7#83C7FB
8#ACD9FC
9#D6ECFE

Tones

Muted variations

1#072D4B
2#0A2D47
3#0E2C43
4#122C40
5#162B3C
6#1A2B38
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
BFE2
#BFE2FD
Secondary backgroundsInput backgroundsDividers
300
8ECC
#8ECCFB
BordersInactive statesPlaceholder text
400
53B1
#53B1F9
Disabled statesSecondary iconsMuted text
500
229A
#229AF7
Primary brand colorCTAsActive elementsLinks
600
087E
#087ED9
Hover statesFocus ringsPrimary buttons hover
700
0664
#0664AC
Active/pressed statesDark mode accentsSecondary text
800
0448
#04487B
Text on light backgroundsHeadingsStrong borders
900
032E
#032E4F
Primary textHigh emphasis contentDark headings
950
021D
#021D31
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --charcoal-50: #F0F8FE;
  --charcoal-100: #DDEFFE;
  --charcoal-200: #BFE2FD;
  --charcoal-300: #8ECCFB;
  --charcoal-400: #53B1F9;
  --charcoal-500: #229AF7;
  --charcoal-600: #087ED9;
  --charcoal-700: #0664AC;
  --charcoal-800: #04487B;
  --charcoal-900: #032E4F;
  --charcoal-950: #021D31;
}
Generate More ShadesCreate PaletteConvert Color