Charcoal
#054D47
CyanColor Codes
All color formats for development
HEX
#054D47RGB
rgb(5, 77, 71)HSL
hsl(175, 88%, 16%)OKLCH
oklch(0.379 0.065 185.7)CMYK
cmyk(94%, 0%, 8%, 70%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#044540
2#043D39
3#033632
4#032E2A
5#022623
6#021F1C
7#011715
8#010F0E
9#000807
Tints
Lighter variations
1#07756C
2#0A9D91
3#0DC6B6
4#0FEEDB
5#36F2E2
6#5EF5E8
7#86F7EE
8#AEFAF4
9#D7FCF9
Tones
Muted variations
1#084944
2#0C4641
3#10423E
4#133E3B
5#173B38
6#1A3735
7#1E3432
8#22302F
9#252C2C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FE #F1FEFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDFD #DDFDFA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C1FB #C1FBF6 | Secondary backgroundsInput backgroundsDividers |
| 300 | 91F8 #91F8EF | BordersInactive statesPlaceholder text |
| 400 | 57F4 #57F4E7 | Disabled statesSecondary iconsMuted text |
| 500 | 27F1 #27F1E0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0DD3 #0DD3C2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0BA8 #0BA89B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0878 #08786E | Text on light backgroundsHeadingsStrong borders |
| 900 | 054D #054D47 | Primary textHigh emphasis contentDark headings |
| 950 | 0330 #03302C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F1FEFD;
--charcoal-100: #DDFDFA;
--charcoal-200: #C1FBF6;
--charcoal-300: #91F8EF;
--charcoal-400: #57F4E7;
--charcoal-500: #27F1E0;
--charcoal-600: #0DD3C2;
--charcoal-700: #0BA89B;
--charcoal-800: #08786E;
--charcoal-900: #054D47;
--charcoal-950: #03302C;
}