Charcoal

#072D4B

Blue

Color Codes

All color formats for development

HEX
#072D4B
RGB
rgb(7, 45, 75)
HSL
hsl(206, 83%, 16%)
OKLCH
oklch(0.289 0.069 247.4)
CMYK
cmyk(91%, 40%, 0%, 71%)

Accessibility

WCAG contrast compliance

On White Background

14.13: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
#F1F8
100
#DEEF
200
#C2E2
300
#94CB
400
#5CB0
500
#2D99
600
#137D
700
#0F63
800
#0B47
900
#072D
950
#041C

Shades

Darker variations

1#062943
2#06243C
3#052034
4#041B2D
5#031725
6#03121E
7#020E16
8#01090F
9#010507

Tints

Lighter variations

1#0B4572
2#0E5D99
3#1275C0
4#168CE7
5#3BA0ED
6#62B3F0
7#89C6F4
8#B1D9F8
9#D8ECFB

Tones

Muted variations

1#0A2D47
2#0E2C44
3#112C41
4#142C3D
5#182B3A
6#1B2B36
7#1F2A33
8#222A30
9#25292C

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F1F8
#F1F8FE
BackgroundsSubtle highlightsCard backgrounds
100
DEEF
#DEEFFC
Light backgroundsTable row hoverSkeleton loading
200
C2E2
#C2E2F9
Secondary backgroundsInput backgroundsDividers
300
94CB
#94CBF5
BordersInactive statesPlaceholder text
400
5CB0
#5CB0F0
Disabled statesSecondary iconsMuted text
500
2D99
#2D99EB
Primary brand colorCTAsActive elementsLinks
600
137D
#137DCD
Hover statesFocus ringsPrimary buttons hover
700
0F63
#0F63A3
Active/pressed statesDark mode accentsSecondary text
800
0B47
#0B4775
Text on light backgroundsHeadingsStrong borders
900
072D
#072D4B
Primary textHigh emphasis contentDark headings
950
041C
#041C2F
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --charcoal-50: #F1F8FE;
  --charcoal-100: #DEEFFC;
  --charcoal-200: #C2E2F9;
  --charcoal-300: #94CBF5;
  --charcoal-400: #5CB0F0;
  --charcoal-500: #2D99EB;
  --charcoal-600: #137DCD;
  --charcoal-700: #0F63A3;
  --charcoal-800: #0B4775;
  --charcoal-900: #072D4B;
  --charcoal-950: #041C2F;
}
Generate More ShadesCreate PaletteConvert Color