Charcoal

#24505C

Cyan

Color Codes

All color formats for development

HEX
#24505C
RGB
rgb(36, 80, 92)
HSL
hsl(193, 44%, 25%)
OKLCH
oklch(0.405 0.052 218.1)
CMYK
cmyk(61%, 13%, 0%, 64%)

Accessibility

WCAG contrast compliance

On White Background

8.83:1

AA AAA

On Black Background

2.38:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F4F9
100
#E5F2
200
#CFE6
300
#ABD3
400
#7EBC
500
#5AA9
600
#3F8C
700
#3270
800
#2450
900
#1733
950
#0E20

Shades

Darker variations

1#204853
2#1D4049
3#193840
4#153037
5#12282E
6#0E2025
7#0B181C
8#071012
9#040809

Tints

Lighter variations

1#2E6877
2#397F93
3#4497AE
4#5AA9BF
5#75B7C9
6#91C6D4
7#ACD4DF
8#C8E2EA
9#E3F1F4

Tones

Muted variations

1#274E59
2#294C56
3#2C4B53
4#2F4951
5#32484E
6#35464B
7#374548
8#3A4345
9#3D4143

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F4F9
#F4F9FB
BackgroundsSubtle highlightsCard backgrounds
100
E5F2
#E5F2F5
Light backgroundsTable row hoverSkeleton loading
200
CFE6
#CFE6EC
Secondary backgroundsInput backgroundsDividers
300
ABD3
#ABD3DE
BordersInactive statesPlaceholder text
400
7EBC
#7EBCCD
Disabled statesSecondary iconsMuted text
500
5AA9
#5AA9BF
Primary brand colorCTAsActive elementsLinks
600
3F8C
#3F8CA2
Hover statesFocus ringsPrimary buttons hover
700
3270
#327081
Active/pressed statesDark mode accentsSecondary text
800
2450
#24505C
Text on light backgroundsHeadingsStrong borders
900
1733
#17333B
Primary textHigh emphasis contentDark headings
950
0E20
#0E2025
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --charcoal-50: #F4F9FB;
  --charcoal-100: #E5F2F5;
  --charcoal-200: #CFE6EC;
  --charcoal-300: #ABD3DE;
  --charcoal-400: #7EBCCD;
  --charcoal-500: #5AA9BF;
  --charcoal-600: #3F8CA2;
  --charcoal-700: #327081;
  --charcoal-800: #24505C;
  --charcoal-900: #17333B;
  --charcoal-950: #0E2025;
}
Generate More ShadesCreate PaletteConvert Color