Charcoal

#2B4B55

Cyan

Color Codes

All color formats for development

HEX
#2B4B55
RGB
rgb(43, 75, 85)
HSL
hsl(194, 33%, 25%)
OKLCH
oklch(0.392 0.041 219.9)
CMYK
cmyk(49%, 12%, 0%, 67%)

Accessibility

WCAG contrast compliance

On White Background

9.37:1

AA AAA

On Black Background

2.24:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F5F9
100
#E7F0
200
#D3E4
300
#B1CF
400
#88B5
500
#66A0
600
#4B84
700
#3C69
800
#2B4B
900
#1B30
950
#111E

Shades

Darker variations

1#26434C
2#223C44
3#1E343B
4#1A2D33
5#15252A
6#111E22
7#0D1619
8#090F11
9#040708

Tints

Lighter variations

1#38616E
2#447888
3#518EA1
4#66A0B2
5#80B0BF
6#99C0CC
7#B3D0D9
8#CCDFE5
9#E6EFF2

Tones

Muted variations

1#2D4A53
2#2F4951
3#31484E
4#33464C
5#35454A
6#374448
7#394346
8#3C4244
9#3E4142

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F5F9
#F5F9FA
BackgroundsSubtle highlightsCard backgrounds
100
E7F0
#E7F0F3
Light backgroundsTable row hoverSkeleton loading
200
D3E4
#D3E4E9
Secondary backgroundsInput backgroundsDividers
300
B1CF
#B1CFD8
BordersInactive statesPlaceholder text
400
88B5
#88B5C3
Disabled statesSecondary iconsMuted text
500
66A0
#66A0B2
Primary brand colorCTAsActive elementsLinks
600
4B84
#4B8495
Hover statesFocus ringsPrimary buttons hover
700
3C69
#3C6977
Active/pressed statesDark mode accentsSecondary text
800
2B4B
#2B4B55
Text on light backgroundsHeadingsStrong borders
900
1B30
#1B3036
Primary textHigh emphasis contentDark headings
950
111E
#111E22
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --charcoal-50: #F5F9FA;
  --charcoal-100: #E7F0F3;
  --charcoal-200: #D3E4E9;
  --charcoal-300: #B1CFD8;
  --charcoal-400: #88B5C3;
  --charcoal-500: #66A0B2;
  --charcoal-600: #4B8495;
  --charcoal-700: #3C6977;
  --charcoal-800: #2B4B55;
  --charcoal-900: #1B3036;
  --charcoal-950: #111E22;
}
Generate More ShadesCreate PaletteConvert Color