Charcoal

#16516A

Blue

Color Codes

All color formats for development

HEX
#16516A
RGB
rgb(22, 81, 106)
HSL
hsl(198, 66%, 25%)
OKLCH
oklch(0.41 0.072 230.8)
CMYK
cmyk(79%, 24%, 0%, 58%)

Accessibility

WCAG contrast compliance

On White Background

8.68:1

AA AAA

On Black Background

2.42:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F2F9
100
#E1F2
200
#C8E7
300
#9ED4
400
#6BBD
500
#41AB
600
#268E
700
#1E71
800
#1651
900
#0E34
950
#0920

Shades

Darker variations

1#14495F
2#114055
3#0F384A
4#0D303F
5#0B2835
6#09202A
7#071820
8#041015
9#02080B

Tints

Lighter variations

1#1C698A
2#2381A9
3#2999C9
4#41ABD8
5#60B9DE
6#80C7E5
7#A0D5EB
8#C0E3F2
9#DFF1F8

Tones

Muted variations

1#1A4F66
2#1E4D61
3#224C5D
4#274A59
5#2B4855
6#2F4651
7#33454C
8#374348
9#3C4144

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F2F9
#F2F9FC
BackgroundsSubtle highlightsCard backgrounds
100
E1F2
#E1F2F9
Light backgroundsTable row hoverSkeleton loading
200
C8E7
#C8E7F4
Secondary backgroundsInput backgroundsDividers
300
9ED4
#9ED4EB
BordersInactive statesPlaceholder text
400
6BBD
#6BBDE1
Disabled statesSecondary iconsMuted text
500
41AB
#41ABD8
Primary brand colorCTAsActive elementsLinks
600
268E
#268EBA
Hover statesFocus ringsPrimary buttons hover
700
1E71
#1E7194
Active/pressed statesDark mode accentsSecondary text
800
1651
#16516A
Text on light backgroundsHeadingsStrong borders
900
0E34
#0E3444
Primary textHigh emphasis contentDark headings
950
0920
#09202A
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --charcoal-50: #F2F9FC;
  --charcoal-100: #E1F2F9;
  --charcoal-200: #C8E7F4;
  --charcoal-300: #9ED4EB;
  --charcoal-400: #6BBDE1;
  --charcoal-500: #41ABD8;
  --charcoal-600: #268EBA;
  --charcoal-700: #1E7194;
  --charcoal-800: #16516A;
  --charcoal-900: #0E3444;
  --charcoal-950: #09202A;
}
Generate More ShadesCreate PaletteConvert Color