Charcoal

#32494E

Cyan

Color Codes

All color formats for development

HEX
#32494E
RGB
rgb(50, 73, 78)
HSL
hsl(191, 22%, 25%)
OKLCH
oklch(0.388 0.03 212.6)
CMYK
cmyk(36%, 6%, 0%, 69%)

Accessibility

WCAG contrast compliance

On White Background

9.55:1

AA AAA

On Black Background

2.20:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F6F8
100
#E9F0
200
#D7E2
300
#B7CD
400
#92B2
500
#739C
600
#5880
700
#4666
800
#3249
900
#202E
950
#141D

Shades

Darker variations

1#2D4146
2#283A3E
3#233336
4#1E2C2F
5#192427
6#141D1F
7#0F1617
8#0A0F10
9#050708

Tints

Lighter variations

1#415E65
2#50747C
3#5E8A94
4#739CA5
5#8AADB4
6#A2BDC3
7#B9CED2
8#D0DEE1
9#E8EFF0

Tones

Muted variations

1#33484C
2#35474B
3#36464A
4#374548
5#394447
6#3A4345
7#3C4244
8#3D4243
9#3E4141

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F6F8
#F6F8F9
BackgroundsSubtle highlightsCard backgrounds
100
E9F0
#E9F0F1
Light backgroundsTable row hoverSkeleton loading
200
D7E2
#D7E2E5
Secondary backgroundsInput backgroundsDividers
300
B7CD
#B7CDD1
BordersInactive statesPlaceholder text
400
92B2
#92B2B9
Disabled statesSecondary iconsMuted text
500
739C
#739CA5
Primary brand colorCTAsActive elementsLinks
600
5880
#588089
Hover statesFocus ringsPrimary buttons hover
700
4666
#46666D
Active/pressed statesDark mode accentsSecondary text
800
3249
#32494E
Text on light backgroundsHeadingsStrong borders
900
202E
#202E32
Primary textHigh emphasis contentDark headings
950
141D
#141D1F
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --charcoal-50: #F6F8F9;
  --charcoal-100: #E9F0F1;
  --charcoal-200: #D7E2E5;
  --charcoal-300: #B7CDD1;
  --charcoal-400: #92B2B9;
  --charcoal-500: #739CA5;
  --charcoal-600: #588089;
  --charcoal-700: #46666D;
  --charcoal-800: #32494E;
  --charcoal-900: #202E32;
  --charcoal-950: #141D1F;
}
Generate More ShadesCreate PaletteConvert Color