Charcoal

#114139

Cyan

Color Codes

All color formats for development

HEX
#114139
RGB
rgb(17, 65, 57)
HSL
hsl(170, 59%, 16%)
OKLCH
oklch(0.341 0.053 179.8)
CMYK
cmyk(74%, 0%, 12%, 75%)

Accessibility

WCAG contrast compliance

On White Background

11.42:1

AA AAA

On Black Background

1.84:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F3FC
100
#E3F8
200
#CAF1
300
#A2E7
400
#71DA
500
#49D0
600
#2EB2
700
#258E
800
#1A65
900
#1141
950
#0A29

Shades

Darker variations

1#0F3A33
2#0D342D
3#0C2D28
4#0A2722
5#08201C
6#071A17
7#051311
8#030D0B
9#020606

Tints

Lighter variations

1#1A6357
2#228575
3#2BA792
4#34C9B0
5#55D3BE
6#77DCCB
7#99E5D8
8#BBEDE5
9#DDF6F2

Tones

Muted variations

1#133E37
2#163C36
3#183A34
4#1A3732
5#1D3531
6#1F322F
7#22302E
8#242E2C
9#262B2A

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F3FC
#F3FCFA
BackgroundsSubtle highlightsCard backgrounds
100
E3F8
#E3F8F4
Light backgroundsTable row hoverSkeleton loading
200
CAF1
#CAF1EB
Secondary backgroundsInput backgroundsDividers
300
A2E7
#A2E7DB
BordersInactive statesPlaceholder text
400
71DA
#71DAC9
Disabled statesSecondary iconsMuted text
500
49D0
#49D0B9
Primary brand colorCTAsActive elementsLinks
600
2EB2
#2EB29C
Hover statesFocus ringsPrimary buttons hover
700
258E
#258E7C
Active/pressed statesDark mode accentsSecondary text
800
1A65
#1A6559
Text on light backgroundsHeadingsStrong borders
900
1141
#114139
Primary textHigh emphasis contentDark headings
950
0A29
#0A2924
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --charcoal-50: #F3FCFA;
  --charcoal-100: #E3F8F4;
  --charcoal-200: #CAF1EB;
  --charcoal-300: #A2E7DB;
  --charcoal-400: #71DAC9;
  --charcoal-500: #49D0B9;
  --charcoal-600: #2EB29C;
  --charcoal-700: #258E7C;
  --charcoal-800: #1A6559;
  --charcoal-900: #114139;
  --charcoal-950: #0A2924;
}
Generate More ShadesCreate PaletteConvert Color