Charcoal

#0D4436

Cyan

Color Codes

All color formats for development

HEX
#0D4436
RGB
rgb(13, 68, 54)
HSL
hsl(165, 68%, 16%)
OKLCH
oklch(0.348 0.061 171.6)
CMYK
cmyk(81%, 0%, 21%, 73%)

Accessibility

WCAG contrast compliance

On White Background

11.07:1

AA AAA

On Black Background

1.90: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#0C3E31
2#0A372C
3#093026
4#082921
5#07221B
6#051B16
7#041510
8#030E0B
9#010705

Tints

Lighter variations

1#146953
2#1B8D70
3#22B18D
4#28D4A9
5#4BDDB8
6#6FE4C6
7#93EAD5
8#B7F1E3
9#DBF8F1

Tones

Muted variations

1#104235
2#133F34
3#153C33
4#183931
5#1B3730
6#1E342E
7#20312D
8#232E2C
9#262C2A

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F2FD
#F2FDFA
BackgroundsSubtle highlightsCard backgrounds
100
E1F9
#E1F9F3
Light backgroundsTable row hoverSkeleton loading
200
C7F4
#C7F4E9
Secondary backgroundsInput backgroundsDividers
300
9CEC
#9CECD8
BordersInactive statesPlaceholder text
400
69E2
#69E2C4
Disabled statesSecondary iconsMuted text
500
3EDA
#3EDAB3
Primary brand colorCTAsActive elementsLinks
600
24BC
#24BC96
Hover statesFocus ringsPrimary buttons hover
700
1D96
#1D9678
Active/pressed statesDark mode accentsSecondary text
800
146B
#146B55
Text on light backgroundsHeadingsStrong borders
900
0D45
#0D4537
Primary textHigh emphasis contentDark headings
950
082B
#082B22
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --charcoal-50: #F2FDFA;
  --charcoal-100: #E1F9F3;
  --charcoal-200: #C7F4E9;
  --charcoal-300: #9CECD8;
  --charcoal-400: #69E2C4;
  --charcoal-500: #3EDAB3;
  --charcoal-600: #24BC96;
  --charcoal-700: #1D9678;
  --charcoal-800: #146B55;
  --charcoal-900: #0D4537;
  --charcoal-950: #082B22;
}
Generate More ShadesCreate PaletteConvert Color