Charcoal
#054D48
CyanColor Codes
All color formats for development
HEX
#054D48RGB
rgb(5, 77, 72)HSL
hsl(176, 88%, 16%)OKLCH
oklch(0.379 0.064 187.2)CMYK
cmyk(94%, 0%, 6%, 70%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#044541
2#043D3A
3#033632
4#032E2B
5#022624
6#021F1D
7#011716
8#010F0E
9#000807
Tints
Lighter variations
1#07756E
2#0A9D93
3#0DC6B9
4#0FEEDF
5#36F2E6
6#5EF5EB
7#86F7F0
8#AEFAF5
9#D7FCFA
Tones
Muted variations
1#084945
2#0C4642
3#10423F
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 #DDFDFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C1FB #C1FBF7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 91F8 #91F8F1 | BordersInactive statesPlaceholder text |
| 400 | 57F4 #57F4EA | Disabled statesSecondary iconsMuted text |
| 500 | 27F1 #27F1E4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0DD3 #0DD3C6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0BA8 #0BA89D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0878 #087870 | Text on light backgroundsHeadingsStrong borders |
| 900 | 054D #054D48 | Primary textHigh emphasis contentDark headings |
| 950 | 0330 #03302D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F1FEFD;
--charcoal-100: #DDFDFB;
--charcoal-200: #C1FBF7;
--charcoal-300: #91F8F1;
--charcoal-400: #57F4EA;
--charcoal-500: #27F1E4;
--charcoal-600: #0DD3C6;
--charcoal-700: #0BA89D;
--charcoal-800: #087870;
--charcoal-900: #054D48;
--charcoal-950: #03302D;
}