Charcoal

#005252

Cyan

Color Codes

All color formats for development

HEX
#005252
RGB
rgb(0, 82, 82)
HSL
hsl(180, 100%, 16%)
OKLCH
oklch(0.397 0.068 194.8)
CMYK
cmyk(100%, 0%, 0%, 68%)

Accessibility

WCAG contrast compliance

On White Background

9.02:1

AA AAA

On Black Background

2.33: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#004949
2#004141
3#003939
4#003131
5#002929
6#002121
7#001818
8#001010
9#000808

Tints

Lighter variations

1#007C7C
2#00A7A7
3#00D2D2
4#00FDFD
5#29FFFF
6#54FFFF
7#7EFFFF
8#A9FFFF
9#D4FFFF

Tones

Muted variations

1#044E4E
2#084949
3#0C4545
4#104141
5#143D3D
6#183939
7#1D3535
8#213131
9#252D2D

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F0FF
#F0FFFF
BackgroundsSubtle highlightsCard backgrounds
100
DBFF
#DBFFFF
Light backgroundsTable row hoverSkeleton loading
200
BDFF
#BDFFFF
Secondary backgroundsInput backgroundsDividers
300
8AFF
#8AFFFF
BordersInactive statesPlaceholder text
400
4DFF
#4DFFFF
Disabled statesSecondary iconsMuted text
500
1AFF
#1AFFFF
Primary brand colorCTAsActive elementsLinks
600
00E0
#00E0E0
Hover statesFocus ringsPrimary buttons hover
700
00B3
#00B3B3
Active/pressed statesDark mode accentsSecondary text
800
0080
#008080
Text on light backgroundsHeadingsStrong borders
900
0052
#005252
Primary textHigh emphasis contentDark headings
950
0033
#003333
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --charcoal-50: #F0FFFF;
  --charcoal-100: #DBFFFF;
  --charcoal-200: #BDFFFF;
  --charcoal-300: #8AFFFF;
  --charcoal-400: #4DFFFF;
  --charcoal-500: #1AFFFF;
  --charcoal-600: #00E0E0;
  --charcoal-700: #00B3B3;
  --charcoal-800: #008080;
  --charcoal-900: #005252;
  --charcoal-950: #003333;
}
Generate More ShadesCreate PaletteConvert Color