Charcoal

#064C46

Cyan

Color Codes

All color formats for development

HEX
#064C46
RGB
rgb(6, 76, 70)
HSL
hsl(175, 85%, 16%)
OKLCH
oklch(0.376 0.064 185.6)
CMYK
cmyk(92%, 0%, 8%, 70%)

Accessibility

WCAG contrast compliance

On White Background

9.86:1

AA AAA

On Black Background

2.13:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F1FE
100
#DEFC
200
#C2FA
300
#92F6
400
#5AF2
500
#2BEE
600
#11D0
700
#0DA5
800
#0A76
900
#064B
950
#042F

Shades

Darker variations

1#06443F
2#053C38
3#043531
4#042D2A
5#032623
6#021E1C
7#021715
8#010F0E
9#010807

Tints

Lighter variations

1#09736A
2#0D9B8F
3#10C2B3
4#13EAD8
5#39EFE0
6#60F2E6
7#88F5EC
8#B0F9F3
9#D7FCF9

Tones

Muted variations

1#0A4843
2#0D4540
3#11413D
4#143E3A
5#173A37
6#1B3734
7#1E3331
8#22302F
9#252C2C

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F1FE
#F1FEFD
BackgroundsSubtle highlightsCard backgrounds
100
DEFC
#DEFCFA
Light backgroundsTable row hoverSkeleton loading
200
C2FA
#C2FAF5
Secondary backgroundsInput backgroundsDividers
300
92F6
#92F6EE
BordersInactive statesPlaceholder text
400
5AF2
#5AF2E5
Disabled statesSecondary iconsMuted text
500
2BEE
#2BEEDE
Primary brand colorCTAsActive elementsLinks
600
11D0
#11D0C0
Hover statesFocus ringsPrimary buttons hover
700
0DA5
#0DA598
Active/pressed statesDark mode accentsSecondary text
800
0A76
#0A766D
Text on light backgroundsHeadingsStrong borders
900
064B
#064B46
Primary textHigh emphasis contentDark headings
950
042F
#042F2C
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --charcoal-50: #F1FEFD;
  --charcoal-100: #DEFCFA;
  --charcoal-200: #C2FAF5;
  --charcoal-300: #92F6EE;
  --charcoal-400: #5AF2E5;
  --charcoal-500: #2BEEDE;
  --charcoal-600: #11D0C0;
  --charcoal-700: #0DA598;
  --charcoal-800: #0A766D;
  --charcoal-900: #064B46;
  --charcoal-950: #042F2C;
}
Generate More ShadesCreate PaletteConvert Color