Charcoal

#21515E

Cyan

Color Codes

All color formats for development

HEX
#21515E
RGB
rgb(33, 81, 94)
HSL
hsl(193, 48%, 25%)
OKLCH
oklch(0.408 0.056 218.4)
CMYK
cmyk(65%, 14%, 0%, 63%)

Accessibility

WCAG contrast compliance

On White Background

8.74:1

AA AAA

On Black Background

2.40:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F4F9
100
#E5F2
200
#CEE7
300
#A8D4
400
#7BBE
500
#55AB
600
#3A8F
700
#2E72
800
#2151
900
#1534
950
#0D20

Shades

Darker variations

1#1E4955
2#1B414B
3#173942
4#143139
5#11292F
6#0D2026
7#0A181C
8#071013
9#030809

Tints

Lighter variations

1#2B697B
2#358297
3#3F9AB3
4#55ABC3
5#71B9CD
6#8EC7D7
7#AAD5E1
8#C6E3EB
9#E3F1F5

Tones

Muted variations

1#244F5B
2#274E58
3#2A4C55
4#2D4A52
5#30484F
6#34474C
7#374549
8#3A4346
9#3D4143

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F4F9
#F4F9FB
BackgroundsSubtle highlightsCard backgrounds
100
E5F2
#E5F2F6
Light backgroundsTable row hoverSkeleton loading
200
CEE7
#CEE7EE
Secondary backgroundsInput backgroundsDividers
300
A8D4
#A8D4E1
BordersInactive statesPlaceholder text
400
7BBE
#7BBED1
Disabled statesSecondary iconsMuted text
500
55AB
#55ABC3
Primary brand colorCTAsActive elementsLinks
600
3A8F
#3A8FA6
Hover statesFocus ringsPrimary buttons hover
700
2E72
#2E7284
Active/pressed statesDark mode accentsSecondary text
800
2151
#21515E
Text on light backgroundsHeadingsStrong borders
900
1534
#15343C
Primary textHigh emphasis contentDark headings
950
0D20
#0D2026
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --charcoal-50: #F4F9FB;
  --charcoal-100: #E5F2F6;
  --charcoal-200: #CEE7EE;
  --charcoal-300: #A8D4E1;
  --charcoal-400: #7BBED1;
  --charcoal-500: #55ABC3;
  --charcoal-600: #3A8FA6;
  --charcoal-700: #2E7284;
  --charcoal-800: #21515E;
  --charcoal-900: #15343C;
  --charcoal-950: #0D2026;
}
Generate More ShadesCreate PaletteConvert Color