Charcoal

#005240

Cyan

Color Codes

All color formats for development

HEX
#005240
RGB
rgb(0, 82, 64)
HSL
hsl(167, 100%, 16%)
OKLCH
oklch(0.391 0.076 171.5)
CMYK
cmyk(100%, 0%, 22%, 68%)

Accessibility

WCAG contrast compliance

On White Background

9.21:1

AA AAA

On Black Background

2.28: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#00493A
2#004133
3#00392D
4#003126
5#002920
6#00211A
7#001813
8#00100D
9#000806

Tints

Lighter variations

1#007C61
2#00A783
3#00D2A5
4#00FDC6
5#29FFD1
6#54FFDA
7#7EFFE3
8#A9FFEC
9#D4FFF6

Tones

Muted variations

1#044E3E
2#08493B
3#0C4539
4#104137
5#143D34
6#183932
7#1D3530
8#21312D
9#252D2B

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F0FF
#F0FFFC
BackgroundsSubtle highlightsCard backgrounds
100
DBFF
#DBFFF7
Light backgroundsTable row hoverSkeleton loading
200
BDFF
#BDFFF1
Secondary backgroundsInput backgroundsDividers
300
8AFF
#8AFFE6
BordersInactive statesPlaceholder text
400
4DFF
#4DFFD8
Disabled statesSecondary iconsMuted text
500
1AFF
#1AFFCD
Primary brand colorCTAsActive elementsLinks
600
00E0
#00E0B0
Hover statesFocus ringsPrimary buttons hover
700
00B3
#00B38C
Active/pressed statesDark mode accentsSecondary text
800
0080
#008064
Text on light backgroundsHeadingsStrong borders
900
0052
#005240
Primary textHigh emphasis contentDark headings
950
0033
#003328
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --charcoal-50: #F0FFFC;
  --charcoal-100: #DBFFF7;
  --charcoal-200: #BDFFF1;
  --charcoal-300: #8AFFE6;
  --charcoal-400: #4DFFD8;
  --charcoal-500: #1AFFCD;
  --charcoal-600: #00E0B0;
  --charcoal-700: #00B38C;
  --charcoal-800: #008064;
  --charcoal-900: #005240;
  --charcoal-950: #003328;
}
Generate More ShadesCreate PaletteConvert Color