Charcoal

#004852

Cyan

Color Codes

All color formats for development

HEX
#004852
RGB
rgb(0, 72, 82)
HSL
hsl(187, 100%, 16%)
OKLCH
oklch(0.368 0.064 210.5)
CMYK
cmyk(100%, 12%, 0%, 68%)

Accessibility

WCAG contrast compliance

On White Background

10.25:1

AA AAA

On Black Background

2.05:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F0FD
100
#DBFB
200
#BDF7
300
#8AF1
400
#4DEA
500
#1AE4
600
#00C6
700
#009E
800
#0071
900
#0048
950
#002D

Shades

Darker variations

1#004149
2#003A41
3#003239
4#002B31
5#002429
6#001D21
7#001618
8#000E10
9#000708

Tints

Lighter variations

1#006E7C
2#0094A7
3#00BAD2
4#00DFFD
5#29E6FF
6#54EBFF
7#7EF0FF
8#A9F5FF
9#D4FAFF

Tones

Muted variations

1#04454E
2#084249
3#0C3F45
4#103C41
5#14383D
6#183539
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
DBFB
#DBFBFF
Light backgroundsTable row hoverSkeleton loading
200
BDF7
#BDF7FF
Secondary backgroundsInput backgroundsDividers
300
8AF1
#8AF1FF
BordersInactive statesPlaceholder text
400
4DEA
#4DEAFF
Disabled statesSecondary iconsMuted text
500
1AE4
#1AE4FF
Primary brand colorCTAsActive elementsLinks
600
00C6
#00C6E0
Hover statesFocus ringsPrimary buttons hover
700
009E
#009EB3
Active/pressed statesDark mode accentsSecondary text
800
0071
#007180
Text on light backgroundsHeadingsStrong borders
900
0048
#004852
Primary textHigh emphasis contentDark headings
950
002D
#002D33
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --charcoal-50: #F0FDFF;
  --charcoal-100: #DBFBFF;
  --charcoal-200: #BDF7FF;
  --charcoal-300: #8AF1FF;
  --charcoal-400: #4DEAFF;
  --charcoal-500: #1AE4FF;
  --charcoal-600: #00C6E0;
  --charcoal-700: #009EB3;
  --charcoal-800: #007180;
  --charcoal-900: #004852;
  --charcoal-950: #002D33;
}
Generate More ShadesCreate PaletteConvert Color