Charcoal

#2D4852

Blue

Color Codes

All color formats for development

HEX
#2D4852
RGB
rgb(45, 72, 82)
HSL
hsl(196, 29%, 25%)
OKLCH
oklch(0.384 0.037 223.3)
CMYK
cmyk(45%, 12%, 0%, 68%)

Accessibility

WCAG contrast compliance

On White Background

9.72:1

AA AAA

On Black Background

2.16:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F5F8
100
#E8F0
200
#D4E2
300
#B3CC
400
#8CB2
500
#6B9C
600
#507F
700
#3F65
800
#2D48
900
#1D2E
950
#121D

Shades

Darker variations

1#29414A
2#243A42
3#20333A
4#1B2B31
5#172429
6#121D21
7#0E1619
8#090E10
9#050708

Tints

Lighter variations

1#3B5E6B
2#487484
3#568A9C
4#6B9CAE
5#84ACBB
6#9CBDC9
7#B5CDD6
8#CEDEE4
9#E6EEF1

Tones

Muted variations

1#2F4850
2#31474F
3#33464D
4#35454B
5#374449
6#384347
7#3A4245
8#3C4143
9#3E4142

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F5F8
#F5F8FA
BackgroundsSubtle highlightsCard backgrounds
100
E8F0
#E8F0F2
Light backgroundsTable row hoverSkeleton loading
200
D4E2
#D4E2E7
Secondary backgroundsInput backgroundsDividers
300
B3CC
#B3CCD5
BordersInactive statesPlaceholder text
400
8CB2
#8CB2C0
Disabled statesSecondary iconsMuted text
500
6B9C
#6B9CAE
Primary brand colorCTAsActive elementsLinks
600
507F
#507F91
Hover statesFocus ringsPrimary buttons hover
700
3F65
#3F6573
Active/pressed statesDark mode accentsSecondary text
800
2D48
#2D4852
Text on light backgroundsHeadingsStrong borders
900
1D2E
#1D2E35
Primary textHigh emphasis contentDark headings
950
121D
#121D21
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --charcoal-50: #F5F8FA;
  --charcoal-100: #E8F0F2;
  --charcoal-200: #D4E2E7;
  --charcoal-300: #B3CCD5;
  --charcoal-400: #8CB2C0;
  --charcoal-500: #6B9CAE;
  --charcoal-600: #507F91;
  --charcoal-700: #3F6573;
  --charcoal-800: #2D4852;
  --charcoal-900: #1D2E35;
  --charcoal-950: #121D21;
}
Generate More ShadesCreate PaletteConvert Color