Charcoal

#132C3F

Blue

Color Codes

All color formats for development

HEX
#132C3F
RGB
rgb(19, 44, 63)
HSL
hsl(206, 54%, 16%)
OKLCH
oklch(0.283 0.047 243.5)
CMYK
cmyk(70%, 30%, 0%, 75%)

Accessibility

WCAG contrast compliance

On White Background

14.39:1

AA AAA

On Black Background

1.46:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F3F8
100
#E4EE
200
#CCE0
300
#A5C9
400
#76AC
500
#4E95
600
#3478
700
#2960
800
#1D44
900
#132C
950
#0C1B

Shades

Darker variations

1#112739
2#0F2332
3#0D1F2C
4#0B1A26
5#09161F
6#081119
7#060D13
8#04090D
9#020406

Tints

Lighter variations

1#1D4360
2#265A81
3#3071A2
4#3A88C3
5#5A9CCE
6#7BAFD8
7#9CC3E1
8#BDD7EB
9#DEEBF5

Tones

Muted variations

1#152B3D
2#172B3A
3#192B38
4#1C2B36
5#1E2A34
6#202A32
7#222A2F
8#24292D
9#27292B

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F3F8
#F3F8FB
BackgroundsSubtle highlightsCard backgrounds
100
E4EE
#E4EEF7
Light backgroundsTable row hoverSkeleton loading
200
CCE0
#CCE0F0
Secondary backgroundsInput backgroundsDividers
300
A5C9
#A5C9E4
BordersInactive statesPlaceholder text
400
76AC
#76ACD6
Disabled statesSecondary iconsMuted text
500
4E95
#4E95CA
Primary brand colorCTAsActive elementsLinks
600
3478
#3478AD
Hover statesFocus ringsPrimary buttons hover
700
2960
#296089
Active/pressed statesDark mode accentsSecondary text
800
1D44
#1D4462
Text on light backgroundsHeadingsStrong borders
900
132C
#132C3F
Primary textHigh emphasis contentDark headings
950
0C1B
#0C1B27
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --charcoal-50: #F3F8FB;
  --charcoal-100: #E4EEF7;
  --charcoal-200: #CCE0F0;
  --charcoal-300: #A5C9E4;
  --charcoal-400: #76ACD6;
  --charcoal-500: #4E95CA;
  --charcoal-600: #3478AD;
  --charcoal-700: #296089;
  --charcoal-800: #1D4462;
  --charcoal-900: #132C3F;
  --charcoal-950: #0C1B27;
}
Generate More ShadesCreate PaletteConvert Color