Charcoal

#094149

Cyan

Color Codes

All color formats for development

HEX
#094149
RGB
rgb(9, 65, 73)
HSL
hsl(188, 78%, 16%)
OKLCH
oklch(0.345 0.055 209.6)
CMYK
cmyk(88%, 11%, 0%, 71%)

Accessibility

WCAG contrast compliance

On White Background

11.27:1

AA AAA

On Black Background

1.86:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F1FC
100
#DFF7
200
#C4F1
300
#97E6
400
#60D9
500
#33CE
600
#19B0
700
#148C
800
#0E64
900
#0940
950
#0628

Shades

Darker variations

1#083A41
2#07333A
3#062D33
4#05262C
5#042024
6#041A1D
7#031316
8#020D0F
9#010607

Tints

Lighter variations

1#0E626F
2#128395
3#17A5BB
4#1CC7E1
5#40D1E7
6#66DAEC
7#8DE3F1
8#B3EDF6
9#D9F6FA

Tones

Muted variations

1#0C3E45
2#0F3B42
3#13393F
4#16373C
5#193439
6#1C3236
7#1F3032
8#222D2F
9#262B2C

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F1FC
#F1FCFD
BackgroundsSubtle highlightsCard backgrounds
100
DFF7
#DFF7FB
Light backgroundsTable row hoverSkeleton loading
200
C4F1
#C4F1F8
Secondary backgroundsInput backgroundsDividers
300
97E6
#97E6F2
BordersInactive statesPlaceholder text
400
60D9
#60D9EB
Disabled statesSecondary iconsMuted text
500
33CE
#33CEE6
Primary brand colorCTAsActive elementsLinks
600
19B0
#19B0C8
Hover statesFocus ringsPrimary buttons hover
700
148C
#148C9F
Active/pressed statesDark mode accentsSecondary text
800
0E64
#0E6471
Text on light backgroundsHeadingsStrong borders
900
0940
#094049
Primary textHigh emphasis contentDark headings
950
0628
#06282D
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --charcoal-50: #F1FCFD;
  --charcoal-100: #DFF7FB;
  --charcoal-200: #C4F1F8;
  --charcoal-300: #97E6F2;
  --charcoal-400: #60D9EB;
  --charcoal-500: #33CEE6;
  --charcoal-600: #19B0C8;
  --charcoal-700: #148C9F;
  --charcoal-800: #0E6471;
  --charcoal-900: #094049;
  --charcoal-950: #06282D;
}
Generate More ShadesCreate PaletteConvert Color