Charcoal

#0E4341

Cyan

Color Codes

All color formats for development

HEX
#0E4341
RGB
rgb(14, 67, 65)
HSL
hsl(178, 65%, 16%)
OKLCH
oklch(0.349 0.053 191.3)
CMYK
cmyk(79%, 0%, 3%, 74%)

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
#F2FC
100
#E2F9
200
#C8F3
300
#9EEA
400
#6CE0
500
#42D7
600
#27B9
700
#1F93
800
#1669
900
#0E43
950
#092A

Shades

Darker variations

1#0D3D3B
2#0B3634
3#0A2F2E
4#092827
5#072221
6#061B1A
7#041414
8#030D0D
9#010707

Tints

Lighter variations

1#166764
2#1D8A86
3#25ADA9
4#2CD1CB
5#4EDAD5
6#72E1DD
7#95E9E6
8#B8F0EE
9#DCF8F7

Tones

Muted variations

1#11413F
2#143E3D
3#163B3A
4#193938
5#1C3635
6#1E3333
7#213130
8#232E2E
9#262B2B

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F2FC
#F2FCFC
BackgroundsSubtle highlightsCard backgrounds
100
E2F9
#E2F9F8
Light backgroundsTable row hoverSkeleton loading
200
C8F3
#C8F3F2
Secondary backgroundsInput backgroundsDividers
300
9EEA
#9EEAE8
BordersInactive statesPlaceholder text
400
6CE0
#6CE0DC
Disabled statesSecondary iconsMuted text
500
42D7
#42D7D2
Primary brand colorCTAsActive elementsLinks
600
27B9
#27B9B4
Hover statesFocus ringsPrimary buttons hover
700
1F93
#1F938F
Active/pressed statesDark mode accentsSecondary text
800
1669
#166966
Text on light backgroundsHeadingsStrong borders
900
0E43
#0E4342
Primary textHigh emphasis contentDark headings
950
092A
#092A29
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --charcoal-50: #F2FCFC;
  --charcoal-100: #E2F9F8;
  --charcoal-200: #C8F3F2;
  --charcoal-300: #9EEAE8;
  --charcoal-400: #6CE0DC;
  --charcoal-500: #42D7D2;
  --charcoal-600: #27B9B4;
  --charcoal-700: #1F938F;
  --charcoal-800: #166966;
  --charcoal-900: #0E4342;
  --charcoal-950: #092A29;
}
Generate More ShadesCreate PaletteConvert Color