Charcoal

#101941

Blue

Color Codes

All color formats for development

HEX
#101941
RGB
rgb(16, 25, 65)
HSL
hsl(229, 60%, 16%)
OKLCH
oklch(0.233 0.077 269.9)
CMYK
cmyk(75%, 62%, 0%, 75%)

Accessibility

WCAG contrast compliance

On White Background

16.97:1

AA AAA

On Black Background

1.24:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F3F4
100
#E2E6
200
#CAD1
300
#A1AE
400
#7084
500
#4761
600
#2D46
700
#2437
800
#1A28
900
#1019
950
#0A10

Shades

Darker variations

1#0F173B
2#0D1434
3#0B122E
4#0A0F27
5#080D21
6#070A1A
7#050814
8#03050D
9#020307

Tints

Lighter variations

1#192764
2#213486
3#2A41A8
4#334ECA
5#546BD4
6#7689DD
7#98A6E5
8#BAC4EE
9#DDE1F6

Tones

Muted variations

1#131B3F
2#151C3C
3#181E3A
4#1A1F37
5#1D2135
6#1F2333
7#212430
8#24262E
9#26272B

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F3F4
#F3F4FC
BackgroundsSubtle highlightsCard backgrounds
100
E2E6
#E2E6F8
Light backgroundsTable row hoverSkeleton loading
200
CAD1
#CAD1F2
Secondary backgroundsInput backgroundsDividers
300
A1AE
#A1AEE8
BordersInactive statesPlaceholder text
400
7084
#7084DB
Disabled statesSecondary iconsMuted text
500
4761
#4761D1
Primary brand colorCTAsActive elementsLinks
600
2D46
#2D46B4
Hover statesFocus ringsPrimary buttons hover
700
2437
#24378F
Active/pressed statesDark mode accentsSecondary text
800
1A28
#1A2866
Text on light backgroundsHeadingsStrong borders
900
1019
#101941
Primary textHigh emphasis contentDark headings
950
0A10
#0A1029
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --charcoal-50: #F3F4FC;
  --charcoal-100: #E2E6F8;
  --charcoal-200: #CAD1F2;
  --charcoal-300: #A1AEE8;
  --charcoal-400: #7084DB;
  --charcoal-500: #4761D1;
  --charcoal-600: #2D46B4;
  --charcoal-700: #24378F;
  --charcoal-800: #1A2866;
  --charcoal-900: #101941;
  --charcoal-950: #0A1029;
}
Generate More ShadesCreate PaletteConvert Color