Charcoal

#0D4443

Cyan

Color Codes

All color formats for development

HEX
#0D4443
RGB
rgb(13, 68, 67)
HSL
hsl(179, 68%, 16%)
OKLCH
oklch(0.353 0.054 193.1)
CMYK
cmyk(81%, 0%, 1%, 73%)

Accessibility

WCAG contrast compliance

On White Background

10.91: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
#E1F9
200
#C7F4
300
#9CEC
400
#69E2
500
#3EDA
600
#24BC
700
#1D96
800
#146B
900
#0D45
950
#082B

Shades

Darker variations

1#0C3E3D
2#0A3736
3#09302F
4#082929
5#072222
6#051B1B
7#041514
8#030E0E
9#010707

Tints

Lighter variations

1#146967
2#1B8D8B
3#22B1AE
4#28D4D2
5#4BDDDA
6#6FE4E2
7#93EAE9
8#B7F1F0
9#DBF8F8

Tones

Muted variations

1#104241
2#133F3E
3#153C3C
4#183939
5#1B3736
6#1E3434
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
#E1F9F9
Light backgroundsTable row hoverSkeleton loading
200
C7F4
#C7F4F4
Secondary backgroundsInput backgroundsDividers
300
9CEC
#9CECEB
BordersInactive statesPlaceholder text
400
69E2
#69E2E0
Disabled statesSecondary iconsMuted text
500
3EDA
#3EDAD8
Primary brand colorCTAsActive elementsLinks
600
24BC
#24BCBA
Hover statesFocus ringsPrimary buttons hover
700
1D96
#1D9694
Active/pressed statesDark mode accentsSecondary text
800
146B
#146B6A
Text on light backgroundsHeadingsStrong borders
900
0D45
#0D4544
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: #E1F9F9;
  --charcoal-200: #C7F4F4;
  --charcoal-300: #9CECEB;
  --charcoal-400: #69E2E0;
  --charcoal-500: #3EDAD8;
  --charcoal-600: #24BCBA;
  --charcoal-700: #1D9694;
  --charcoal-800: #146B6A;
  --charcoal-900: #0D4544;
  --charcoal-950: #082B2A;
}
Generate More ShadesCreate PaletteConvert Color