Charcoal

#14576C

Cyan

Color Codes

All color formats for development

HEX
#14576C
RGB
rgb(20, 87, 108)
HSL
hsl(194, 69%, 25%)
OKLCH
oklch(0.427 0.072 223.9)
CMYK
cmyk(81%, 19%, 0%, 58%)

Accessibility

WCAG contrast compliance

On White Background

8.05:1

AA AAA

On Black Background

2.61:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F2FA
100
#E1F4
200
#C7EA
300
#9CDA
400
#68C7
500
#3DB6
600
#2399
700
#1C7A
800
#1457
900
#0D38
950
#0823

Shades

Darker variations

1#124E61
2#104656
3#0E3D4B
4#0C3441
5#0A2C36
6#08232B
7#061A20
8#041116
9#02090B

Tints

Lighter variations

1#1A718C
2#208CAC
3#26A6CD
4#3DB6DB
5#5DC3E1
6#7ECFE7
7#9EDBED
8#BEE7F3
9#DFF3F9

Tones

Muted variations

1#185567
2#1D5363
3#21505F
4#254E5A
5#2A4B56
6#2E4951
7#33474D
8#374449
9#3B4244

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F2FA
#F2FAFD
BackgroundsSubtle highlightsCard backgrounds
100
E1F4
#E1F4F9
Light backgroundsTable row hoverSkeleton loading
200
C7EA
#C7EAF5
Secondary backgroundsInput backgroundsDividers
300
9CDA
#9CDAED
BordersInactive statesPlaceholder text
400
68C7
#68C7E3
Disabled statesSecondary iconsMuted text
500
3DB6
#3DB6DB
Primary brand colorCTAsActive elementsLinks
600
2399
#2399BE
Hover statesFocus ringsPrimary buttons hover
700
1C7A
#1C7A97
Active/pressed statesDark mode accentsSecondary text
800
1457
#14576C
Text on light backgroundsHeadingsStrong borders
900
0D38
#0D3845
Primary textHigh emphasis contentDark headings
950
0823
#08232B
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --charcoal-50: #F2FAFD;
  --charcoal-100: #E1F4F9;
  --charcoal-200: #C7EAF5;
  --charcoal-300: #9CDAED;
  --charcoal-400: #68C7E3;
  --charcoal-500: #3DB6DB;
  --charcoal-600: #2399BE;
  --charcoal-700: #1C7A97;
  --charcoal-800: #14576C;
  --charcoal-900: #0D3845;
  --charcoal-950: #08232B;
}
Generate More ShadesCreate PaletteConvert Color