Charcoal

#014951

Cyan

Color Codes

All color formats for development

HEX
#014951
RGB
rgb(1, 73, 81)
HSL
hsl(186, 98%, 16%)
OKLCH
oklch(0.371 0.063 207.4)
CMYK
cmyk(99%, 10%, 0%, 68%)

Accessibility

WCAG contrast compliance

On White Background

10.13:1

AA AAA

On Black Background

2.07:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F0FD
100
#DCFB
200
#BDF8
300
#8BF2
400
#4EEC
500
#1CE6
600
#02C8
700
#029F
800
#0172
900
#0149
950
#012D

Shades

Darker variations

1#014249
2#013A41
3#013339
4#002C30
5#002428
6#001D20
7#001618
8#000F10
9#000708

Tints

Lighter variations

1#016F7B
2#0295A6
3#02BBD0
4#03E2FA
5#2BE8FD
6#55ECFD
7#80F1FE
8#AAF6FE
9#D5FAFF

Tones

Muted variations

1#05464D
2#094249
3#0D3F45
4#113C41
5#15393D
6#193639
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
DCFB
#DCFBFF
Light backgroundsTable row hoverSkeleton loading
200
BDF8
#BDF8FE
Secondary backgroundsInput backgroundsDividers
300
8BF2
#8BF2FE
BordersInactive statesPlaceholder text
400
4EEC
#4EECFD
Disabled statesSecondary iconsMuted text
500
1CE6
#1CE6FD
Primary brand colorCTAsActive elementsLinks
600
02C8
#02C8DE
Hover statesFocus ringsPrimary buttons hover
700
029F
#029FB1
Active/pressed statesDark mode accentsSecondary text
800
0172
#01727E
Text on light backgroundsHeadingsStrong borders
900
0149
#014951
Primary textHigh emphasis contentDark headings
950
012D
#012D32
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --charcoal-50: #F0FDFF;
  --charcoal-100: #DCFBFF;
  --charcoal-200: #BDF8FE;
  --charcoal-300: #8BF2FE;
  --charcoal-400: #4EECFD;
  --charcoal-500: #1CE6FD;
  --charcoal-600: #02C8DE;
  --charcoal-700: #029FB1;
  --charcoal-800: #01727E;
  --charcoal-900: #014951;
  --charcoal-950: #012D32;
}
Generate More ShadesCreate PaletteConvert Color