Charcoal

#14586B

Cyan

Color Codes

All color formats for development

HEX
#14586B
RGB
rgb(20, 88, 107)
HSL
hsl(193, 69%, 25%)
OKLCH
oklch(0.429 0.071 221.3)
CMYK
cmyk(81%, 18%, 0%, 58%)

Accessibility

WCAG contrast compliance

On White Background

7.96:1

AA AAA

On Black Background

2.64:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F2FA
100
#E1F4
200
#C7EB
300
#9CDB
400
#68C9
500
#3DB9
600
#239C
700
#1C7C
800
#1459
900
#0D39
950
#0823

Shades

Darker variations

1#125061
2#104756
3#0E3E4B
4#0C3541
5#0A2C36
6#08232B
7#061B20
8#041216
9#02090B

Tints

Lighter variations

1#1A738C
2#208EAC
3#26A8CD
4#3DB9DB
5#5DC5E1
6#7ED0E7
7#9EDCED
8#BEE8F3
9#DFF3F9

Tones

Muted variations

1#185667
2#1D5463
3#21515F
4#254F5A
5#2A4C56
6#2E4A51
7#33474D
8#374549
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
C7EB
#C7EBF5
Secondary backgroundsInput backgroundsDividers
300
9CDB
#9CDBED
BordersInactive statesPlaceholder text
400
68C9
#68C9E3
Disabled statesSecondary iconsMuted text
500
3DB9
#3DB9DB
Primary brand colorCTAsActive elementsLinks
600
239C
#239CBE
Hover statesFocus ringsPrimary buttons hover
700
1C7C
#1C7C97
Active/pressed statesDark mode accentsSecondary text
800
1459
#14596C
Text on light backgroundsHeadingsStrong borders
900
0D39
#0D3945
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: #C7EBF5;
  --charcoal-300: #9CDBED;
  --charcoal-400: #68C9E3;
  --charcoal-500: #3DB9DB;
  --charcoal-600: #239CBE;
  --charcoal-700: #1C7C97;
  --charcoal-800: #14596C;
  --charcoal-900: #0D3945;
  --charcoal-950: #08232B;
}
Generate More ShadesCreate PaletteConvert Color