Charcoal

#333C4D

Blue

Color Codes

All color formats for development

HEX
#333C4D
RGB
rgb(51, 60, 77)
HSL
hsl(219, 20%, 25%)
OKLCH
oklch(0.355 0.032 263)
CMYK
cmyk(34%, 22%, 0%, 70%)

Accessibility

WCAG contrast compliance

On White Background

11.09:1

AA AAA

On Black Background

1.89:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F6F7
100
#EAEC
200
#D7DC
300
#B9C1
400
#94A0
500
#7585
600
#5A69
700
#4754
800
#333C
900
#2126
950
#1418

Shades

Darker variations

1#2E3645
2#29303D
3#242A36
4#1F242E
5#1A1E26
6#14181F
7#0F1217
8#0A0C0F
9#050608

Tints

Lighter variations

1#424E63
2#52607A
3#617291
4#7585A3
5#8C9AB3
6#A3AEC2
7#BAC2D1
8#D1D6E0
9#E8EBF0

Tones

Muted variations

1#343C4B
2#363D4A
3#373D49
4#383D47
5#393E46
6#3B3E45
7#3C3F44
8#3D3F42
9#3E3F41

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F6F7
#F6F7F9
BackgroundsSubtle highlightsCard backgrounds
100
EAEC
#EAECF1
Light backgroundsTable row hoverSkeleton loading
200
D7DC
#D7DCE4
Secondary backgroundsInput backgroundsDividers
300
B9C1
#B9C1D0
BordersInactive statesPlaceholder text
400
94A0
#94A0B8
Disabled statesSecondary iconsMuted text
500
7585
#7585A3
Primary brand colorCTAsActive elementsLinks
600
5A69
#5A6987
Hover statesFocus ringsPrimary buttons hover
700
4754
#47546B
Active/pressed statesDark mode accentsSecondary text
800
333C
#333C4D
Text on light backgroundsHeadingsStrong borders
900
2126
#212631
Primary textHigh emphasis contentDark headings
950
1418
#14181F
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --charcoal-50: #F6F7F9;
  --charcoal-100: #EAECF1;
  --charcoal-200: #D7DCE4;
  --charcoal-300: #B9C1D0;
  --charcoal-400: #94A0B8;
  --charcoal-500: #7585A3;
  --charcoal-600: #5A6987;
  --charcoal-700: #47546B;
  --charcoal-800: #333C4D;
  --charcoal-900: #212631;
  --charcoal-950: #14181F;
}
Generate More ShadesCreate PaletteConvert Color