Charcoal

#0D453F

Cyan

Color Codes

All color formats for development

HEX
#0D453F
RGB
rgb(13, 69, 63)
HSL
hsl(174, 68%, 16%)
OKLCH
oklch(0.354 0.057 184.4)
CMYK
cmyk(81%, 0%, 9%, 73%)

Accessibility

WCAG contrast compliance

On White Background

10.82:1

AA AAA

On Black Background

1.94: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#0C3E39
2#0A3732
3#09302C
4#082926
5#07221F
6#051B19
7#041513
8#030E0D
9#010706

Tints

Lighter variations

1#146960
2#1B8D81
3#22B1A2
4#28D4C3
5#4BDDCE
6#6FE4D8
7#93EAE2
8#B7F1EB
9#DBF8F5

Tones

Muted variations

1#10423D
2#133F3B
3#153C38
4#183936
5#1B3734
6#1E3432
7#20312F
8#232E2D
9#262C2B

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F2FD
#F2FDFC
BackgroundsSubtle highlightsCard backgrounds
100
E1F9
#E1F9F7
Light backgroundsTable row hoverSkeleton loading
200
C7F4
#C7F4F0
Secondary backgroundsInput backgroundsDividers
300
9CEC
#9CECE4
BordersInactive statesPlaceholder text
400
69E2
#69E2D6
Disabled statesSecondary iconsMuted text
500
3EDA
#3EDACB
Primary brand colorCTAsActive elementsLinks
600
24BC
#24BCAD
Hover statesFocus ringsPrimary buttons hover
700
1D96
#1D968A
Active/pressed statesDark mode accentsSecondary text
800
146B
#146B62
Text on light backgroundsHeadingsStrong borders
900
0D45
#0D453F
Primary textHigh emphasis contentDark headings
950
082B
#082B27
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --charcoal-50: #F2FDFC;
  --charcoal-100: #E1F9F7;
  --charcoal-200: #C7F4F0;
  --charcoal-300: #9CECE4;
  --charcoal-400: #69E2D6;
  --charcoal-500: #3EDACB;
  --charcoal-600: #24BCAD;
  --charcoal-700: #1D968A;
  --charcoal-800: #146B62;
  --charcoal-900: #0D453F;
  --charcoal-950: #082B27;
}
Generate More ShadesCreate PaletteConvert Color