Charcoal
#054D44
CyanColor Codes
All color formats for development
HEX
#054D44RGB
rgb(5, 77, 68)HSL
hsl(173, 88%, 16%)OKLCH
oklch(0.378 0.066 181.4)CMYK
cmyk(94%, 0%, 12%, 70%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#04453D
2#043D37
3#033630
4#032E29
5#022622
6#021F1B
7#011714
8#010F0E
9#000807
Tints
Lighter variations
1#077568
2#0A9D8C
3#0DC6B0
4#0FEED4
5#36F2DC
6#5EF5E3
7#86F7EA
8#AEFAF1
9#D7FCF8
Tones
Muted variations
1#084942
2#0C463F
3#10423C
4#133E39
5#173B37
6#1A3734
7#1E3431
8#22302E
9#252C2C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FE #F1FEFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDFD #DDFDF9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C1FB #C1FBF4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 91F8 #91F8EC | BordersInactive statesPlaceholder text |
| 400 | 57F4 #57F4E2 | Disabled statesSecondary iconsMuted text |
| 500 | 27F1 #27F1DA | Primary brand colorCTAsActive elementsLinks |
| 600 | 0DD3 #0DD3BC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0BA8 #0BA895 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0878 #08786B | Text on light backgroundsHeadingsStrong borders |
| 900 | 054D #054D44 | Primary textHigh emphasis contentDark headings |
| 950 | 0330 #03302B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F1FEFD;
--charcoal-100: #DDFDF9;
--charcoal-200: #C1FBF4;
--charcoal-300: #91F8EC;
--charcoal-400: #57F4E2;
--charcoal-500: #27F1DA;
--charcoal-600: #0DD3BC;
--charcoal-700: #0BA895;
--charcoal-800: #08786B;
--charcoal-900: #054D44;
--charcoal-950: #03302B;
}