Charcoal

#102841

Blue

Color Codes

All color formats for development

HEX
#102841
RGB
rgb(16, 40, 65)
HSL
hsl(211, 60%, 16%)
OKLCH
oklch(0.272 0.056 251.4)
CMYK
cmyk(75%, 38%, 0%, 75%)

Accessibility

WCAG contrast compliance

On White Background

14.98:1

AA AAA

On Black Background

1.40:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F3F7
100
#E2ED
200
#CADD
300
#A1C3
400
#70A4
500
#478A
600
#2D6E
700
#2457
800
#1A3E
900
#1028
950
#0A19

Shades

Darker variations

1#0F243B
2#0D2034
3#0B1C2E
4#0A1827
5#081421
6#07101A
7#050C14
8#03080D
9#020407

Tints

Lighter variations

1#193D64
2#215286
3#2A67A8
4#337CCA
5#5492D4
6#76A8DD
7#98BDE5
8#BAD3EE
9#DDE9F6

Tones

Muted variations

1#13283F
2#15283C
3#18283A
4#1A2837
5#1D2835
6#1F2833
7#212930
8#24292E
9#26292B

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F3F7
#F3F7FC
BackgroundsSubtle highlightsCard backgrounds
100
E2ED
#E2EDF8
Light backgroundsTable row hoverSkeleton loading
200
CADD
#CADDF2
Secondary backgroundsInput backgroundsDividers
300
A1C3
#A1C3E8
BordersInactive statesPlaceholder text
400
70A4
#70A4DB
Disabled statesSecondary iconsMuted text
500
478A
#478AD1
Primary brand colorCTAsActive elementsLinks
600
2D6E
#2D6EB4
Hover statesFocus ringsPrimary buttons hover
700
2457
#24578F
Active/pressed statesDark mode accentsSecondary text
800
1A3E
#1A3E66
Text on light backgroundsHeadingsStrong borders
900
1028
#102841
Primary textHigh emphasis contentDark headings
950
0A19
#0A1929
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --charcoal-50: #F3F7FC;
  --charcoal-100: #E2EDF8;
  --charcoal-200: #CADDF2;
  --charcoal-300: #A1C3E8;
  --charcoal-400: #70A4DB;
  --charcoal-500: #478AD1;
  --charcoal-600: #2D6EB4;
  --charcoal-700: #24578F;
  --charcoal-800: #1A3E66;
  --charcoal-900: #102841;
  --charcoal-950: #0A1929;
}
Generate More ShadesCreate PaletteConvert Color