Charcoal
#054D46
CyanColor Codes
All color formats for development
HEX
#054D46RGB
rgb(5, 77, 70)HSL
hsl(174, 88%, 16%)OKLCH
oklch(0.379 0.065 184.3)CMYK
cmyk(94%, 0%, 9%, 70%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#04453F
2#043D38
3#033631
4#032E2A
5#022623
6#021F1C
7#011715
8#010F0E
9#000807
Tints
Lighter variations
1#07756A
2#0A9D8F
3#0DC6B3
4#0FEED8
5#36F2DF
6#5EF5E6
7#86F7EC
8#AEFAF2
9#D7FCF9
Tones
Muted variations
1#084943
2#0C4640
3#10423D
4#133E3A
5#173B37
6#1A3734
7#1E3431
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 #C1FBF5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 91F8 #91F8EE | BordersInactive statesPlaceholder text |
| 400 | 57F4 #57F4E5 | Disabled statesSecondary iconsMuted text |
| 500 | 27F1 #27F1DD | Primary brand colorCTAsActive elementsLinks |
| 600 | 0DD3 #0DD3BF | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0BA8 #0BA898 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0878 #08786D | Text on light backgroundsHeadingsStrong borders |
| 900 | 054D #054D46 | 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: #DDFDFA;
--charcoal-200: #C1FBF5;
--charcoal-300: #91F8EE;
--charcoal-400: #57F4E5;
--charcoal-500: #27F1DD;
--charcoal-600: #0DD3BF;
--charcoal-700: #0BA898;
--charcoal-800: #08786D;
--charcoal-900: #054D46;
--charcoal-950: #03302B;
}