Charcoal
#054C31
GreenColor Codes
All color formats for development
HEX
#054C31RGB
rgb(5, 76, 49)HSL
hsl(157, 88%, 16%)OKLCH
oklch(0.369 0.08 160.7)CMYK
cmyk(93%, 0%, 36%, 70%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#04452C
2#043D27
3#033622
4#032E1E
5#022619
6#021F14
7#01170F
8#010F0A
9#000805
Tints
Lighter variations
1#07754B
2#0A9D65
3#0DC67F
4#0FEE98
5#36F2AA
6#5EF5BB
7#86F7CC
8#AEFADD
9#D7FCEE
Tones
Muted variations
1#084930
2#0C4630
3#10422F
4#133E2E
5#173B2D
6#1A372C
7#1E342B
8#22302A
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 #C1FBE5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 91F8 #91F8D0 | BordersInactive statesPlaceholder text |
| 400 | 57F4 #57F4B8 | Disabled statesSecondary iconsMuted text |
| 500 | 27F1 #27F1A4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0DD3 #0DD387 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0BA8 #0BA86C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0878 #08784D | Text on light backgroundsHeadingsStrong borders |
| 900 | 054D #054D31 | 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: #C1FBE5;
--charcoal-300: #91F8D0;
--charcoal-400: #57F4B8;
--charcoal-500: #27F1A4;
--charcoal-600: #0DD387;
--charcoal-700: #0BA86C;
--charcoal-800: #08784D;
--charcoal-900: #054D31;
--charcoal-950: #03301F;
}