Charcoal

#0E4143

Cyan

Color Codes

All color formats for development

HEX
#0E4143
RGB
rgb(14, 65, 67)
HSL
hsl(182, 65%, 16%)
OKLCH
oklch(0.344 0.052 198.9)
CMYK
cmyk(79%, 3%, 0%, 74%)

Accessibility

WCAG contrast compliance

On White Background

11.32:1

AA AAA

On Black Background

1.86:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F2FC
100
#E2F8
200
#C8F2
300
#9EE8
400
#6CDC
500
#42D2
600
#27B4
700
#1F8F
800
#1666
900
#0E42
950
#0929

Shades

Darker variations

1#0D3B3D
2#0B3436
3#0A2E2F
4#092728
5#072122
6#061A1B
7#041414
8#030D0D
9#010707

Tints

Lighter variations

1#166467
2#1D868A
3#25A9AD
4#2CCBD1
5#4ED5DA
6#72DDE1
7#95E6E9
8#B8EEF0
9#DCF7F8

Tones

Muted variations

1#113F41
2#143D3E
3#163A3B
4#193839
5#1C3536
6#1E3333
7#213031
8#232E2E
9#262B2B

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F2FC
#F2FCFC
BackgroundsSubtle highlightsCard backgrounds
100
E2F8
#E2F8F9
Light backgroundsTable row hoverSkeleton loading
200
C8F2
#C8F2F3
Secondary backgroundsInput backgroundsDividers
300
9EE8
#9EE8EA
BordersInactive statesPlaceholder text
400
6CDC
#6CDCE0
Disabled statesSecondary iconsMuted text
500
42D2
#42D2D7
Primary brand colorCTAsActive elementsLinks
600
27B4
#27B4B9
Hover statesFocus ringsPrimary buttons hover
700
1F8F
#1F8F93
Active/pressed statesDark mode accentsSecondary text
800
1666
#166669
Text on light backgroundsHeadingsStrong borders
900
0E42
#0E4243
Primary textHigh emphasis contentDark headings
950
0929
#09292A
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --charcoal-50: #F2FCFC;
  --charcoal-100: #E2F8F9;
  --charcoal-200: #C8F2F3;
  --charcoal-300: #9EE8EA;
  --charcoal-400: #6CDCE0;
  --charcoal-500: #42D2D7;
  --charcoal-600: #27B4B9;
  --charcoal-700: #1F8F93;
  --charcoal-800: #166669;
  --charcoal-900: #0E4243;
  --charcoal-950: #09292A;
}
Generate More ShadesCreate PaletteConvert Color