Charcoal

#103341

Blue

Color Codes

All color formats for development

HEX
#103341
RGB
rgb(16, 51, 65)
HSL
hsl(197, 60%, 16%)
OKLCH
oklch(0.303 0.047 227.9)
CMYK
cmyk(75%, 22%, 0%, 75%)

Accessibility

WCAG contrast compliance

On White Background

13.36:1

AA AAA

On Black Background

1.57:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F3F9
100
#E2F2
200
#CAE6
300
#A1D4
400
#70BD
500
#47AA
600
#2D8D
700
#2470
800
#1A50
900
#1033
950
#0A20

Shades

Darker variations

1#0F2E3B
2#0D2934
3#0B242E
4#0A1F27
5#081A21
6#07151A
7#050F14
8#030A0D
9#020507

Tints

Lighter variations

1#194E64
2#216986
3#2A84A8
4#339FCA
5#54B0D4
6#76C0DD
7#98CFE5
8#BADFEE
9#DDEFF6

Tones

Muted variations

1#13323F
2#15313C
3#18303A
4#1A2F37
5#1D2E35
6#1F2D33
7#212C30
8#242B2E
9#262A2B

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F3F9
#F3F9FC
BackgroundsSubtle highlightsCard backgrounds
100
E2F2
#E2F2F8
Light backgroundsTable row hoverSkeleton loading
200
CAE6
#CAE6F2
Secondary backgroundsInput backgroundsDividers
300
A1D4
#A1D4E8
BordersInactive statesPlaceholder text
400
70BD
#70BDDB
Disabled statesSecondary iconsMuted text
500
47AA
#47AAD1
Primary brand colorCTAsActive elementsLinks
600
2D8D
#2D8DB4
Hover statesFocus ringsPrimary buttons hover
700
2470
#24708F
Active/pressed statesDark mode accentsSecondary text
800
1A50
#1A5066
Text on light backgroundsHeadingsStrong borders
900
1033
#103341
Primary textHigh emphasis contentDark headings
950
0A20
#0A2029
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --charcoal-50: #F3F9FC;
  --charcoal-100: #E2F2F8;
  --charcoal-200: #CAE6F2;
  --charcoal-300: #A1D4E8;
  --charcoal-400: #70BDDB;
  --charcoal-500: #47AAD1;
  --charcoal-600: #2D8DB4;
  --charcoal-700: #24708F;
  --charcoal-800: #1A5066;
  --charcoal-900: #103341;
  --charcoal-950: #0A2029;
}
Generate More ShadesCreate PaletteConvert Color