Charcoal

#103342

Blue

Color Codes

All color formats for development

HEX
#103342
RGB
rgb(16, 51, 66)
HSL
hsl(198, 61%, 16%)
OKLCH
oklch(0.303 0.048 229.7)
CMYK
cmyk(76%, 23%, 0%, 74%)

Accessibility

WCAG contrast compliance

On White Background

13.34: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
#A1D3
400
#6FBC
500
#46A8
600
#2C8C
700
#236F
800
#194F
900
#1033
950
#0A20

Shades

Darker variations

1#0E2E3B
2#0D2935
3#0B242E
4#0A1E27
5#081921
6#06141A
7#050F14
8#030A0D
9#020507

Tints

Lighter variations

1#184D64
2#216887
3#2983A9
4#319DCC
5#53AED5
6#75BEDE
7#98CEE6
8#BADFEE
9#DDEFF7

Tones

Muted variations

1#12323F
2#15313D
3#17303A
4#1A2F38
5#1C2E35
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
A1D3
#A1D3E8
BordersInactive statesPlaceholder text
400
6FBC
#6FBCDC
Disabled statesSecondary iconsMuted text
500
46A8
#46A8D2
Primary brand colorCTAsActive elementsLinks
600
2C8C
#2C8CB5
Hover statesFocus ringsPrimary buttons hover
700
236F
#236F90
Active/pressed statesDark mode accentsSecondary text
800
194F
#194F67
Text on light backgroundsHeadingsStrong borders
900
1033
#103342
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: #A1D3E8;
  --charcoal-400: #6FBCDC;
  --charcoal-500: #46A8D2;
  --charcoal-600: #2C8CB5;
  --charcoal-700: #236F90;
  --charcoal-800: #194F67;
  --charcoal-900: #103342;
  --charcoal-950: #0A2029;
}
Generate More ShadesCreate PaletteConvert Color