Charcoal

#2F3451

Blue

Color Codes

All color formats for development

HEX
#2F3451
RGB
rgb(47, 52, 81)
HSL
hsl(231, 27%, 25%)
OKLCH
oklch(0.334 0.052 275.8)
CMYK
cmyk(42%, 36%, 0%, 68%)

Accessibility

WCAG contrast compliance

On White Background

12.13:1

AA AAA

On Black Background

1.73:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F5F6
100
#E8EA
200
#D5D8
300
#B5B9
400
#8E95
500
#6D77
600
#525B
700
#4148
800
#2F34
900
#1E21
950
#1315

Shades

Darker variations

1#2A2F49
2#252941
3#212439
4#1C1F31
5#171A28
6#131520
7#0E1018
8#090A10
9#050508

Tints

Lighter variations

1#3C4369
2#4A5382
3#58629A
4#6D77AB
5#868DB9
6#9EA4C7
7#B6BBD5
8#CED2E3
9#E7E8F1

Tones

Muted variations

1#30354F
2#32364E
3#34374C
4#35394A
5#373A48
6#393B47
7#3B3C45
8#3C3D43
9#3E3F41

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F5F6
#F5F6F9
BackgroundsSubtle highlightsCard backgrounds
100
E8EA
#E8EAF2
Light backgroundsTable row hoverSkeleton loading
200
D5D8
#D5D8E7
Secondary backgroundsInput backgroundsDividers
300
B5B9
#B5B9D4
BordersInactive statesPlaceholder text
400
8E95
#8E95BE
Disabled statesSecondary iconsMuted text
500
6D77
#6D77AB
Primary brand colorCTAsActive elementsLinks
600
525B
#525B8E
Hover statesFocus ringsPrimary buttons hover
700
4148
#414871
Active/pressed statesDark mode accentsSecondary text
800
2F34
#2F3451
Text on light backgroundsHeadingsStrong borders
900
1E21
#1E2134
Primary textHigh emphasis contentDark headings
950
1315
#131520
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --charcoal-50: #F5F6F9;
  --charcoal-100: #E8EAF2;
  --charcoal-200: #D5D8E7;
  --charcoal-300: #B5B9D4;
  --charcoal-400: #8E95BE;
  --charcoal-500: #6D77AB;
  --charcoal-600: #525B8E;
  --charcoal-700: #414871;
  --charcoal-800: #2F3451;
  --charcoal-900: #1E2134;
  --charcoal-950: #131520;
}
Generate More ShadesCreate PaletteConvert Color