Charcoal

#012A50

Blue

Color Codes

All color formats for development

HEX
#012A50
RGB
rgb(1, 42, 80)
HSL
hsl(209, 98%, 16%)
OKLCH
oklch(0.283 0.082 251.5)
CMYK
cmyk(99%, 48%, 0%, 69%)

Accessibility

WCAG contrast compliance

On White Background

14.50:1

AA AAA

On Black Background

1.45:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F0F8
100
#DCEE
200
#BDDF
300
#8BC6
400
#4EA9
500
#1C90
600
#0274
700
#025C
800
#0142
900
#012A
950
#011A

Shades

Darker variations

1#012649
2#012241
3#011D39
4#001930
5#001528
6#001120
7#000D18
8#000810
9#000408

Tints

Lighter variations

1#01407B
2#0256A6
3#026CD0
4#0383FA
5#2B97FD
6#55ACFD
7#80C1FE
8#AAD6FE
9#D5EAFF

Tones

Muted variations

1#052A4D
2#092A49
3#0D2A45
4#112A41
5#15293D
6#192939
7#1D2935
8#212931
9#25292D

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F0F8
#F0F8FF
BackgroundsSubtle highlightsCard backgrounds
100
DCEE
#DCEEFF
Light backgroundsTable row hoverSkeleton loading
200
BDDF
#BDDFFE
Secondary backgroundsInput backgroundsDividers
300
8BC6
#8BC6FE
BordersInactive statesPlaceholder text
400
4EA9
#4EA9FD
Disabled statesSecondary iconsMuted text
500
1C90
#1C90FD
Primary brand colorCTAsActive elementsLinks
600
0274
#0274DE
Hover statesFocus ringsPrimary buttons hover
700
025C
#025CB1
Active/pressed statesDark mode accentsSecondary text
800
0142
#01427E
Text on light backgroundsHeadingsStrong borders
900
012A
#012A51
Primary textHigh emphasis contentDark headings
950
011A
#011A32
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --charcoal-50: #F0F8FF;
  --charcoal-100: #DCEEFF;
  --charcoal-200: #BDDFFE;
  --charcoal-300: #8BC6FE;
  --charcoal-400: #4EA9FD;
  --charcoal-500: #1C90FD;
  --charcoal-600: #0274DE;
  --charcoal-700: #025CB1;
  --charcoal-800: #01427E;
  --charcoal-900: #012A51;
  --charcoal-950: #011A32;
}
Generate More ShadesCreate PaletteConvert Color