Charcoal

#163A3B

Cyan

Color Codes

All color formats for development

HEX
#163A3B
RGB
rgb(22, 58, 59)
HSL
hsl(182, 46%, 16%)
OKLCH
oklch(0.323 0.041 197.8)
CMYK
cmyk(63%, 2%, 0%, 77%)

Accessibility

WCAG contrast compliance

On White Background

12.33:1

AA AAA

On Black Background

1.70:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F4FB
100
#E5F5
200
#CFEC
300
#A9DE
400
#7DCC
500
#57BE
600
#3DA0
700
#3080
800
#225B
900
#163A
950
#0E24

Shades

Darker variations

1#143436
2#122F30
3#0F292A
4#0D2324
5#0B1D1E
6#091718
7#071112
8#040C0C
9#020606

Tints

Lighter variations

1#22595B
2#2D787A
3#399699
4#44B5B9
5#63C2C5
6#82CED1
7#A1DADC
8#C0E7E8
9#E0F3F3

Tones

Muted variations

1#18393A
2#1A3738
3#1C3536
4#1E3334
5#1F3232
6#213030
7#232E2E
8#252C2D
9#272B2B

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F4FB
#F4FBFB
BackgroundsSubtle highlightsCard backgrounds
100
E5F5
#E5F5F5
Light backgroundsTable row hoverSkeleton loading
200
CFEC
#CFECED
Secondary backgroundsInput backgroundsDividers
300
A9DE
#A9DEDF
BordersInactive statesPlaceholder text
400
7DCC
#7DCCCF
Disabled statesSecondary iconsMuted text
500
57BE
#57BEC1
Primary brand colorCTAsActive elementsLinks
600
3DA0
#3DA0A4
Hover statesFocus ringsPrimary buttons hover
700
3080
#308082
Active/pressed statesDark mode accentsSecondary text
800
225B
#225B5D
Text on light backgroundsHeadingsStrong borders
900
163A
#163A3C
Primary textHigh emphasis contentDark headings
950
0E24
#0E2425
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --charcoal-50: #F4FBFB;
  --charcoal-100: #E5F5F5;
  --charcoal-200: #CFECED;
  --charcoal-300: #A9DEDF;
  --charcoal-400: #7DCCCF;
  --charcoal-500: #57BEC1;
  --charcoal-600: #3DA0A4;
  --charcoal-700: #308082;
  --charcoal-800: #225B5D;
  --charcoal-900: #163A3C;
  --charcoal-950: #0E2425;
}
Generate More ShadesCreate PaletteConvert Color