Charcoal

#005248

Cyan

Color Codes

All color formats for development

HEX
#005248
RGB
rgb(0, 82, 72)
HSL
hsl(173, 100%, 16%)
OKLCH
oklch(0.393 0.071 181)
CMYK
cmyk(100%, 0%, 12%, 68%)

Accessibility

WCAG contrast compliance

On White Background

9.13:1

AA AAA

On Black Background

2.30:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F0FF
100
#DBFF
200
#BDFF
300
#8AFF
400
#4DFF
500
#1AFF
600
#00E0
700
#00B3
800
#0080
900
#0052
950
#0033

Shades

Darker variations

1#004941
2#00413A
3#003932
4#00312B
5#002924
6#00211D
7#001816
8#00100E
9#000807

Tints

Lighter variations

1#007C6E
2#00A794
3#00D2BA
4#00FDDF
5#29FFE6
6#54FFEB
7#7EFFF0
8#A9FFF5
9#D4FFFA

Tones

Muted variations

1#044E45
2#084942
3#0C453F
4#10413C
5#143D38
6#183935
7#1D3532
8#21312F
9#252D2C

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F0FF
#F0FFFD
BackgroundsSubtle highlightsCard backgrounds
100
DBFF
#DBFFFB
Light backgroundsTable row hoverSkeleton loading
200
BDFF
#BDFFF7
Secondary backgroundsInput backgroundsDividers
300
8AFF
#8AFFF1
BordersInactive statesPlaceholder text
400
4DFF
#4DFFEA
Disabled statesSecondary iconsMuted text
500
1AFF
#1AFFE4
Primary brand colorCTAsActive elementsLinks
600
00E0
#00E0C6
Hover statesFocus ringsPrimary buttons hover
700
00B3
#00B39E
Active/pressed statesDark mode accentsSecondary text
800
0080
#008071
Text on light backgroundsHeadingsStrong borders
900
0052
#005248
Primary textHigh emphasis contentDark headings
950
0033
#00332D
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --charcoal-50: #F0FFFD;
  --charcoal-100: #DBFFFB;
  --charcoal-200: #BDFFF7;
  --charcoal-300: #8AFFF1;
  --charcoal-400: #4DFFEA;
  --charcoal-500: #1AFFE4;
  --charcoal-600: #00E0C6;
  --charcoal-700: #00B39E;
  --charcoal-800: #008071;
  --charcoal-900: #005248;
  --charcoal-950: #00332D;
}
Generate More ShadesCreate PaletteConvert Color