Charcoal

#05484D

Cyan

Color Codes

All color formats for development

HEX
#05484D
RGB
rgb(5, 72, 77)
HSL
hsl(184, 88%, 16%)
OKLCH
oklch(0.367 0.06 203.1)
CMYK
cmyk(94%, 6%, 0%, 70%)

Accessibility

WCAG contrast compliance

On White Background

10.29:1

AA AAA

On Black Background

2.04:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F1FD
100
#DDFB
200
#C1F7
300
#91F1
400
#57EA
500
#27E4
600
#0DC6
700
#0B9D
800
#0870
900
#0548
950
#032D

Shades

Darker variations

1#044145
2#043A3D
3#033236
4#032B2E
5#022426
6#021D1F
7#011617
8#010E0F
9#000708

Tints

Lighter variations

1#076E75
2#0A939D
3#0DB9C6
4#0FDFEE
5#36E6F2
6#5EEBF5
7#86F0F7
8#AEF5FA
9#D7FAFC

Tones

Muted variations

1#084549
2#0C4246
3#103F42
4#133B3E
5#17383B
6#1A3537
7#1E3234
8#222F30
9#252C2C

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F1FD
#F1FDFE
BackgroundsSubtle highlightsCard backgrounds
100
DDFB
#DDFBFD
Light backgroundsTable row hoverSkeleton loading
200
C1F7
#C1F7FB
Secondary backgroundsInput backgroundsDividers
300
91F1
#91F1F8
BordersInactive statesPlaceholder text
400
57EA
#57EAF4
Disabled statesSecondary iconsMuted text
500
27E4
#27E4F1
Primary brand colorCTAsActive elementsLinks
600
0DC6
#0DC6D3
Hover statesFocus ringsPrimary buttons hover
700
0B9D
#0B9DA8
Active/pressed statesDark mode accentsSecondary text
800
0870
#087078
Text on light backgroundsHeadingsStrong borders
900
0548
#05484D
Primary textHigh emphasis contentDark headings
950
032D
#032D30
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --charcoal-50: #F1FDFE;
  --charcoal-100: #DDFBFD;
  --charcoal-200: #C1F7FB;
  --charcoal-300: #91F1F8;
  --charcoal-400: #57EAF4;
  --charcoal-500: #27E4F1;
  --charcoal-600: #0DC6D3;
  --charcoal-700: #0B9DA8;
  --charcoal-800: #087078;
  --charcoal-900: #05484D;
  --charcoal-950: #032D30;
}
Generate More ShadesCreate PaletteConvert Color