Charcoal

#1E5962

Cyan

Color Codes

All color formats for development

HEX
#1E5962
RGB
rgb(30, 89, 98)
HSL
hsl(188, 53%, 25%)
OKLCH
oklch(0.43 0.061 209.2)
CMYK
cmyk(69%, 9%, 0%, 62%)

Accessibility

WCAG contrast compliance

On White Background

7.89:1

AA AAA

On Black Background

2.66:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F3FA
100
#E4F4
200
#CCEB
300
#A5DB
400
#76C8
500
#4FB9
600
#359C
700
#2A7C
800
#1E59
900
#1339
950
#0C23

Shades

Darker variations

1#1B5058
2#18474E
3#153E44
4#12353B
5#0F2C31
6#0C2327
7#091B1D
8#061214
9#03090A

Tints

Lighter variations

1#27737F
2#308E9C
3#39A8B9
4#4FB9C9
5#6DC5D2
6#8AD0DB
7#A7DCE4
8#C4E8ED
9#E2F3F6

Tones

Muted variations

1#21565E
2#25545B
3#285157
4#2B4F54
5#2F4C51
6#324A4D
7#36474A
8#394547
9#3C4243

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F3FA
#F3FAFB
BackgroundsSubtle highlightsCard backgrounds
100
E4F4
#E4F4F7
Light backgroundsTable row hoverSkeleton loading
200
CCEB
#CCEBEF
Secondary backgroundsInput backgroundsDividers
300
A5DB
#A5DBE3
BordersInactive statesPlaceholder text
400
76C8
#76C8D5
Disabled statesSecondary iconsMuted text
500
4FB9
#4FB9C9
Primary brand colorCTAsActive elementsLinks
600
359C
#359CAC
Hover statesFocus ringsPrimary buttons hover
700
2A7C
#2A7C89
Active/pressed statesDark mode accentsSecondary text
800
1E59
#1E5962
Text on light backgroundsHeadingsStrong borders
900
1339
#13393E
Primary textHigh emphasis contentDark headings
950
0C23
#0C2327
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --charcoal-50: #F3FAFB;
  --charcoal-100: #E4F4F7;
  --charcoal-200: #CCEBEF;
  --charcoal-300: #A5DBE3;
  --charcoal-400: #76C8D5;
  --charcoal-500: #4FB9C9;
  --charcoal-600: #359CAC;
  --charcoal-700: #2A7C89;
  --charcoal-800: #1E5962;
  --charcoal-900: #13393E;
  --charcoal-950: #0C2327;
}
Generate More ShadesCreate PaletteConvert Color