Charcoal

#1D5463

Cyan

Color Codes

All color formats for development

HEX
#1D5463
RGB
rgb(29, 84, 99)
HSL
hsl(193, 55%, 25%)
OKLCH
oklch(0.417 0.062 219.2)
CMYK
cmyk(71%, 15%, 0%, 61%)

Accessibility

WCAG contrast compliance

On White Background

8.40:1

AA AAA

On Black Background

2.50:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F3FA
100
#E3F3
200
#CCE8
300
#A4D7
400
#75C2
500
#4DB0
600
#3293
700
#2875
800
#1D54
900
#1236
950
#0B21

Shades

Darker variations

1#1A4B59
2#17434F
3#143B45
4#11323B
5#0E2A31
6#0B2128
7#09191E
8#061114
9#03080A

Tints

Lighter variations

1#256D80
2#2E869E
3#379FBC
4#4DB0CB
5#6BBDD4
6#88CADD
7#A6D8E5
8#C4E5EE
9#E1F2F6

Tones

Muted variations

1#20525F
2#24505C
3#274E58
4#2B4C55
5#2E4A51
6#32484E
7#35464A
8#394447
9#3C4243

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F3FA
#F3FAFC
BackgroundsSubtle highlightsCard backgrounds
100
E3F3
#E3F3F7
Light backgroundsTable row hoverSkeleton loading
200
CCE8
#CCE8F0
Secondary backgroundsInput backgroundsDividers
300
A4D7
#A4D7E5
BordersInactive statesPlaceholder text
400
75C2
#75C2D7
Disabled statesSecondary iconsMuted text
500
4DB0
#4DB0CB
Primary brand colorCTAsActive elementsLinks
600
3293
#3293AE
Hover statesFocus ringsPrimary buttons hover
700
2875
#28758A
Active/pressed statesDark mode accentsSecondary text
800
1D54
#1D5463
Text on light backgroundsHeadingsStrong borders
900
1236
#12363F
Primary textHigh emphasis contentDark headings
950
0B21
#0B2128
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --charcoal-50: #F3FAFC;
  --charcoal-100: #E3F3F7;
  --charcoal-200: #CCE8F0;
  --charcoal-300: #A4D7E5;
  --charcoal-400: #75C2D7;
  --charcoal-500: #4DB0CB;
  --charcoal-600: #3293AE;
  --charcoal-700: #28758A;
  --charcoal-800: #1D5463;
  --charcoal-900: #12363F;
  --charcoal-950: #0B2128;
}
Generate More ShadesCreate PaletteConvert Color