Charcoal

#132A3F

Blue

Color Codes

All color formats for development

HEX
#132A3F
RGB
rgb(19, 42, 63)
HSL
hsl(209, 54%, 16%)
OKLCH
oklch(0.277 0.049 248)
CMYK
cmyk(70%, 33%, 0%, 75%)

Accessibility

WCAG contrast compliance

On White Background

14.68:1

AA AAA

On Black Background

1.43:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F3F7
100
#E4ED
200
#CCDE
300
#A5C5
400
#76A7
500
#4E8E
600
#3472
700
#295B
800
#1D41
900
#132A
950
#0C1A

Shades

Darker variations

1#112539
2#0F2132
3#0D1D2C
4#0B1926
5#09151F
6#081119
7#060C13
8#04080D
9#020406

Tints

Lighter variations

1#1D3F60
2#265581
3#306BA2
4#3A81C3
5#5A96CE
6#7BABD8
7#9CC0E1
8#BDD5EB
9#DEEAF5

Tones

Muted variations

1#15293D
2#17293A
3#192938
4#1C2936
5#1E2934
6#202932
7#22292F
8#24292D
9#27292B

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F3F7
#F3F7FB
BackgroundsSubtle highlightsCard backgrounds
100
E4ED
#E4EDF7
Light backgroundsTable row hoverSkeleton loading
200
CCDE
#CCDEF0
Secondary backgroundsInput backgroundsDividers
300
A5C5
#A5C5E4
BordersInactive statesPlaceholder text
400
76A7
#76A7D6
Disabled statesSecondary iconsMuted text
500
4E8E
#4E8ECA
Primary brand colorCTAsActive elementsLinks
600
3472
#3472AD
Hover statesFocus ringsPrimary buttons hover
700
295B
#295B89
Active/pressed statesDark mode accentsSecondary text
800
1D41
#1D4162
Text on light backgroundsHeadingsStrong borders
900
132A
#132A3F
Primary textHigh emphasis contentDark headings
950
0C1A
#0C1A27
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --charcoal-50: #F3F7FB;
  --charcoal-100: #E4EDF7;
  --charcoal-200: #CCDEF0;
  --charcoal-300: #A5C5E4;
  --charcoal-400: #76A7D6;
  --charcoal-500: #4E8ECA;
  --charcoal-600: #3472AD;
  --charcoal-700: #295B89;
  --charcoal-800: #1D4162;
  --charcoal-900: #132A3F;
  --charcoal-950: #0C1A27;
}
Generate More ShadesCreate PaletteConvert Color