Charcoal

#213131

Cyan

Color Codes

All color formats for development

HEX
#213131
RGB
rgb(33, 49, 49)
HSL
hsl(180, 20%, 16%)
OKLCH
oklch(0.299 0.021 196.1)
CMYK
cmyk(33%, 0%, 0%, 81%)

Accessibility

WCAG contrast compliance

On White Background

13.56:1

AA AAA

On Black Background

1.55:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F6F9
100
#EAF1
200
#D7E4
300
#B9D0
400
#94B8
500
#75A3
600
#5A87
700
#476B
800
#334D
900
#2131
950
#141F

Shades

Darker variations

1#1D2C2C
2#1A2727
3#172222
4#141D1D
5#101818
6#0D1414
7#0A0F0F
8#070A0A
9#030505

Tints

Lighter variations

1#324B4B
2#436464
3#547E7E
4#659898
5#7EA9A9
6#98BABA
7#B2CCCC
8#CCDDDD
9#E5EEEE

Tones

Muted variations

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

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F6F9
#F6F9F9
BackgroundsSubtle highlightsCard backgrounds
100
EAF1
#EAF1F1
Light backgroundsTable row hoverSkeleton loading
200
D7E4
#D7E4E4
Secondary backgroundsInput backgroundsDividers
300
B9D0
#B9D0D0
BordersInactive statesPlaceholder text
400
94B8
#94B8B8
Disabled statesSecondary iconsMuted text
500
75A3
#75A3A3
Primary brand colorCTAsActive elementsLinks
600
5A87
#5A8787
Hover statesFocus ringsPrimary buttons hover
700
476B
#476B6B
Active/pressed statesDark mode accentsSecondary text
800
334D
#334D4D
Text on light backgroundsHeadingsStrong borders
900
2131
#213131
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: #EAF1F1;
  --charcoal-200: #D7E4E4;
  --charcoal-300: #B9D0D0;
  --charcoal-400: #94B8B8;
  --charcoal-500: #75A3A3;
  --charcoal-600: #5A8787;
  --charcoal-700: #476B6B;
  --charcoal-800: #334D4D;
  --charcoal-900: #213131;
  --charcoal-950: #141F1F;
}
Generate More ShadesCreate PaletteConvert Color