Charcoal
#054D41
CyanColor Codes
All color formats for development
HEX
#054D41RGB
rgb(5, 77, 65)HSL
hsl(170, 88%, 16%)OKLCH
oklch(0.377 0.068 177.3)CMYK
cmyk(94%, 0%, 16%, 70%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#04453A
2#043D34
3#03362D
4#032E27
5#022620
6#021F1A
7#011713
8#010F0D
9#000806
Tints
Lighter variations
1#077563
2#0A9D85
3#0DC6A7
4#0FEEC9
5#36F2D3
6#5EF5DC
7#86F7E4
8#AEFAED
9#D7FCF6
Tones
Muted variations
1#08493E
2#0C463C
3#10423A
4#133E37
5#173B35
6#1A3732
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 #C1FBF1 | Secondary backgroundsInput backgroundsDividers |
| 300 | 91F8 #91F8E7 | BordersInactive statesPlaceholder text |
| 400 | 57F4 #57F4DA | Disabled statesSecondary iconsMuted text |
| 500 | 27F1 #27F1D0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0DD3 #0DD3B2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0BA8 #0BA88E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0878 #087865 | Text on light backgroundsHeadingsStrong borders |
| 900 | 054D #054D41 | Primary textHigh emphasis contentDark headings |
| 950 | 0330 #033028 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F1FEFC;
--charcoal-100: #DDFDF8;
--charcoal-200: #C1FBF1;
--charcoal-300: #91F8E7;
--charcoal-400: #57F4DA;
--charcoal-500: #27F1D0;
--charcoal-600: #0DD3B2;
--charcoal-700: #0BA88E;
--charcoal-800: #087865;
--charcoal-900: #054D41;
--charcoal-950: #033028;
}