Charcoal

#054C4C

Cyan

Color Codes

All color formats for development

HEX
#054C4C
RGB
rgb(5, 76, 76)
HSL
hsl(180, 88%, 16%)
OKLCH
oklch(0.378 0.063 194.8)
CMYK
cmyk(93%, 0%, 0%, 70%)

Accessibility

WCAG contrast compliance

On White Background

9.79:1

AA AAA

On Black Background

2.14:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F1FE
100
#DDFD
200
#C1FB
300
#91F8
400
#57F4
500
#27F1
600
#0DD3
700
#0BA8
800
#0878
900
#054D
950
#0330

Shades

Darker variations

1#044545
2#043D3D
3#033636
4#032E2E
5#022626
6#021F1F
7#011717
8#010F0F
9#000808

Tints

Lighter variations

1#077575
2#0A9D9D
3#0DC6C6
4#0FEEEE
5#36F2F2
6#5EF5F5
7#86F7F7
8#AEFAFA
9#D7FCFC

Tones

Muted variations

1#084949
2#0C4646
3#104242
4#133E3E
5#173B3B
6#1A3737
7#1E3434
8#223030
9#252C2C

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F1FE
#F1FEFE
BackgroundsSubtle highlightsCard backgrounds
100
DDFD
#DDFDFD
Light backgroundsTable row hoverSkeleton loading
200
C1FB
#C1FBFB
Secondary backgroundsInput backgroundsDividers
300
91F8
#91F8F8
BordersInactive statesPlaceholder text
400
57F4
#57F4F4
Disabled statesSecondary iconsMuted text
500
27F1
#27F1F1
Primary brand colorCTAsActive elementsLinks
600
0DD3
#0DD3D3
Hover statesFocus ringsPrimary buttons hover
700
0BA8
#0BA8A8
Active/pressed statesDark mode accentsSecondary text
800
0878
#087878
Text on light backgroundsHeadingsStrong borders
900
054D
#054D4D
Primary textHigh emphasis contentDark headings
950
0330
#033030
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --charcoal-50: #F1FEFE;
  --charcoal-100: #DDFDFD;
  --charcoal-200: #C1FBFB;
  --charcoal-300: #91F8F8;
  --charcoal-400: #57F4F4;
  --charcoal-500: #27F1F1;
  --charcoal-600: #0DD3D3;
  --charcoal-700: #0BA8A8;
  --charcoal-800: #087878;
  --charcoal-900: #054D4D;
  --charcoal-950: #033030;
}
Generate More ShadesCreate PaletteConvert Color