Charcoal

#13316C

Blue

Color Codes

All color formats for development

HEX
#13316C
RGB
rgb(19, 49, 108)
HSL
hsl(220, 70%, 25%)
OKLCH
oklch(0.329 0.109 262)
CMYK
cmyk(82%, 55%, 0%, 58%)

Accessibility

WCAG contrast compliance

On White Background

12.47:1

AA AAA

On Black Background

1.68:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F2F6
100
#E1E9
200
#C7D6
300
#9BB7
400
#6791
500
#3C71
600
#2256
700
#1B44
800
#1331
900
#0C1F
950
#0814

Shades

Darker variations

1#112C62
2#0F2757
3#0D224C
4#0B1D41
5#0A1836
6#08142B
7#060F21
8#040A16
9#02050B

Tints

Lighter variations

1#19408D
2#1F4EAD
3#245DCE
4#3C71DD
5#5C89E2
6#7DA1E8
7#9DB8EE
8#BED0F4
9#DEE7F9

Tones

Muted variations

1#183268
2#1C3463
3#21355F
4#25375B
5#293856
6#2E3A52
7#323B4D
8#373D49
9#3B3E44

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F2F6
#F2F6FD
BackgroundsSubtle highlightsCard backgrounds
100
E1E9
#E1E9FA
Light backgroundsTable row hoverSkeleton loading
200
C7D6
#C7D6F5
Secondary backgroundsInput backgroundsDividers
300
9BB7
#9BB7ED
BordersInactive statesPlaceholder text
400
6791
#6791E4
Disabled statesSecondary iconsMuted text
500
3C71
#3C71DD
Primary brand colorCTAsActive elementsLinks
600
2256
#2256BF
Hover statesFocus ringsPrimary buttons hover
700
1B44
#1B4498
Active/pressed statesDark mode accentsSecondary text
800
1331
#13316C
Text on light backgroundsHeadingsStrong borders
900
0C1F
#0C1F45
Primary textHigh emphasis contentDark headings
950
0814
#08142B
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --charcoal-50: #F2F6FD;
  --charcoal-100: #E1E9FA;
  --charcoal-200: #C7D6F5;
  --charcoal-300: #9BB7ED;
  --charcoal-400: #6791E4;
  --charcoal-500: #3C71DD;
  --charcoal-600: #2256BF;
  --charcoal-700: #1B4498;
  --charcoal-800: #13316C;
  --charcoal-900: #0C1F45;
  --charcoal-950: #08142B;
}
Generate More ShadesCreate PaletteConvert Color