Charcoal

#1D5963

Cyan

Color Codes

All color formats for development

HEX
#1D5963
RGB
rgb(29, 89, 99)
HSL
hsl(189, 55%, 25%)
OKLCH
oklch(0.43 0.062 210.6)
CMYK
cmyk(71%, 10%, 0%, 61%)

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
#E3F4
200
#CCEB
300
#A4DB
400
#75C8
500
#4DB8
600
#329B
700
#287C
800
#1D58
900
#1239
950
#0B23

Shades

Darker variations

1#1A4F59
2#17474F
3#143E45
4#11353B
5#0E2C31
6#0B2328
7#091A1E
8#061214
9#03090A

Tints

Lighter variations

1#257380
2#2E8D9E
3#37A8BC
4#4DB8CB
5#6BC4D4
6#88D0DD
7#A6DCE5
8#C4E7EE
9#E1F3F6

Tones

Muted variations

1#20565F
2#24535C
3#275158
4#2B4E55
5#2E4C51
6#324A4E
7#35474A
8#394547
9#3C4243

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F3FA
#F3FAFC
BackgroundsSubtle highlightsCard backgrounds
100
E3F4
#E3F4F7
Light backgroundsTable row hoverSkeleton loading
200
CCEB
#CCEBF0
Secondary backgroundsInput backgroundsDividers
300
A4DB
#A4DBE5
BordersInactive statesPlaceholder text
400
75C8
#75C8D7
Disabled statesSecondary iconsMuted text
500
4DB8
#4DB8CB
Primary brand colorCTAsActive elementsLinks
600
329B
#329BAE
Hover statesFocus ringsPrimary buttons hover
700
287C
#287C8A
Active/pressed statesDark mode accentsSecondary text
800
1D58
#1D5863
Text on light backgroundsHeadingsStrong borders
900
1239
#12393F
Primary textHigh emphasis contentDark headings
950
0B23
#0B2328
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --charcoal-50: #F3FAFC;
  --charcoal-100: #E3F4F7;
  --charcoal-200: #CCEBF0;
  --charcoal-300: #A4DBE5;
  --charcoal-400: #75C8D7;
  --charcoal-500: #4DB8CB;
  --charcoal-600: #329BAE;
  --charcoal-700: #287C8A;
  --charcoal-800: #1D5863;
  --charcoal-900: #12393F;
  --charcoal-950: #0B2328;
}
Generate More ShadesCreate PaletteConvert Color