Charcoal

#0C4539

Cyan

Color Codes

All color formats for development

HEX
#0C4539
RGB
rgb(12, 69, 57)
HSL
hsl(167, 70%, 16%)
OKLCH
oklch(0.351 0.06 174.9)
CMYK
cmyk(83%, 0%, 17%, 73%)

Accessibility

WCAG contrast compliance

On White Background

10.90:1

AA AAA

On Black Background

1.93:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F2FD
100
#E1FA
200
#C7F5
300
#9BED
400
#67E4
500
#3CDD
600
#22BF
700
#1B98
800
#136C
900
#0C45
950
#082B

Shades

Darker variations

1#0B3E33
2#0A372E
3#093128
4#072A22
5#06231C
6#051C17
7#041511
8#020E0B
9#010706

Tints

Lighter variations

1#136A57
2#198E75
3#20B393
4#26D7B1
5#49DFBE
6#6DE5CB
7#92ECD8
8#B6F2E5
9#DBF9F2

Tones

Muted variations

1#0F4337
2#124036
3#153D34
4#183A33
5#1B3731
6#1D342F
7#20312E
8#232F2C
9#262C2A

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F2FD
#F2FDFA
BackgroundsSubtle highlightsCard backgrounds
100
E1FA
#E1FAF4
Light backgroundsTable row hoverSkeleton loading
200
C7F5
#C7F5EB
Secondary backgroundsInput backgroundsDividers
300
9BED
#9BEDDC
BordersInactive statesPlaceholder text
400
67E4
#67E4C9
Disabled statesSecondary iconsMuted text
500
3CDD
#3CDDBA
Primary brand colorCTAsActive elementsLinks
600
22BF
#22BF9D
Hover statesFocus ringsPrimary buttons hover
700
1B98
#1B987D
Active/pressed statesDark mode accentsSecondary text
800
136C
#136C59
Text on light backgroundsHeadingsStrong borders
900
0C45
#0C4539
Primary textHigh emphasis contentDark headings
950
082B
#082B24
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --charcoal-50: #F2FDFA;
  --charcoal-100: #E1FAF4;
  --charcoal-200: #C7F5EB;
  --charcoal-300: #9BEDDC;
  --charcoal-400: #67E4C9;
  --charcoal-500: #3CDDBA;
  --charcoal-600: #22BF9D;
  --charcoal-700: #1B987D;
  --charcoal-800: #136C59;
  --charcoal-900: #0C4539;
  --charcoal-950: #082B24;
}
Generate More ShadesCreate PaletteConvert Color