Charcoal
#044E33
GreenColor Codes
All color formats for development
HEX
#044E33RGB
rgb(4, 78, 51)HSL
hsl(158, 90%, 16%)OKLCH
oklch(0.375 0.081 161.4)CMYK
cmyk(95%, 0%, 35%, 69%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#04462E
2#033E28
3#033623
4#022F1E
5#022719
6#021F14
7#01170F
8#01100A
9#000805
Tints
Lighter variations
1#06764D
2#089F68
3#0BC882
4#0DF09D
5#34F4AE
6#5CF6BE
7#85F9CE
8#AEFBDE
9#D6FDEF
Tones
Muted variations
1#084A32
2#0B4631
3#0F4330
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 #DDFDF1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0FC #C0FCE6 | Secondary backgroundsInput backgroundsDividers |
| 300 | 90F9 #90F9D2 | BordersInactive statesPlaceholder text |
| 400 | 55F6 #55F6BB | Disabled statesSecondary iconsMuted text |
| 500 | 25F4 #25F4A8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0BD5 #0BD58B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 09AA #09AA6F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0679 #06794F | Text on light backgroundsHeadingsStrong borders |
| 900 | 044E #044E33 | 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: #DDFDF1;
--charcoal-200: #C0FCE6;
--charcoal-300: #90F9D2;
--charcoal-400: #55F6BB;
--charcoal-500: #25F4A8;
--charcoal-600: #0BD58B;
--charcoal-700: #09AA6F;
--charcoal-800: #06794F;
--charcoal-900: #044E33;
--charcoal-950: #033020;
}