Charcoal
#044E2D
GreenColor Codes
All color formats for development
HEX
#044E2DRGB
rgb(4, 78, 45)HSL
hsl(153, 90%, 16%)OKLCH
oklch(0.374 0.087 156.7)CMYK
cmyk(95%, 0%, 42%, 69%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#044628
2#033E24
3#03361F
4#022F1B
5#022716
6#021F12
7#01170D
8#011009
9#000804
Tints
Lighter variations
1#067644
2#089F5B
3#0BC873
4#0DF08A
5#34F49E
6#5CF6B1
7#85F9C5
8#AEFBD8
9#D6FDEC
Tones
Muted variations
1#084A2C
2#0B462C
3#0F432B
4#133F2B
5#163B2B
6#1A372A
7#1E342A
8#21302A
9#252C29
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FE #F0FEF8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDFD #DDFDEF | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0FC #C0FCE1 | Secondary backgroundsInput backgroundsDividers |
| 300 | 90F9 #90F9CA | BordersInactive statesPlaceholder text |
| 400 | 55F6 #55F6AE | Disabled statesSecondary iconsMuted text |
| 500 | 25F4 #25F497 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0BD5 #0BD57A | Hover statesFocus ringsPrimary buttons hover |
| 700 | 09AA #09AA61 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0679 #067945 | Text on light backgroundsHeadingsStrong borders |
| 900 | 044E #044E2C | 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: #F0FEF8;
--charcoal-100: #DDFDEF;
--charcoal-200: #C0FCE1;
--charcoal-300: #90F9CA;
--charcoal-400: #55F6AE;
--charcoal-500: #25F497;
--charcoal-600: #0BD57A;
--charcoal-700: #09AA61;
--charcoal-800: #067945;
--charcoal-900: #044E2C;
--charcoal-950: #03301C;
}