Charcoal

#082B49

Blue

Color Codes

All color formats for development

HEX
#082B49
RGB
rgb(8, 43, 73)
HSL
hsl(208, 80%, 16%)
OKLCH
oklch(0.282 0.068 248.9)
CMYK
cmyk(89%, 41%, 0%, 71%)

Accessibility

WCAG contrast compliance

On White Background

14.46:1

AA AAA

On Black Background

1.45:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F1F8
100
#DFEE
200
#C3E0
300
#95C7
400
#5EAB
500
#3092
600
#1676
700
#125E
800
#0D43
900
#082B
950
#051B

Shades

Darker variations

1#072742
2#07223B
3#061E33
4#051A2C
5#041525
6#03111D
7#020D16
8#02090F
9#010407

Tints

Lighter variations

1#0C4270
2#115897
3#156FBD
4#1985E4
5#3E9AEA
6#65AEEE
7#8BC2F2
8#B2D6F6
9#D8EBFB

Tones

Muted variations

1#0B2B46
2#0F2B43
3#122A40
4#152A3C
5#182A39
6#1C2A36
7#1F2933
8#22292F
9#26292C

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F1F8
#F1F8FD
BackgroundsSubtle highlightsCard backgrounds
100
DFEE
#DFEEFB
Light backgroundsTable row hoverSkeleton loading
200
C3E0
#C3E0F8
Secondary backgroundsInput backgroundsDividers
300
95C7
#95C7F3
BordersInactive statesPlaceholder text
400
5EAB
#5EABED
Disabled statesSecondary iconsMuted text
500
3092
#3092E8
Primary brand colorCTAsActive elementsLinks
600
1676
#1676CA
Hover statesFocus ringsPrimary buttons hover
700
125E
#125EA1
Active/pressed statesDark mode accentsSecondary text
800
0D43
#0D4373
Text on light backgroundsHeadingsStrong borders
900
082B
#082B49
Primary textHigh emphasis contentDark headings
950
051B
#051B2E
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --charcoal-50: #F1F8FD;
  --charcoal-100: #DFEEFB;
  --charcoal-200: #C3E0F8;
  --charcoal-300: #95C7F3;
  --charcoal-400: #5EABED;
  --charcoal-500: #3092E8;
  --charcoal-600: #1676CA;
  --charcoal-700: #125EA1;
  --charcoal-800: #0D4373;
  --charcoal-900: #082B49;
  --charcoal-950: #051B2E;
}
Generate More ShadesCreate PaletteConvert Color