Charcoal

#04264D

Blue

Color Codes

All color formats for development

HEX
#04264D
RGB
rgb(4, 38, 77)
HSL
hsl(212, 90%, 16%)
OKLCH
oklch(0.27 0.082 254.9)
CMYK
cmyk(95%, 51%, 0%, 70%)

Accessibility

WCAG contrast compliance

On White Background

15.11:1

AA AAA

On Black Background

1.39:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F0F7
100
#DDEC
200
#C0DC
300
#90C1
400
#55A0
500
#2585
600
#0B69
700
#0954
800
#063C
900
#0426
950
#0318

Shades

Darker variations

1#042346
2#031F3E
3#031B36
4#02172F
5#021327
6#020F1F
7#010C17
8#010810
9#000408

Tints

Lighter variations

1#063A76
2#084F9F
3#0B63C8
4#0D77F0
5#348DF4
6#5CA4F6
7#85BBF9
8#AED2FB
9#D6E8FD

Tones

Muted variations

1#08274A
2#0B2746
3#0F2743
4#13273F
5#16283B
6#1A2837
7#1E2834
8#212830
9#25292C

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F0F7
#F0F7FE
BackgroundsSubtle highlightsCard backgrounds
100
DDEC
#DDECFD
Light backgroundsTable row hoverSkeleton loading
200
C0DC
#C0DCFC
Secondary backgroundsInput backgroundsDividers
300
90C1
#90C1F9
BordersInactive statesPlaceholder text
400
55A0
#55A0F6
Disabled statesSecondary iconsMuted text
500
2585
#2585F4
Primary brand colorCTAsActive elementsLinks
600
0B69
#0B69D5
Hover statesFocus ringsPrimary buttons hover
700
0954
#0954AA
Active/pressed statesDark mode accentsSecondary text
800
063C
#063C79
Text on light backgroundsHeadingsStrong borders
900
0426
#04264E
Primary textHigh emphasis contentDark headings
950
0318
#031830
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --charcoal-50: #F0F7FE;
  --charcoal-100: #DDECFD;
  --charcoal-200: #C0DCFC;
  --charcoal-300: #90C1F9;
  --charcoal-400: #55A0F6;
  --charcoal-500: #2585F4;
  --charcoal-600: #0B69D5;
  --charcoal-700: #0954AA;
  --charcoal-800: #063C79;
  --charcoal-900: #04264E;
  --charcoal-950: #031830;
}
Generate More ShadesCreate PaletteConvert Color