Charcoal
#044E34
GreenColor Codes
All color formats for development
HEX
#044E34RGB
rgb(4, 78, 52)HSL
hsl(159, 90%, 16%)OKLCH
oklch(0.376 0.08 162.2)CMYK
cmyk(95%, 0%, 33%, 69%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#04462F
2#033E29
3#033624
4#022F1F
5#02271A
6#021F15
7#011710
8#01100A
9#000805
Tints
Lighter variations
1#06764F
2#089F6A
3#0BC885
4#0DF0A1
5#34F4B1
6#5CF6C0
7#85F9D0
8#AEFBE0
9#D6FDEF
Tones
Muted variations
1#084A33
2#0B4632
3#0F4331
4#133F2F
5#163B2E
6#1A372D
7#1E342C
8#21302B
9#252C2A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FE #F0FEF9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDFD #DDFDF2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0FC #C0FCE7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 90F9 #90F9D4 | BordersInactive statesPlaceholder text |
| 400 | 55F6 #55F6BE | Disabled statesSecondary iconsMuted text |
| 500 | 25F4 #25F4AB | Primary brand colorCTAsActive elementsLinks |
| 600 | 0BD5 #0BD58E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 09AA #09AA71 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0679 #067951 | Text on light backgroundsHeadingsStrong borders |
| 900 | 044E #044E34 | 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: #F0FEF9;
--charcoal-100: #DDFDF2;
--charcoal-200: #C0FCE7;
--charcoal-300: #90F9D4;
--charcoal-400: #55F6BE;
--charcoal-500: #25F4AB;
--charcoal-600: #0BD58E;
--charcoal-700: #09AA71;
--charcoal-800: #067951;
--charcoal-900: #044E34;
--charcoal-950: #033020;
}