Charcoal

#102442

Blue

Color Codes

All color formats for development

HEX
#102442
RGB
rgb(16, 36, 66)
HSL
hsl(216, 61%, 16%)
OKLCH
oklch(0.261 0.062 258.4)
CMYK
cmyk(76%, 45%, 0%, 74%)

Accessibility

WCAG contrast compliance

On White Background

15.52:1

AA AAA

On Black Background

1.35:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F3F6
100
#E2EB
200
#CADA
300
#A1BD
400
#6F9B
500
#467E
600
#2C63
700
#234E
800
#1938
900
#1024
950
#0A16

Shades

Darker variations

1#0E203B
2#0D1D35
3#0B192E
4#0A1527
5#081221
6#060E1A
7#050B14
8#03070D
9#020407

Tints

Lighter variations

1#183764
2#214987
3#295CA9
4#316FCC
5#5387D5
6#759FDE
7#98B7E6
8#BACFEE
9#DDE7F7

Tones

Muted variations

1#12243F
2#15253D
3#17253A
4#1A2638
5#1C2635
6#1F2733
7#212730
8#24282E
9#26282B

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F3F6
#F3F6FC
BackgroundsSubtle highlightsCard backgrounds
100
E2EB
#E2EBF8
Light backgroundsTable row hoverSkeleton loading
200
CADA
#CADAF2
Secondary backgroundsInput backgroundsDividers
300
A1BD
#A1BDE8
BordersInactive statesPlaceholder text
400
6F9B
#6F9BDC
Disabled statesSecondary iconsMuted text
500
467E
#467ED2
Primary brand colorCTAsActive elementsLinks
600
2C63
#2C63B5
Hover statesFocus ringsPrimary buttons hover
700
234E
#234E90
Active/pressed statesDark mode accentsSecondary text
800
1938
#193867
Text on light backgroundsHeadingsStrong borders
900
1024
#102442
Primary textHigh emphasis contentDark headings
950
0A16
#0A1629
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --charcoal-50: #F3F6FC;
  --charcoal-100: #E2EBF8;
  --charcoal-200: #CADAF2;
  --charcoal-300: #A1BDE8;
  --charcoal-400: #6F9BDC;
  --charcoal-500: #467ED2;
  --charcoal-600: #2C63B5;
  --charcoal-700: #234E90;
  --charcoal-800: #193867;
  --charcoal-900: #102442;
  --charcoal-950: #0A1629;
}
Generate More ShadesCreate PaletteConvert Color