Charcoal

#33474D

Cyan

Color Codes

All color formats for development

HEX
#33474D
RGB
rgb(51, 71, 77)
HSL
hsl(194, 20%, 25%)
OKLCH
oklch(0.384 0.027 218.2)
CMYK
cmyk(34%, 8%, 0%, 70%)

Accessibility

WCAG contrast compliance

On White Background

9.77:1

AA AAA

On Black Background

2.15:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F6F8
100
#EAEF
200
#D7E1
300
#B9CB
400
#94AF
500
#7598
600
#5A7C
700
#4763
800
#3347
900
#212D
950
#141C

Shades

Darker variations

1#2E3F45
2#29383D
3#243136
4#1F2A2E
5#1A2326
6#141C1F
7#0F1517
8#0A0E0F
9#050708

Tints

Lighter variations

1#425C63
2#52717A
3#618691
4#7598A3
5#8CAAB3
6#A3BBC2
7#BACCD1
8#D1DDE0
9#E8EEF0

Tones

Muted variations

1#34464B
2#36454A
3#374549
4#384447
5#394346
6#3B4245
7#3C4244
8#3D4142
9#3E4041

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
D7E1
#D7E1E4
Secondary backgroundsInput backgroundsDividers
300
B9CB
#B9CBD0
BordersInactive statesPlaceholder text
400
94AF
#94AFB8
Disabled statesSecondary iconsMuted text
500
7598
#7598A3
Primary brand colorCTAsActive elementsLinks
600
5A7C
#5A7C87
Hover statesFocus ringsPrimary buttons hover
700
4763
#47636B
Active/pressed statesDark mode accentsSecondary text
800
3347
#33474D
Text on light backgroundsHeadingsStrong borders
900
212D
#212D31
Primary textHigh emphasis contentDark headings
950
141C
#141C1F
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --charcoal-50: #F6F8F9;
  --charcoal-100: #EAEFF1;
  --charcoal-200: #D7E1E4;
  --charcoal-300: #B9CBD0;
  --charcoal-400: #94AFB8;
  --charcoal-500: #7598A3;
  --charcoal-600: #5A7C87;
  --charcoal-700: #47636B;
  --charcoal-800: #33474D;
  --charcoal-900: #212D31;
  --charcoal-950: #141C1F;
}
Generate More ShadesCreate PaletteConvert Color