Charcoal

#094849

Cyan

Color Codes

All color formats for development

HEX
#094849
RGB
rgb(9, 72, 73)
HSL
hsl(181, 78%, 16%)
OKLCH
oklch(0.366 0.059 196.6)
CMYK
cmyk(88%, 1%, 0%, 71%)

Accessibility

WCAG contrast compliance

On White Background

10.32:1

AA AAA

On Black Background

2.03:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F1FD
100
#DFFB
200
#C4F7
300
#97F1
400
#60E9
500
#33E3
600
#19C5
700
#149D
800
#0E70
900
#0948
950
#062D

Shades

Darker variations

1#084041
2#07393A
3#063233
4#052B2C
5#042424
6#041D1D
7#031516
8#020E0F
9#010707

Tints

Lighter variations

1#0E6D6F
2#129395
3#17B8BB
4#1CDEE1
5#40E5E7
6#66EAEC
7#8DEFF1
8#B3F4F6
9#D9FAFA

Tones

Muted variations

1#0C4445
2#0F4142
3#133E3F
4#163B3C
5#193839
6#1C3536
7#1F3232
8#222F2F
9#262C2C

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F1FD
#F1FDFD
BackgroundsSubtle highlightsCard backgrounds
100
DFFB
#DFFBFB
Light backgroundsTable row hoverSkeleton loading
200
C4F7
#C4F7F8
Secondary backgroundsInput backgroundsDividers
300
97F1
#97F1F2
BordersInactive statesPlaceholder text
400
60E9
#60E9EB
Disabled statesSecondary iconsMuted text
500
33E3
#33E3E6
Primary brand colorCTAsActive elementsLinks
600
19C5
#19C5C8
Hover statesFocus ringsPrimary buttons hover
700
149D
#149D9F
Active/pressed statesDark mode accentsSecondary text
800
0E70
#0E7071
Text on light backgroundsHeadingsStrong borders
900
0948
#094849
Primary textHigh emphasis contentDark headings
950
062D
#062D2D
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --charcoal-50: #F1FDFD;
  --charcoal-100: #DFFBFB;
  --charcoal-200: #C4F7F8;
  --charcoal-300: #97F1F2;
  --charcoal-400: #60E9EB;
  --charcoal-500: #33E3E6;
  --charcoal-600: #19C5C8;
  --charcoal-700: #149D9F;
  --charcoal-800: #0E7071;
  --charcoal-900: #094849;
  --charcoal-950: #062D2D;
}
Generate More ShadesCreate PaletteConvert Color