Charcoal

#0E4444

Cyan

Color Codes

All color formats for development

HEX
#0E4444
RGB
rgb(14, 68, 68)
HSL
hsl(180, 66%, 16%)
OKLCH
oklch(0.353 0.054 195)
CMYK
cmyk(79%, 0%, 0%, 73%)

Accessibility

WCAG contrast compliance

On White Background

10.89: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
#F2FC
100
#E1F9
200
#C8F4
300
#9EEB
400
#6BE1
500
#41D8
600
#26BA
700
#1E94
800
#166A
900
#0E44
950
#092A

Shades

Darker variations

1#0C3D3D
2#0B3636
3#0A2F2F
4#082929
5#072222
6#061B1B
7#041414
8#030E0E
9#010707

Tints

Lighter variations

1#156767
2#1C8B8B
3#24AEAE
4#2BD2D2
5#4DDBDB
6#71E2E2
7#94E9E9
8#B8F0F0
9#DBF8F8

Tones

Muted variations

1#114141
2#133E3E
3#163C3C
4#193939
5#1B3636
6#1E3434
7#213131
8#232E2E
9#262B2B

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F2FC
#F2FCFC
BackgroundsSubtle highlightsCard backgrounds
100
E1F9
#E1F9F9
Light backgroundsTable row hoverSkeleton loading
200
C8F4
#C8F4F4
Secondary backgroundsInput backgroundsDividers
300
9EEB
#9EEBEB
BordersInactive statesPlaceholder text
400
6BE1
#6BE1E1
Disabled statesSecondary iconsMuted text
500
41D8
#41D8D8
Primary brand colorCTAsActive elementsLinks
600
26BA
#26BABA
Hover statesFocus ringsPrimary buttons hover
700
1E94
#1E9494
Active/pressed statesDark mode accentsSecondary text
800
166A
#166A6A
Text on light backgroundsHeadingsStrong borders
900
0E44
#0E4444
Primary textHigh emphasis contentDark headings
950
092A
#092A2A
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --charcoal-50: #F2FCFC;
  --charcoal-100: #E1F9F9;
  --charcoal-200: #C8F4F4;
  --charcoal-300: #9EEBEB;
  --charcoal-400: #6BE1E1;
  --charcoal-500: #41D8D8;
  --charcoal-600: #26BABA;
  --charcoal-700: #1E9494;
  --charcoal-800: #166A6A;
  --charcoal-900: #0E4444;
  --charcoal-950: #092A2A;
}
Generate More ShadesCreate PaletteConvert Color