Charcoal

#112A40

Blue

Color Codes

All color formats for development

HEX
#112A40
RGB
rgb(17, 42, 64)
HSL
hsl(208, 58%, 16%)
OKLCH
oklch(0.277 0.051 247.4)
CMYK
cmyk(73%, 34%, 0%, 75%)

Accessibility

WCAG contrast compliance

On White Background

14.70:1

AA AAA

On Black Background

1.43:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F3F8
100
#E3EE
200
#CBDF
300
#A2C7
400
#72A9
500
#4A91
600
#2F75
700
#255D
800
#1B42
900
#112A
950
#0B1A

Shades

Darker variations

1#0F263A
2#0E2234
3#0C1E2D
4#0A1927
5#091520
6#07111A
7#050D13
8#03080D
9#020406

Tints

Lighter variations

1#1A4162
2#235784
3#2C6DA6
4#3583C8
5#5698D2
6#78ADDB
7#99C1E4
8#BBD6ED
9#DDEAF6

Tones

Muted variations

1#142A3E
2#162A3C
3#182A39
4#1B2A37
5#1D2A35
6#1F2932
7#222930
8#24292E
9#26292B

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F3F8
#F3F8FC
BackgroundsSubtle highlightsCard backgrounds
100
E3EE
#E3EEF8
Light backgroundsTable row hoverSkeleton loading
200
CBDF
#CBDFF1
Secondary backgroundsInput backgroundsDividers
300
A2C7
#A2C7E6
BordersInactive statesPlaceholder text
400
72A9
#72A9DA
Disabled statesSecondary iconsMuted text
500
4A91
#4A91CF
Primary brand colorCTAsActive elementsLinks
600
2F75
#2F75B1
Hover statesFocus ringsPrimary buttons hover
700
255D
#255D8D
Active/pressed statesDark mode accentsSecondary text
800
1B42
#1B4265
Text on light backgroundsHeadingsStrong borders
900
112A
#112A40
Primary textHigh emphasis contentDark headings
950
0B1A
#0B1A28
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --charcoal-50: #F3F8FC;
  --charcoal-100: #E3EEF8;
  --charcoal-200: #CBDFF1;
  --charcoal-300: #A2C7E6;
  --charcoal-400: #72A9DA;
  --charcoal-500: #4A91CF;
  --charcoal-600: #2F75B1;
  --charcoal-700: #255D8D;
  --charcoal-800: #1B4265;
  --charcoal-900: #112A40;
  --charcoal-950: #0B1A28;
}
Generate More ShadesCreate PaletteConvert Color