Charcoal

#015050

Cyan

Color Codes

All color formats for development

HEX
#015050
RGB
rgb(1, 80, 80)
HSL
hsl(180, 98%, 16%)
OKLCH
oklch(0.391 0.066 194.8)
CMYK
cmyk(99%, 0%, 0%, 69%)

Accessibility

WCAG contrast compliance

On White Background

9.27:1

AA AAA

On Black Background

2.26:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F0FF
100
#DCFF
200
#BDFE
300
#8BFE
400
#4EFD
500
#1CFD
600
#02DE
700
#02B1
800
#017E
900
#0151
950
#0132

Shades

Darker variations

1#014949
2#014141
3#013939
4#003030
5#002828
6#002020
7#001818
8#001010
9#000808

Tints

Lighter variations

1#017B7B
2#02A6A6
3#02D0D0
4#03FAFA
5#2BFDFD
6#55FDFD
7#80FEFE
8#AAFEFE
9#D5FFFF

Tones

Muted variations

1#054D4D
2#094949
3#0D4545
4#114141
5#153D3D
6#193939
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
DCFF
#DCFFFF
Light backgroundsTable row hoverSkeleton loading
200
BDFE
#BDFEFE
Secondary backgroundsInput backgroundsDividers
300
8BFE
#8BFEFE
BordersInactive statesPlaceholder text
400
4EFD
#4EFDFD
Disabled statesSecondary iconsMuted text
500
1CFD
#1CFDFD
Primary brand colorCTAsActive elementsLinks
600
02DE
#02DEDE
Hover statesFocus ringsPrimary buttons hover
700
02B1
#02B1B1
Active/pressed statesDark mode accentsSecondary text
800
017E
#017E7E
Text on light backgroundsHeadingsStrong borders
900
0151
#015151
Primary textHigh emphasis contentDark headings
950
0132
#013232
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --charcoal-50: #F0FFFF;
  --charcoal-100: #DCFFFF;
  --charcoal-200: #BDFEFE;
  --charcoal-300: #8BFEFE;
  --charcoal-400: #4EFDFD;
  --charcoal-500: #1CFDFD;
  --charcoal-600: #02DEDE;
  --charcoal-700: #02B1B1;
  --charcoal-800: #017E7E;
  --charcoal-900: #015151;
  --charcoal-950: #013232;
}
Generate More ShadesCreate PaletteConvert Color