Charcoal

#112E40

Blue

Color Codes

All color formats for development

HEX
#112E40
RGB
rgb(17, 46, 64)
HSL
hsl(203, 58%, 16%)
OKLCH
oklch(0.288 0.048 238.8)
CMYK
cmyk(73%, 28%, 0%, 75%)

Accessibility

WCAG contrast compliance

On White Background

14.11: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
#E3F0
200
#CBE2
300
#A2CC
400
#72B2
500
#4A9C
600
#2F7F
700
#2565
800
#1B48
900
#112E
950
#0B1D

Shades

Darker variations

1#0F2A3A
2#0E2534
3#0C202D
4#0A1C27
5#091720
6#07131A
7#050E13
8#03090D
9#020506

Tints

Lighter variations

1#1A4762
2#235F84
3#2C77A6
4#3590C8
5#56A2D2
6#78B5DB
7#99C7E4
8#BBDAED
9#DDECF6

Tones

Muted variations

1#142E3E
2#162D3C
3#182D39
4#1B2C37
5#1D2C35
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
E3F0
#E3F0F8
Light backgroundsTable row hoverSkeleton loading
200
CBE2
#CBE2F1
Secondary backgroundsInput backgroundsDividers
300
A2CC
#A2CCE6
BordersInactive statesPlaceholder text
400
72B2
#72B2DA
Disabled statesSecondary iconsMuted text
500
4A9C
#4A9CCF
Primary brand colorCTAsActive elementsLinks
600
2F7F
#2F7FB1
Hover statesFocus ringsPrimary buttons hover
700
2565
#25658D
Active/pressed statesDark mode accentsSecondary text
800
1B48
#1B4865
Text on light backgroundsHeadingsStrong borders
900
112E
#112E40
Primary textHigh emphasis contentDark headings
950
0B1D
#0B1D28
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --charcoal-50: #F3F8FC;
  --charcoal-100: #E3F0F8;
  --charcoal-200: #CBE2F1;
  --charcoal-300: #A2CCE6;
  --charcoal-400: #72B2DA;
  --charcoal-500: #4A9CCF;
  --charcoal-600: #2F7FB1;
  --charcoal-700: #25658D;
  --charcoal-800: #1B4865;
  --charcoal-900: #112E40;
  --charcoal-950: #0B1D28;
}
Generate More ShadesCreate PaletteConvert Color