Charcoal
#054D32
GreenColor Codes
All color formats for development
HEX
#054D32RGB
rgb(5, 77, 50)HSL
hsl(158, 88%, 16%)OKLCH
oklch(0.372 0.08 161)CMYK
cmyk(94%, 0%, 35%, 70%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#04452D
2#043D28
3#033623
4#032E1E
5#022619
6#021F14
7#01170F
8#010F0A
9#000805
Tints
Lighter variations
1#07754D
2#0A9D67
3#0DC682
4#0FEE9C
5#36F2AD
6#5EF5BD
7#86F7CE
8#AEFADE
9#D7FCEF
Tones
Muted variations
1#084931
2#0C4630
3#104230
4#133E2F
5#173B2E
6#1A372D
7#1E342C
8#22302B
9#252C2A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FE #F1FEF9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDFD #DDFDF1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C1FB #C1FBE6 | Secondary backgroundsInput backgroundsDividers |
| 300 | 91F8 #91F8D2 | BordersInactive statesPlaceholder text |
| 400 | 57F4 #57F4BB | Disabled statesSecondary iconsMuted text |
| 500 | 27F1 #27F1A7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0DD3 #0DD38B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0BA8 #0BA86E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0878 #08784F | Text on light backgroundsHeadingsStrong borders |
| 900 | 054D #054D32 | Primary textHigh emphasis contentDark headings |
| 950 | 0330 #03301F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F1FEF9;
--charcoal-100: #DDFDF1;
--charcoal-200: #C1FBE6;
--charcoal-300: #91F8D2;
--charcoal-400: #57F4BB;
--charcoal-500: #27F1A7;
--charcoal-600: #0DD38B;
--charcoal-700: #0BA86E;
--charcoal-800: #08784F;
--charcoal-900: #054D32;
--charcoal-950: #03301F;
}