Charcoal
#054D30
GreenColor Codes
All color formats for development
HEX
#054D30RGB
rgb(5, 77, 48)HSL
hsl(156, 88%, 16%)OKLCH
oklch(0.372 0.082 159.3)CMYK
cmyk(94%, 0%, 38%, 70%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#04452B
2#043D26
3#033622
4#032E1D
5#022618
6#021F13
7#01170E
8#010F0A
9#000805
Tints
Lighter variations
1#077549
2#0A9D62
3#0DC67C
4#0FEE95
5#36F2A7
6#5EF5B8
7#86F7CA
8#AEFADC
9#D7FCED
Tones
Muted variations
1#08492F
2#0C462F
3#10422E
4#133E2D
5#173B2C
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 #DDFDF0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C1FB #C1FBE4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 91F8 #91F8CF | BordersInactive statesPlaceholder text |
| 400 | 57F4 #57F4B5 | Disabled statesSecondary iconsMuted text |
| 500 | 27F1 #27F1A0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0DD3 #0DD384 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0BA8 #0BA869 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0878 #08784B | Text on light backgroundsHeadingsStrong borders |
| 900 | 054D #054D30 | Primary textHigh emphasis contentDark headings |
| 950 | 0330 #03301E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F1FEF9;
--charcoal-100: #DDFDF0;
--charcoal-200: #C1FBE4;
--charcoal-300: #91F8CF;
--charcoal-400: #57F4B5;
--charcoal-500: #27F1A0;
--charcoal-600: #0DD384;
--charcoal-700: #0BA869;
--charcoal-800: #08784B;
--charcoal-900: #054D30;
--charcoal-950: #03301E;
}