Charcoal

#132F6C

Blue

Color Codes

All color formats for development

HEX
#132F6C
RGB
rgb(19, 47, 108)
HSL
hsl(221, 70%, 25%)
OKLCH
oklch(0.324 0.112 263.1)
CMYK
cmyk(82%, 56%, 0%, 58%)

Accessibility

WCAG contrast compliance

On White Background

12.72:1

AA AAA

On Black Background

1.65:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F2F5
100
#E1E9
200
#C7D5
300
#9BB5
400
#678F
500
#3C6F
600
#2253
700
#1B42
800
#132F
900
#0C1E
950
#0813

Shades

Darker variations

1#112B62
2#0F2657
3#0D214C
4#0B1C41
5#0A1836
6#08132B
7#060E21
8#040916
9#02050B

Tints

Lighter variations

1#193E8D
2#1F4CAD
3#245ACE
4#3C6FDD
5#5C87E2
6#7D9FE8
7#9DB7EE
8#BECFF4
9#DEE7F9

Tones

Muted variations

1#183168
2#1C3363
3#21345F
4#25365B
5#293856
6#2E3952
7#323B4D
8#373C49
9#3B3E44

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F2F5
#F2F5FD
BackgroundsSubtle highlightsCard backgrounds
100
E1E9
#E1E9FA
Light backgroundsTable row hoverSkeleton loading
200
C7D5
#C7D5F5
Secondary backgroundsInput backgroundsDividers
300
9BB5
#9BB5ED
BordersInactive statesPlaceholder text
400
678F
#678FE4
Disabled statesSecondary iconsMuted text
500
3C6F
#3C6FDD
Primary brand colorCTAsActive elementsLinks
600
2253
#2253BF
Hover statesFocus ringsPrimary buttons hover
700
1B42
#1B4298
Active/pressed statesDark mode accentsSecondary text
800
132F
#132F6C
Text on light backgroundsHeadingsStrong borders
900
0C1E
#0C1E45
Primary textHigh emphasis contentDark headings
950
0813
#08132B
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --charcoal-50: #F2F5FD;
  --charcoal-100: #E1E9FA;
  --charcoal-200: #C7D5F5;
  --charcoal-300: #9BB5ED;
  --charcoal-400: #678FE4;
  --charcoal-500: #3C6FDD;
  --charcoal-600: #2253BF;
  --charcoal-700: #1B4298;
  --charcoal-800: #132F6C;
  --charcoal-900: #0C1E45;
  --charcoal-950: #08132B;
}
Generate More ShadesCreate PaletteConvert Color