Charcoal

#0B2746

Blue

Color Codes

All color formats for development

HEX
#0B2746
RGB
rgb(11, 39, 70)
HSL
hsl(212, 73%, 16%)
OKLCH
oklch(0.27 0.067 253.4)
CMYK
cmyk(84%, 44%, 0%, 73%)

Accessibility

WCAG contrast compliance

On White Background

15.08: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
#F2F7
100
#E0EC
200
#C6DC
300
#9AC1
400
#65A1
500
#3887
600
#1E6B
700
#1855
800
#113D
900
#0B27
950
#0718

Shades

Darker variations

1#0A2340
2#091F38
3#081B31
4#07172A
5#061323
6#04101C
7#030C15
8#02080E
9#010407

Tints

Lighter variations

1#113B6C
2#175091
3#1C64B6
4#2278DB
5#468FE2
6#6BA5E8
7#90BCEE
8#B5D2F3
9#DAE9F9

Tones

Muted variations

1#0E2744
2#112741
3#14273E
4#17283B
5#1A2838
6#1D2835
7#202832
8#23282F
9#26292C

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F2F7
#F2F7FD
BackgroundsSubtle highlightsCard backgrounds
100
E0EC
#E0ECFA
Light backgroundsTable row hoverSkeleton loading
200
C6DC
#C6DCF6
Secondary backgroundsInput backgroundsDividers
300
9AC1
#9AC1EF
BordersInactive statesPlaceholder text
400
65A1
#65A1E7
Disabled statesSecondary iconsMuted text
500
3887
#3887E0
Primary brand colorCTAsActive elementsLinks
600
1E6B
#1E6BC2
Hover statesFocus ringsPrimary buttons hover
700
1855
#18559A
Active/pressed statesDark mode accentsSecondary text
800
113D
#113D6E
Text on light backgroundsHeadingsStrong borders
900
0B27
#0B2747
Primary textHigh emphasis contentDark headings
950
0718
#07182C
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --charcoal-50: #F2F7FD;
  --charcoal-100: #E0ECFA;
  --charcoal-200: #C6DCF6;
  --charcoal-300: #9AC1EF;
  --charcoal-400: #65A1E7;
  --charcoal-500: #3887E0;
  --charcoal-600: #1E6BC2;
  --charcoal-700: #18559A;
  --charcoal-800: #113D6E;
  --charcoal-900: #0B2747;
  --charcoal-950: #07182C;
}
Generate More ShadesCreate PaletteConvert Color