Charcoal

#0D453C

Cyan

Color Codes

All color formats for development

HEX
#0D453C
RGB
rgb(13, 69, 60)
HSL
hsl(170, 68%, 16%)
OKLCH
oklch(0.353 0.058 179.4)
CMYK
cmyk(81%, 0%, 13%, 73%)

Accessibility

WCAG contrast compliance

On White Background

10.86: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#0C3E35
2#0A372F
3#09302A
4#082924
5#07221E
6#051B18
7#041512
8#030E0C
9#010706

Tints

Lighter variations

1#14695A
2#1B8D7A
3#22B199
4#28D4B8
5#4BDDC4
6#6FE4D0
7#93EADC
8#B7F1E8
9#DBF8F3

Tones

Muted variations

1#104239
2#133F38
3#153C36
4#183934
5#1B3732
6#1E3430
7#20312E
8#232E2C
9#262C2B

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F2FD
#F2FDFB
BackgroundsSubtle highlightsCard backgrounds
100
E1F9
#E1F9F5
Light backgroundsTable row hoverSkeleton loading
200
C7F4
#C7F4ED
Secondary backgroundsInput backgroundsDividers
300
9CEC
#9CECDF
BordersInactive statesPlaceholder text
400
69E2
#69E2CE
Disabled statesSecondary iconsMuted text
500
3EDA
#3EDAC0
Primary brand colorCTAsActive elementsLinks
600
24BC
#24BCA3
Hover statesFocus ringsPrimary buttons hover
700
1D96
#1D9682
Active/pressed statesDark mode accentsSecondary text
800
146B
#146B5D
Text on light backgroundsHeadingsStrong borders
900
0D45
#0D453B
Primary textHigh emphasis contentDark headings
950
082B
#082B25
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --charcoal-50: #F2FDFB;
  --charcoal-100: #E1F9F5;
  --charcoal-200: #C7F4ED;
  --charcoal-300: #9CECDF;
  --charcoal-400: #69E2CE;
  --charcoal-500: #3EDAC0;
  --charcoal-600: #24BCA3;
  --charcoal-700: #1D9682;
  --charcoal-800: #146B5D;
  --charcoal-900: #0D453B;
  --charcoal-950: #082B25;
}
Generate More ShadesCreate PaletteConvert Color