Charcoal

#014650

Cyan

Color Codes

All color formats for development

HEX
#014650
RGB
rgb(1, 70, 80)
HSL
hsl(188, 98%, 16%)
OKLCH
oklch(0.362 0.062 211)
CMYK
cmyk(99%, 12%, 0%, 69%)

Accessibility

WCAG contrast compliance

On White Background

10.54:1

AA AAA

On Black Background

1.99:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F0FD
100
#DCFA
200
#BDF6
300
#8BEE
400
#4EE6
500
#1CDF
600
#02C1
700
#0299
800
#016E
900
#0146
950
#012C

Shades

Darker variations

1#013F49
2#013841
3#013139
4#002A30
5#002328
6#001C20
7#001518
8#000E10
9#000708

Tints

Lighter variations

1#016B7B
2#0290A6
3#02B5D0
4#03D9FA
5#2BE1FD
6#55E7FD
7#80EDFE
8#AAF3FE
9#D5F9FF

Tones

Muted variations

1#05434D
2#094049
3#0D3D45
4#113A41
5#15373D
6#193539
7#1D3235
8#212F31
9#252C2D

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F0FD
#F0FDFF
BackgroundsSubtle highlightsCard backgrounds
100
DCFA
#DCFAFF
Light backgroundsTable row hoverSkeleton loading
200
BDF6
#BDF6FE
Secondary backgroundsInput backgroundsDividers
300
8BEE
#8BEEFE
BordersInactive statesPlaceholder text
400
4EE6
#4EE6FD
Disabled statesSecondary iconsMuted text
500
1CDF
#1CDFFD
Primary brand colorCTAsActive elementsLinks
600
02C1
#02C1DE
Hover statesFocus ringsPrimary buttons hover
700
0299
#0299B1
Active/pressed statesDark mode accentsSecondary text
800
016E
#016E7E
Text on light backgroundsHeadingsStrong borders
900
0146
#014651
Primary textHigh emphasis contentDark headings
950
012C
#012C32
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --charcoal-50: #F0FDFF;
  --charcoal-100: #DCFAFF;
  --charcoal-200: #BDF6FE;
  --charcoal-300: #8BEEFE;
  --charcoal-400: #4EE6FD;
  --charcoal-500: #1CDFFD;
  --charcoal-600: #02C1DE;
  --charcoal-700: #0299B1;
  --charcoal-800: #016E7E;
  --charcoal-900: #014651;
  --charcoal-950: #012C32;
}
Generate More ShadesCreate PaletteConvert Color