Charcoal

#04224D

Blue

Color Codes

All color formats for development

HEX
#04224D
RGB
rgb(4, 34, 77)
HSL
hsl(215, 90%, 16%)
OKLCH
oklch(0.26 0.087 258.1)
CMYK
cmyk(95%, 56%, 0%, 70%)

Accessibility

WCAG contrast compliance

On White Background

15.66:1

AA AAA

On Black Background

1.34:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F0F6
100
#DDEA
200
#C0D9
300
#90BC
400
#5598
500
#257B
600
#0B5F
700
#094C
800
#0636
900
#0423
950
#0316

Shades

Darker variations

1#041F46
2#031C3E
3#031836
4#02152F
5#021127
6#020E1F
7#010A17
8#010710
9#000308

Tints

Lighter variations

1#063576
2#08479F
3#0B59C8
4#0D6CF0
5#3484F4
6#5C9CF6
7#85B5F9
8#AECEFB
9#D6E6FD

Tones

Muted variations

1#08234A
2#0B2446
3#0F2543
4#13253F
5#16263B
6#1A2637
7#1E2734
8#212830
9#25282C

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F0F6
#F0F6FE
BackgroundsSubtle highlightsCard backgrounds
100
DDEA
#DDEAFD
Light backgroundsTable row hoverSkeleton loading
200
C0D9
#C0D9FC
Secondary backgroundsInput backgroundsDividers
300
90BC
#90BCF9
BordersInactive statesPlaceholder text
400
5598
#5598F6
Disabled statesSecondary iconsMuted text
500
257B
#257BF4
Primary brand colorCTAsActive elementsLinks
600
0B5F
#0B5FD5
Hover statesFocus ringsPrimary buttons hover
700
094C
#094CAA
Active/pressed statesDark mode accentsSecondary text
800
0636
#063679
Text on light backgroundsHeadingsStrong borders
900
0423
#04234E
Primary textHigh emphasis contentDark headings
950
0316
#031630
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --charcoal-50: #F0F6FE;
  --charcoal-100: #DDEAFD;
  --charcoal-200: #C0D9FC;
  --charcoal-300: #90BCF9;
  --charcoal-400: #5598F6;
  --charcoal-500: #257BF4;
  --charcoal-600: #0B5FD5;
  --charcoal-700: #094CAA;
  --charcoal-800: #063679;
  --charcoal-900: #04234E;
  --charcoal-950: #031630;
}
Generate More ShadesCreate PaletteConvert Color