Charcoal

#374648

Cyan

Color Codes

All color formats for development

HEX
#374648
RGB
rgb(55, 70, 72)
HSL
hsl(187, 13%, 25%)
OKLCH
oklch(0.382 0.02 206.3)
CMYK
cmyk(24%, 3%, 0%, 72%)

Accessibility

WCAG contrast compliance

On White Background

9.85: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
#EBEF
200
#DAE1
300
#BDCA
400
#9AAF
500
#7D98
600
#627B
700
#4E62
800
#3746
900
#232D
950
#161C

Shades

Darker variations

1#323F41
2#2C383A
3#273132
4#212A2B
5#1C2324
6#161C1D
7#111516
8#0B0E0E
9#060707

Tints

Lighter variations

1#485B5E
2#597073
3#698589
4#7D989B
5#93A9AC
6#A9BABC
7#BECBCD
8#D4DDDE
9#E9EEEE

Tones

Muted variations

1#384547
2#394546
3#3A4446
4#3B4445
5#3C4344
6#3C4243
7#3D4242
8#3E4141
9#3F4041

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F6F8
#F6F8F8
BackgroundsSubtle highlightsCard backgrounds
100
EBEF
#EBEFEF
Light backgroundsTable row hoverSkeleton loading
200
DAE1
#DAE1E2
Secondary backgroundsInput backgroundsDividers
300
BDCA
#BDCACC
BordersInactive statesPlaceholder text
400
9AAF
#9AAFB1
Disabled statesSecondary iconsMuted text
500
7D98
#7D989B
Primary brand colorCTAsActive elementsLinks
600
627B
#627B7F
Hover statesFocus ringsPrimary buttons hover
700
4E62
#4E6265
Active/pressed statesDark mode accentsSecondary text
800
3746
#374648
Text on light backgroundsHeadingsStrong borders
900
232D
#232D2E
Primary textHigh emphasis contentDark headings
950
161C
#161C1D
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --charcoal-50: #F6F8F8;
  --charcoal-100: #EBEFEF;
  --charcoal-200: #DAE1E2;
  --charcoal-300: #BDCACC;
  --charcoal-400: #9AAFB1;
  --charcoal-500: #7D989B;
  --charcoal-600: #627B7F;
  --charcoal-700: #4E6265;
  --charcoal-800: #374648;
  --charcoal-900: #232D2E;
  --charcoal-950: #161C1D;
}
Generate More ShadesCreate PaletteConvert Color