Charcoal

#112E41

Blue

Color Codes

All color formats for development

HEX
#112E41
RGB
rgb(17, 46, 65)
HSL
hsl(204, 59%, 16%)
OKLCH
oklch(0.289 0.049 240.2)
CMYK
cmyk(74%, 29%, 0%, 75%)

Accessibility

WCAG contrast compliance

On White Background

14.08:1

AA AAA

On Black Background

1.49:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F3F8
100
#E3EF
200
#CAE2
300
#A2CB
400
#71B0
500
#499A
600
#2E7D
700
#2564
800
#1A47
900
#112E
950
#0A1D

Shades

Darker variations

1#0F293A
2#0D2434
3#0C202D
4#0A1B27
5#081720
6#07121A
7#050E13
8#03090D
9#020506

Tints

Lighter variations

1#1A4663
2#225E85
3#2B75A7
4#348DC9
5#55A1D3
6#77B3DC
7#99C6E5
8#BBD9ED
9#DDECF6

Tones

Muted variations

1#132D3E
2#162D3C
3#182C3A
4#1A2C37
5#1D2B35
6#1F2B32
7#222A30
8#242A2E
9#26292B

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F3F8
#F3F8FC
BackgroundsSubtle highlightsCard backgrounds
100
E3EF
#E3EFF8
Light backgroundsTable row hoverSkeleton loading
200
CAE2
#CAE2F1
Secondary backgroundsInput backgroundsDividers
300
A2CB
#A2CBE7
BordersInactive statesPlaceholder text
400
71B0
#71B0DA
Disabled statesSecondary iconsMuted text
500
499A
#499AD0
Primary brand colorCTAsActive elementsLinks
600
2E7D
#2E7DB2
Hover statesFocus ringsPrimary buttons hover
700
2564
#25648E
Active/pressed statesDark mode accentsSecondary text
800
1A47
#1A4765
Text on light backgroundsHeadingsStrong borders
900
112E
#112E41
Primary textHigh emphasis contentDark headings
950
0A1D
#0A1D29
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --charcoal-50: #F3F8FC;
  --charcoal-100: #E3EFF8;
  --charcoal-200: #CAE2F1;
  --charcoal-300: #A2CBE7;
  --charcoal-400: #71B0DA;
  --charcoal-500: #499AD0;
  --charcoal-600: #2E7DB2;
  --charcoal-700: #25648E;
  --charcoal-800: #1A4765;
  --charcoal-900: #112E41;
  --charcoal-950: #0A1D29;
}
Generate More ShadesCreate PaletteConvert Color