Charcoal

#0C2A45

Blue

Color Codes

All color formats for development

HEX
#0C2A45
RGB
rgb(12, 42, 69)
HSL
hsl(208, 70%, 16%)
OKLCH
oklch(0.278 0.061 249)
CMYK
cmyk(83%, 39%, 0%, 73%)

Accessibility

WCAG contrast compliance

On White Background

14.66:1

AA AAA

On Black Background

1.43:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F2F8
100
#E1EE
200
#C7DF
300
#9BC7
400
#67AA
500
#3C92
600
#2275
700
#1B5D
800
#1343
900
#0C2B
950
#081B

Shades

Darker variations

1#0B263E
2#0A2237
3#091E31
4#071A2A
5#061523
6#05111C
7#040D15
8#02090E
9#010407

Tints

Lighter variations

1#13416A
2#19588E
3#206EB3
4#2684D7
5#4999DF
6#6DADE5
7#92C2EC
8#B6D6F2
9#DBEBF9

Tones

Muted variations

1#0F2B43
2#122A40
3#152A3D
4#182A3A
5#1B2A37
6#1D2A34
7#202931
8#23292F
9#26292C

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F2F8
#F2F8FD
BackgroundsSubtle highlightsCard backgrounds
100
E1EE
#E1EEFA
Light backgroundsTable row hoverSkeleton loading
200
C7DF
#C7DFF5
Secondary backgroundsInput backgroundsDividers
300
9BC7
#9BC7ED
BordersInactive statesPlaceholder text
400
67AA
#67AAE4
Disabled statesSecondary iconsMuted text
500
3C92
#3C92DD
Primary brand colorCTAsActive elementsLinks
600
2275
#2275BF
Hover statesFocus ringsPrimary buttons hover
700
1B5D
#1B5D98
Active/pressed statesDark mode accentsSecondary text
800
1343
#13436C
Text on light backgroundsHeadingsStrong borders
900
0C2B
#0C2B45
Primary textHigh emphasis contentDark headings
950
081B
#081B2B
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --charcoal-50: #F2F8FD;
  --charcoal-100: #E1EEFA;
  --charcoal-200: #C7DFF5;
  --charcoal-300: #9BC7ED;
  --charcoal-400: #67AAE4;
  --charcoal-500: #3C92DD;
  --charcoal-600: #2275BF;
  --charcoal-700: #1B5D98;
  --charcoal-800: #13436C;
  --charcoal-900: #0C2B45;
  --charcoal-950: #081B2B;
}
Generate More ShadesCreate PaletteConvert Color