Charcoal
#054D2E
GreenColor Codes
All color formats for development
HEX
#054D2ERGB
rgb(5, 77, 46)HSL
hsl(154, 88%, 16%)OKLCH
oklch(0.371 0.084 157.8)CMYK
cmyk(94%, 0%, 40%, 70%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#044529
2#043D24
3#033620
4#032E1B
5#022617
6#021F12
7#01170E
8#010F09
9#000805
Tints
Lighter variations
1#077546
2#0A9D5D
3#0DC675
4#0FEE8D
5#36F2A0
6#5EF5B3
7#86F7C6
8#AEFAD9
9#D7FCEC
Tones
Muted variations
1#08492D
2#0C462D
3#10422C
4#133E2C
5#173B2B
6#1A372B
7#1E342A
8#22302A
9#252C29
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FE #F1FEF8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDFD #DDFDEF | Light backgroundsTable row hoverSkeleton loading |
| 200 | C1FB #C1FBE2 | Secondary backgroundsInput backgroundsDividers |
| 300 | 91F8 #91F8CB | BordersInactive statesPlaceholder text |
| 400 | 57F4 #57F4B0 | Disabled statesSecondary iconsMuted text |
| 500 | 27F1 #27F19A | Primary brand colorCTAsActive elementsLinks |
| 600 | 0DD3 #0DD37D | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0BA8 #0BA864 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0878 #087847 | Text on light backgroundsHeadingsStrong borders |
| 900 | 054D #054D2E | Primary textHigh emphasis contentDark headings |
| 950 | 0330 #03301C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F1FEF8;
--charcoal-100: #DDFDEF;
--charcoal-200: #C1FBE2;
--charcoal-300: #91F8CB;
--charcoal-400: #57F4B0;
--charcoal-500: #27F19A;
--charcoal-600: #0DD37D;
--charcoal-700: #0BA864;
--charcoal-800: #087847;
--charcoal-900: #054D2E;
--charcoal-950: #03301C;
}