Charcoal

#203232

Cyan

Color Codes

All color formats for development

HEX
#203232
RGB
rgb(32, 50, 50)
HSL
hsl(180, 22%, 16%)
OKLCH
oklch(0.302 0.023 196)
CMYK
cmyk(36%, 0%, 0%, 80%)

Accessibility

WCAG contrast compliance

On White Background

13.43:1

AA AAA

On Black Background

1.56:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F6F9
100
#E9F1
200
#D7E5
300
#B7D1
400
#92B9
500
#73A5
600
#5889
700
#466D
800
#324E
900
#2032
950
#141F

Shades

Darker variations

1#1D2D2D
2#192828
3#162323
4#131E1E
5#101919
6#0D1414
7#0A0F0F
8#060A0A
9#030505

Tints

Lighter variations

1#314C4C
2#416666
3#528080
4#639A9A
5#7CABAB
6#96BCBC
7#B1CDCD
8#CBDEDE
9#E5EEEE

Tones

Muted variations

1#213131
2#223030
3#232F2F
4#232E2E
5#242D2D
6#252C2C
7#262B2B
8#272B2B
9#282A2A

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F6F9
#F6F9F9
BackgroundsSubtle highlightsCard backgrounds
100
E9F1
#E9F1F1
Light backgroundsTable row hoverSkeleton loading
200
D7E5
#D7E5E5
Secondary backgroundsInput backgroundsDividers
300
B7D1
#B7D1D1
BordersInactive statesPlaceholder text
400
92B9
#92B9B9
Disabled statesSecondary iconsMuted text
500
73A5
#73A5A5
Primary brand colorCTAsActive elementsLinks
600
5889
#588989
Hover statesFocus ringsPrimary buttons hover
700
466D
#466D6D
Active/pressed statesDark mode accentsSecondary text
800
324E
#324E4E
Text on light backgroundsHeadingsStrong borders
900
2032
#203232
Primary textHigh emphasis contentDark headings
950
141F
#141F1F
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --charcoal-50: #F6F9F9;
  --charcoal-100: #E9F1F1;
  --charcoal-200: #D7E5E5;
  --charcoal-300: #B7D1D1;
  --charcoal-400: #92B9B9;
  --charcoal-500: #73A5A5;
  --charcoal-600: #588989;
  --charcoal-700: #466D6D;
  --charcoal-800: #324E4E;
  --charcoal-900: #203232;
  --charcoal-950: #141F1F;
}
Generate More ShadesCreate PaletteConvert Color