Charcoal

#082C4A

Blue

Color Codes

All color formats for development

HEX
#082C4A
RGB
rgb(8, 44, 74)
HSL
hsl(207, 80%, 16%)
OKLCH
oklch(0.286 0.068 248.3)
CMYK
cmyk(89%, 41%, 0%, 71%)

Accessibility

WCAG contrast compliance

On White Background

14.29:1

AA AAA

On Black Background

1.47:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F1F8
100
#DFEF
200
#C3E1
300
#95C9
400
#5EAD
500
#3095
600
#1679
700
#1260
800
#0D45
900
#082C
950
#051C

Shades

Darker variations

1#072842
2#07233B
3#061F33
4#051A2C
5#041625
6#03121D
7#020D16
8#02090F
9#010407

Tints

Lighter variations

1#0C4370
2#115A97
3#1571BD
4#1989E4
5#3E9CEA
6#65B0EE
7#8BC4F2
8#B2D8F6
9#D8EBFB

Tones

Muted variations

1#0B2C46
2#0F2B43
3#122B40
4#152B3C
5#182A39
6#1C2A36
7#1F2A33
8#22292F
9#26292C

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F1F8
#F1F8FD
BackgroundsSubtle highlightsCard backgrounds
100
DFEF
#DFEFFB
Light backgroundsTable row hoverSkeleton loading
200
C3E1
#C3E1F8
Secondary backgroundsInput backgroundsDividers
300
95C9
#95C9F3
BordersInactive statesPlaceholder text
400
5EAD
#5EADED
Disabled statesSecondary iconsMuted text
500
3095
#3095E8
Primary brand colorCTAsActive elementsLinks
600
1679
#1679CA
Hover statesFocus ringsPrimary buttons hover
700
1260
#1260A1
Active/pressed statesDark mode accentsSecondary text
800
0D45
#0D4573
Text on light backgroundsHeadingsStrong borders
900
082C
#082C49
Primary textHigh emphasis contentDark headings
950
051C
#051C2E
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --charcoal-50: #F1F8FD;
  --charcoal-100: #DFEFFB;
  --charcoal-200: #C3E1F8;
  --charcoal-300: #95C9F3;
  --charcoal-400: #5EADED;
  --charcoal-500: #3095E8;
  --charcoal-600: #1679CA;
  --charcoal-700: #1260A1;
  --charcoal-800: #0D4573;
  --charcoal-900: #082C49;
  --charcoal-950: #051C2E;
}
Generate More ShadesCreate PaletteConvert Color