Charcoal

#08484A

Cyan

Color Codes

All color formats for development

HEX
#08484A
RGB
rgb(8, 72, 74)
HSL
hsl(182, 80%, 16%)
OKLCH
oklch(0.366 0.059 198.2)
CMYK
cmyk(89%, 3%, 0%, 71%)

Accessibility

WCAG contrast compliance

On White Background

10.31:1

AA AAA

On Black Background

2.04:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F1FD
100
#DFFA
200
#C3F7
300
#95F0
400
#5EE8
500
#30E2
600
#16C4
700
#129C
800
#0D6F
900
#0847
950
#052D

Shades

Darker variations

1#074042
2#07393B
3#063233
4#052B2C
5#042425
6#031D1D
7#021516
8#020E0F
9#010707

Tints

Lighter variations

1#0C6D70
2#119297
3#15B8BD
4#19DDE4
5#3EE4EA
6#65E9EE
7#8BEFF2
8#B2F4F6
9#D8FAFB

Tones

Muted variations

1#0B4446
2#0F4143
3#123E40
4#153B3C
5#183839
6#1C3536
7#1F3233
8#222F2F
9#262C2C

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F1FD
#F1FDFD
BackgroundsSubtle highlightsCard backgrounds
100
DFFA
#DFFAFB
Light backgroundsTable row hoverSkeleton loading
200
C3F7
#C3F7F8
Secondary backgroundsInput backgroundsDividers
300
95F0
#95F0F3
BordersInactive statesPlaceholder text
400
5EE8
#5EE8ED
Disabled statesSecondary iconsMuted text
500
30E2
#30E2E8
Primary brand colorCTAsActive elementsLinks
600
16C4
#16C4CA
Hover statesFocus ringsPrimary buttons hover
700
129C
#129CA1
Active/pressed statesDark mode accentsSecondary text
800
0D6F
#0D6F73
Text on light backgroundsHeadingsStrong borders
900
0847
#084749
Primary textHigh emphasis contentDark headings
950
052D
#052D2E
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --charcoal-50: #F1FDFD;
  --charcoal-100: #DFFAFB;
  --charcoal-200: #C3F7F8;
  --charcoal-300: #95F0F3;
  --charcoal-400: #5EE8ED;
  --charcoal-500: #30E2E8;
  --charcoal-600: #16C4CA;
  --charcoal-700: #129CA1;
  --charcoal-800: #0D6F73;
  --charcoal-900: #084749;
  --charcoal-950: #052D2E;
}
Generate More ShadesCreate PaletteConvert Color