Charcoal

#34464C

Blue

Color Codes

All color formats for development

HEX
#34464C
RGB
rgb(52, 70, 76)
HSL
hsl(195, 19%, 25%)
OKLCH
oklch(0.381 0.025 220.3)
CMYK
cmyk(32%, 8%, 0%, 70%)

Accessibility

WCAG contrast compliance

On White Background

9.88:1

AA AAA

On Black Background

2.13:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F6F8
100
#EAEF
200
#D8E1
300
#B9CA
400
#95AE
500
#7697
600
#5B7B
700
#4862
800
#3446
900
#212D
950
#151C

Shades

Darker variations

1#2E3F44
2#29383D
3#243135
4#1F2A2E
5#1A2326
6#151C1E
7#0F1517
8#0A0E0F
9#050708

Tints

Lighter variations

1#435B63
2#537079
3#628590
4#7697A2
5#8DA8B2
6#A4BAC1
7#BBCBD1
8#D1DCE0
9#E8EEF0

Tones

Muted variations

1#35454B
2#364549
3#374448
4#384347
5#3A4346
6#3B4245
7#3C4243
8#3D4142
9#3F4041

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F6F8
#F6F8F9
BackgroundsSubtle highlightsCard backgrounds
100
EAEF
#EAEFF1
Light backgroundsTable row hoverSkeleton loading
200
D8E1
#D8E1E4
Secondary backgroundsInput backgroundsDividers
300
B9CA
#B9CACF
BordersInactive statesPlaceholder text
400
95AE
#95AEB7
Disabled statesSecondary iconsMuted text
500
7697
#7697A2
Primary brand colorCTAsActive elementsLinks
600
5B7B
#5B7B86
Hover statesFocus ringsPrimary buttons hover
700
4862
#48626A
Active/pressed statesDark mode accentsSecondary text
800
3446
#34464C
Text on light backgroundsHeadingsStrong borders
900
212D
#212D31
Primary textHigh emphasis contentDark headings
950
151C
#151C1E
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --charcoal-50: #F6F8F9;
  --charcoal-100: #EAEFF1;
  --charcoal-200: #D8E1E4;
  --charcoal-300: #B9CACF;
  --charcoal-400: #95AEB7;
  --charcoal-500: #7697A2;
  --charcoal-600: #5B7B86;
  --charcoal-700: #48626A;
  --charcoal-800: #34464C;
  --charcoal-900: #212D31;
  --charcoal-950: #151C1E;
}
Generate More ShadesCreate PaletteConvert Color