Charcoal

#0D4442

Cyan

Color Codes

All color formats for development

HEX
#0D4442
RGB
rgb(13, 68, 66)
HSL
hsl(178, 68%, 16%)
OKLCH
oklch(0.352 0.055 191.3)
CMYK
cmyk(81%, 0%, 3%, 73%)

Accessibility

WCAG contrast compliance

On White Background

10.92:1

AA AAA

On Black Background

1.92:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F2FD
100
#E1F9
200
#C7F4
300
#9CEC
400
#69E2
500
#3EDA
600
#24BC
700
#1D96
800
#146B
900
#0D45
950
#082B

Shades

Darker variations

1#0C3E3C
2#0A3735
3#09302F
4#082928
5#072221
6#051B1B
7#041514
8#030E0D
9#010707

Tints

Lighter variations

1#146966
2#1B8D89
3#22B1AC
4#28D4CF
5#4BDDD8
6#6FE4E0
7#93EAE8
8#B7F1EF
9#DBF8F7

Tones

Muted variations

1#104240
2#133F3E
3#153C3B
4#183938
5#1B3736
6#1E3433
7#203131
8#232E2E
9#262C2B

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F2FD
#F2FDFC
BackgroundsSubtle highlightsCard backgrounds
100
E1F9
#E1F9F8
Light backgroundsTable row hoverSkeleton loading
200
C7F4
#C7F4F3
Secondary backgroundsInput backgroundsDividers
300
9CEC
#9CECEA
BordersInactive statesPlaceholder text
400
69E2
#69E2DE
Disabled statesSecondary iconsMuted text
500
3EDA
#3EDAD5
Primary brand colorCTAsActive elementsLinks
600
24BC
#24BCB7
Hover statesFocus ringsPrimary buttons hover
700
1D96
#1D9692
Active/pressed statesDark mode accentsSecondary text
800
146B
#146B68
Text on light backgroundsHeadingsStrong borders
900
0D45
#0D4543
Primary textHigh emphasis contentDark headings
950
082B
#082B2A
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --charcoal-50: #F2FDFC;
  --charcoal-100: #E1F9F8;
  --charcoal-200: #C7F4F3;
  --charcoal-300: #9CECEA;
  --charcoal-400: #69E2DE;
  --charcoal-500: #3EDAD5;
  --charcoal-600: #24BCB7;
  --charcoal-700: #1D9692;
  --charcoal-800: #146B68;
  --charcoal-900: #0D4543;
  --charcoal-950: #082B2A;
}
Generate More ShadesCreate PaletteConvert Color