Charcoal
#044D31
GreenColor Codes
All color formats for development
HEX
#044D31RGB
rgb(4, 77, 49)HSL
hsl(157, 90%, 16%)OKLCH
oklch(0.372 0.082 160.3)CMYK
cmyk(95%, 0%, 36%, 70%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#04462C
2#033E27
3#033623
4#022F1E
5#022719
6#021F14
7#01170F
8#01100A
9#000805
Tints
Lighter variations
1#06764B
2#089F65
3#0BC87F
4#0DF099
5#34F4AA
6#5CF6BB
7#85F9CC
8#AEFBDD
9#D6FDEE
Tones
Muted variations
1#084A31
2#0B4630
3#0F432F
4#133F2E
5#163B2D
6#1A372C
7#1E342B
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 #C0FCE5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 90F9 #90F9D1 | BordersInactive statesPlaceholder text |
| 400 | 55F6 #55F6B8 | Disabled statesSecondary iconsMuted text |
| 500 | 25F4 #25F4A4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0BD5 #0BD588 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 09AA #09AA6C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0679 #06794D | Text on light backgroundsHeadingsStrong borders |
| 900 | 044E #044E31 | 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: #F0FEF9;
--charcoal-100: #DDFDF1;
--charcoal-200: #C0FCE5;
--charcoal-300: #90F9D1;
--charcoal-400: #55F6B8;
--charcoal-500: #25F4A4;
--charcoal-600: #0BD588;
--charcoal-700: #09AA6C;
--charcoal-800: #06794D;
--charcoal-900: #044E31;
--charcoal-950: #03301F;
}