Charcoal
#054D42
CyanColor Codes
All color formats for development
HEX
#054D42RGB
rgb(5, 77, 66)HSL
hsl(171, 88%, 16%)OKLCH
oklch(0.377 0.067 178.6)CMYK
cmyk(94%, 0%, 14%, 70%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#04453B
2#043D35
3#03362E
4#032E28
5#022621
6#021F1A
7#011714
8#010F0D
9#000807
Tints
Lighter variations
1#077565
2#0A9D87
3#0DC6AA
4#0FEECC
5#36F2D6
6#5EF5DE
7#86F7E6
8#AEFAEF
9#D7FCF7
Tones
Muted variations
1#08493F
2#0C463D
3#10423A
4#133E38
5#173B35
6#1A3733
7#1E3430
8#22302E
9#252C2B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FE #F1FEFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDFD #DDFDF8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C1FB #C1FBF2 | Secondary backgroundsInput backgroundsDividers |
| 300 | 91F8 #91F8E8 | BordersInactive statesPlaceholder text |
| 400 | 57F4 #57F4DD | Disabled statesSecondary iconsMuted text |
| 500 | 27F1 #27F1D3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0DD3 #0DD3B5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0BA8 #0BA890 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0878 #087867 | Text on light backgroundsHeadingsStrong borders |
| 900 | 054D #054D42 | Primary textHigh emphasis contentDark headings |
| 950 | 0330 #033029 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F1FEFC;
--charcoal-100: #DDFDF8;
--charcoal-200: #C1FBF2;
--charcoal-300: #91F8E8;
--charcoal-400: #57F4DD;
--charcoal-500: #27F1D3;
--charcoal-600: #0DD3B5;
--charcoal-700: #0BA890;
--charcoal-800: #087867;
--charcoal-900: #054D42;
--charcoal-950: #033029;
}