Charcoal

#12436E

Blue

Color Codes

All color formats for development

HEX
#12436E
RGB
rgb(18, 67, 110)
HSL
hsl(208, 72%, 25%)
OKLCH
oklch(0.374 0.09 249.3)
CMYK
cmyk(84%, 39%, 0%, 57%)

Accessibility

WCAG contrast compliance

On White Background

10.23:1

AA AAA

On Black Background

2.05:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F2F8
100
#E0EE
200
#C6DF
300
#9AC7
400
#65AA
500
#3A92
600
#1F76
700
#195E
800
#1243
900
#0B2B
950
#071B

Shades

Darker variations

1#103C63
2#0E3558
3#0C2F4D
4#0B2842
5#092137
6#071B2C
7#051421
8#040D16
9#02070B

Tints

Lighter variations

1#17578F
2#1D6BAF
3#227FD0
4#3A92DF
5#5BA4E4
6#7BB6EA
7#9CC8EF
8#BDDBF4
9#DEEDFA

Tones

Muted variations

1#164369
2#1B4264
3#204260
4#24425B
5#294157
6#2D4152
7#32414E
8#374049
9#3B4044

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F2F8
#F2F8FD
BackgroundsSubtle highlightsCard backgrounds
100
E0EE
#E0EEFA
Light backgroundsTable row hoverSkeleton loading
200
C6DF
#C6DFF6
Secondary backgroundsInput backgroundsDividers
300
9AC7
#9AC7EF
BordersInactive statesPlaceholder text
400
65AA
#65AAE6
Disabled statesSecondary iconsMuted text
500
3A92
#3A92DF
Primary brand colorCTAsActive elementsLinks
600
1F76
#1F76C1
Hover statesFocus ringsPrimary buttons hover
700
195E
#195E9A
Active/pressed statesDark mode accentsSecondary text
800
1243
#12436E
Text on light backgroundsHeadingsStrong borders
900
0B2B
#0B2B46
Primary textHigh emphasis contentDark headings
950
071B
#071B2C
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --charcoal-50: #F2F8FD;
  --charcoal-100: #E0EEFA;
  --charcoal-200: #C6DFF6;
  --charcoal-300: #9AC7EF;
  --charcoal-400: #65AAE6;
  --charcoal-500: #3A92DF;
  --charcoal-600: #1F76C1;
  --charcoal-700: #195E9A;
  --charcoal-800: #12436E;
  --charcoal-900: #0B2B46;
  --charcoal-950: #071B2C;
}
Generate More ShadesCreate PaletteConvert Color