Charcoal

#0C2546

Blue

Color Codes

All color formats for development

HEX
#0C2546
RGB
rgb(12, 37, 70)
HSL
hsl(214, 71%, 16%)
OKLCH
oklch(0.265 0.069 256.5)
CMYK
cmyk(83%, 47%, 0%, 73%)

Accessibility

WCAG contrast compliance

On White Background

15.34:1

AA AAA

On Black Background

1.37:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F2F7
100
#E0EB
200
#C6DB
300
#9BBF
400
#669D
500
#3B81
600
#2166
700
#1A51
800
#123A
900
#0C25
950
#0717

Shades

Darker variations

1#0B213F
2#091E38
3#081A31
4#07162A
5#061223
6#050F1C
7#040B15
8#02070E
9#010407

Tints

Lighter variations

1#12386A
2#184C8F
3#1E5FB4
4#2573D8
5#488AE0
6#6CA1E6
7#91B9EC
8#B6D0F3
9#DAE8F9

Tones

Muted variations

1#0F2543
2#122640
3#15263D
4#17263A
5#1A2737
6#1D2734
7#202831
8#23282F
9#26282C

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F2F7
#F2F7FD
BackgroundsSubtle highlightsCard backgrounds
100
E0EB
#E0EBFA
Light backgroundsTable row hoverSkeleton loading
200
C6DB
#C6DBF5
Secondary backgroundsInput backgroundsDividers
300
9BBF
#9BBFEE
BordersInactive statesPlaceholder text
400
669D
#669DE5
Disabled statesSecondary iconsMuted text
500
3B81
#3B81DE
Primary brand colorCTAsActive elementsLinks
600
2166
#2166C0
Hover statesFocus ringsPrimary buttons hover
700
1A51
#1A5199
Active/pressed statesDark mode accentsSecondary text
800
123A
#123A6D
Text on light backgroundsHeadingsStrong borders
900
0C25
#0C2546
Primary textHigh emphasis contentDark headings
950
0717
#07172C
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --charcoal-50: #F2F7FD;
  --charcoal-100: #E0EBFA;
  --charcoal-200: #C6DBF5;
  --charcoal-300: #9BBFEE;
  --charcoal-400: #669DE5;
  --charcoal-500: #3B81DE;
  --charcoal-600: #2166C0;
  --charcoal-700: #1A5199;
  --charcoal-800: #123A6D;
  --charcoal-900: #0C2546;
  --charcoal-950: #07172C;
}
Generate More ShadesCreate PaletteConvert Color