Charcoal
#054D34
GreenColor Codes
All color formats for development
HEX
#054D34RGB
rgb(5, 77, 52)HSL
hsl(159, 88%, 16%)OKLCH
oklch(0.373 0.078 162.7)CMYK
cmyk(94%, 0%, 32%, 70%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#04452E
2#043D29
3#033624
4#032E1F
5#02261A
6#021F15
7#01170F
8#010F0A
9#000805
Tints
Lighter variations
1#07754F
2#0A9D6A
3#0DC685
4#0FEEA0
5#36F2B0
6#5EF5C0
7#86F7D0
8#AEFADF
9#D7FCEF
Tones
Muted variations
1#084932
2#0C4631
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 #DDFDF2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C1FB #C1FBE7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 91F8 #91F8D4 | BordersInactive statesPlaceholder text |
| 400 | 57F4 #57F4BD | Disabled statesSecondary iconsMuted text |
| 500 | 27F1 #27F1AB | Primary brand colorCTAsActive elementsLinks |
| 600 | 0DD3 #0DD38E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0BA8 #0BA871 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0878 #087851 | Text on light backgroundsHeadingsStrong borders |
| 900 | 054D #054D34 | Primary textHigh emphasis contentDark headings |
| 950 | 0330 #033020 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F1FEF9;
--charcoal-100: #DDFDF2;
--charcoal-200: #C1FBE7;
--charcoal-300: #91F8D4;
--charcoal-400: #57F4BD;
--charcoal-500: #27F1AB;
--charcoal-600: #0DD38E;
--charcoal-700: #0BA871;
--charcoal-800: #087851;
--charcoal-900: #054D34;
--charcoal-950: #033020;
}