Charcoal

#0E3E44

Cyan

Color Codes

All color formats for development

HEX
#0E3E44
RGB
rgb(14, 62, 68)
HSL
hsl(187, 66%, 16%)
OKLCH
oklch(0.336 0.05 207.2)
CMYK
cmyk(79%, 9%, 0%, 73%)

Accessibility

WCAG contrast compliance

On White Background

11.72:1

AA AAA

On Black Background

1.79:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F2FB
100
#E1F6
200
#C8EF
300
#9EE2
400
#6BD3
500
#41C6
600
#26A9
700
#1E86
800
#1660
900
#0E3D
950
#0926

Shades

Darker variations

1#0C373D
2#0B3136
3#0A2B2F
4#082529
5#071F22
6#06191B
7#041214
8#030C0E
9#010607

Tints

Lighter variations

1#155E67
2#1C7E8B
3#249EAE
4#2BBED2
5#4DCADB
6#71D5E2
7#94DFE9
8#B8EAF0
9#DBF4F8

Tones

Muted variations

1#113B41
2#13393E
3#16373C
4#193539
5#1B3336
6#1E3134
7#212F31
8#232D2E
9#262B2B

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F2FB
#F2FBFC
BackgroundsSubtle highlightsCard backgrounds
100
E1F6
#E1F6F9
Light backgroundsTable row hoverSkeleton loading
200
C8EF
#C8EFF4
Secondary backgroundsInput backgroundsDividers
300
9EE2
#9EE2EB
BordersInactive statesPlaceholder text
400
6BD3
#6BD3E1
Disabled statesSecondary iconsMuted text
500
41C6
#41C6D8
Primary brand colorCTAsActive elementsLinks
600
26A9
#26A9BA
Hover statesFocus ringsPrimary buttons hover
700
1E86
#1E8694
Active/pressed statesDark mode accentsSecondary text
800
1660
#16606A
Text on light backgroundsHeadingsStrong borders
900
0E3D
#0E3D44
Primary textHigh emphasis contentDark headings
950
0926
#09262A
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --charcoal-50: #F2FBFC;
  --charcoal-100: #E1F6F9;
  --charcoal-200: #C8EFF4;
  --charcoal-300: #9EE2EB;
  --charcoal-400: #6BD3E1;
  --charcoal-500: #41C6D8;
  --charcoal-600: #26A9BA;
  --charcoal-700: #1E8694;
  --charcoal-800: #16606A;
  --charcoal-900: #0E3D44;
  --charcoal-950: #09262A;
}
Generate More ShadesCreate PaletteConvert Color