Charcoal

#13496C

Blue

Color Codes

All color formats for development

HEX
#13496C
RGB
rgb(19, 73, 108)
HSL
hsl(204, 70%, 25%)
OKLCH
oklch(0.389 0.081 242.1)
CMYK
cmyk(82%, 32%, 0%, 58%)

Accessibility

WCAG contrast compliance

On White Background

9.56:1

AA AAA

On Black Background

2.20:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F2F8
100
#E1F0
200
#C7E2
300
#9BCD
400
#67B2
500
#3C9C
600
#2280
700
#1B66
800
#1349
900
#0C2F
950
#081D

Shades

Darker variations

1#114162
2#0F3A57
3#0D334C
4#0B2C41
5#0A2436
6#081D2B
7#061621
8#040F16
9#02070B

Tints

Lighter variations

1#195E8D
2#1F74AD
3#248ACE
4#3C9CDD
5#5CADE2
6#7DBDE8
7#9DCEEE
8#BEDEF4
9#DEEFF9

Tones

Muted variations

1#184868
2#1C4763
3#21465F
4#25455B
5#294456
6#2E4352
7#32424D
8#374249
9#3B4144

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F2F8
#F2F8FD
BackgroundsSubtle highlightsCard backgrounds
100
E1F0
#E1F0FA
Light backgroundsTable row hoverSkeleton loading
200
C7E2
#C7E2F5
Secondary backgroundsInput backgroundsDividers
300
9BCD
#9BCDED
BordersInactive statesPlaceholder text
400
67B2
#67B2E4
Disabled statesSecondary iconsMuted text
500
3C9C
#3C9CDD
Primary brand colorCTAsActive elementsLinks
600
2280
#2280BF
Hover statesFocus ringsPrimary buttons hover
700
1B66
#1B6698
Active/pressed statesDark mode accentsSecondary text
800
1349
#13496C
Text on light backgroundsHeadingsStrong borders
900
0C2F
#0C2F45
Primary textHigh emphasis contentDark headings
950
081D
#081D2B
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --charcoal-50: #F2F8FD;
  --charcoal-100: #E1F0FA;
  --charcoal-200: #C7E2F5;
  --charcoal-300: #9BCDED;
  --charcoal-400: #67B2E4;
  --charcoal-500: #3C9CDD;
  --charcoal-600: #2280BF;
  --charcoal-700: #1B6698;
  --charcoal-800: #13496C;
  --charcoal-900: #0C2F45;
  --charcoal-950: #081D2B;
}
Generate More ShadesCreate PaletteConvert Color