Charcoal

#15326A

Blue

Color Codes

All color formats for development

HEX
#15326A
RGB
rgb(21, 50, 106)
HSL
hsl(220, 67%, 25%)
OKLCH
oklch(0.33 0.104 261.9)
CMYK
cmyk(80%, 53%, 0%, 58%)

Accessibility

WCAG contrast compliance

On White Background

12.38:1

AA AAA

On Black Background

1.70:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F2F6
100
#E1E9
200
#C8D6
300
#9DB7
400
#6A92
500
#3F73
600
#2557
700
#1D45
800
#1532
900
#0D20
950
#0814

Shades

Darker variations

1#132D60
2#112855
3#0F234B
4#0D1E40
5#0B1935
6#08142B
7#060F20
8#040A15
9#02050B

Tints

Lighter variations

1#1B408A
2#224FAA
3#285ECA
4#3F73D9
5#5F8ADF
6#7FA1E6
7#9FB9EC
8#BFD0F2
9#DFE8F9

Tones

Muted variations

1#193366
2#1E3462
3#22365E
4#263759
5#2A3955
6#2F3A51
7#333B4D
8#373D48
9#3B3E44

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F2F6
#F2F6FC
BackgroundsSubtle highlightsCard backgrounds
100
E1E9
#E1E9F9
Light backgroundsTable row hoverSkeleton loading
200
C8D6
#C8D6F4
Secondary backgroundsInput backgroundsDividers
300
9DB7
#9DB7EC
BordersInactive statesPlaceholder text
400
6A92
#6A92E2
Disabled statesSecondary iconsMuted text
500
3F73
#3F73D9
Primary brand colorCTAsActive elementsLinks
600
2557
#2557BB
Hover statesFocus ringsPrimary buttons hover
700
1D45
#1D4595
Active/pressed statesDark mode accentsSecondary text
800
1532
#15326A
Text on light backgroundsHeadingsStrong borders
900
0D20
#0D2044
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: #F2F6FC;
  --charcoal-100: #E1E9F9;
  --charcoal-200: #C8D6F4;
  --charcoal-300: #9DB7EC;
  --charcoal-400: #6A92E2;
  --charcoal-500: #3F73D9;
  --charcoal-600: #2557BB;
  --charcoal-700: #1D4595;
  --charcoal-800: #15326A;
  --charcoal-900: #0D2044;
  --charcoal-950: #08142B;
}
Generate More ShadesCreate PaletteConvert Color