Charcoal
#054D3B
CyanColor Codes
All color formats for development
HEX
#054D3BRGB
rgb(5, 77, 59)HSL
hsl(165, 88%, 16%)OKLCH
oklch(0.375 0.072 169.9)CMYK
cmyk(94%, 0%, 23%, 70%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#044535
2#043D2F
3#033629
4#032E23
5#02261D
6#021F18
7#011712
8#010F0C
9#000806
Tints
Lighter variations
1#07755A
2#0A9D78
3#0DC697
4#0FEEB6
5#36F2C3
6#5EF5CF
7#86F7DB
8#AEFAE7
9#D7FCF3
Tones
Muted variations
1#084939
2#0C4637
3#104235
4#133E34
5#173B32
6#1A3730
7#1E342E
8#22302C
9#252C2B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FE #F1FEFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDFD #DDFDF5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C1FB #C1FBEC | Secondary backgroundsInput backgroundsDividers |
| 300 | 91F8 #91F8DE | BordersInactive statesPlaceholder text |
| 400 | 57F4 #57F4CD | Disabled statesSecondary iconsMuted text |
| 500 | 27F1 #27F1BF | Primary brand colorCTAsActive elementsLinks |
| 600 | 0DD3 #0DD3A2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0BA8 #0BA881 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0878 #08785C | Text on light backgroundsHeadingsStrong borders |
| 900 | 054D #054D3B | Primary textHigh emphasis contentDark headings |
| 950 | 0330 #033025 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F1FEFB;
--charcoal-100: #DDFDF5;
--charcoal-200: #C1FBEC;
--charcoal-300: #91F8DE;
--charcoal-400: #57F4CD;
--charcoal-500: #27F1BF;
--charcoal-600: #0DD3A2;
--charcoal-700: #0BA881;
--charcoal-800: #08785C;
--charcoal-900: #054D3B;
--charcoal-950: #033025;
}