Charcoal

#084945

Cyan

Color Codes

All color formats for development

HEX
#084945
RGB
rgb(8, 73, 69)
HSL
hsl(176, 80%, 16%)
OKLCH
oklch(0.367 0.06 188.3)
CMYK
cmyk(89%, 0%, 5%, 71%)

Accessibility

WCAG contrast compliance

On White Background

10.25:1

AA AAA

On Black Background

2.05:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F1FD
100
#DFFB
200
#C3F8
300
#95F3
400
#5EED
500
#30E8
600
#16CA
700
#12A1
800
#0D73
900
#0849
950
#052E

Shades

Darker variations

1#07423E
2#073B37
3#063330
4#052C29
5#042523
6#031D1C
7#021615
8#020F0E
9#010707

Tints

Lighter variations

1#0C7069
2#11978E
3#15BDB2
4#19E4D6
5#3EEADE
6#65EEE5
7#8BF2EB
8#B2F6F2
9#D8FBF8

Tones

Muted variations

1#0B4642
2#0F433F
3#12403D
4#153C3A
5#183937
6#1C3634
7#1F3331
8#222F2E
9#262C2C

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F1FD
#F1FDFD
BackgroundsSubtle highlightsCard backgrounds
100
DFFB
#DFFBFA
Light backgroundsTable row hoverSkeleton loading
200
C3F8
#C3F8F5
Secondary backgroundsInput backgroundsDividers
300
95F3
#95F3ED
BordersInactive statesPlaceholder text
400
5EED
#5EEDE4
Disabled statesSecondary iconsMuted text
500
30E8
#30E8DC
Primary brand colorCTAsActive elementsLinks
600
16CA
#16CABE
Hover statesFocus ringsPrimary buttons hover
700
12A1
#12A197
Active/pressed statesDark mode accentsSecondary text
800
0D73
#0D736C
Text on light backgroundsHeadingsStrong borders
900
0849
#084945
Primary textHigh emphasis contentDark headings
950
052E
#052E2B
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --charcoal-50: #F1FDFD;
  --charcoal-100: #DFFBFA;
  --charcoal-200: #C3F8F5;
  --charcoal-300: #95F3ED;
  --charcoal-400: #5EEDE4;
  --charcoal-500: #30E8DC;
  --charcoal-600: #16CABE;
  --charcoal-700: #12A197;
  --charcoal-800: #0D736C;
  --charcoal-900: #084945;
  --charcoal-950: #052E2B;
}
Generate More ShadesCreate PaletteConvert Color