Charcoal
#044E2E
GreenColor Codes
All color formats for development
HEX
#044E2ERGB
rgb(4, 78, 46)HSL
hsl(154, 90%, 16%)OKLCH
oklch(0.374 0.086 157.4)CMYK
cmyk(95%, 0%, 41%, 69%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#044629
2#033E25
3#033620
4#022F1B
5#022717
6#021F12
7#01170E
8#011009
9#000805
Tints
Lighter variations
1#067646
2#089F5E
3#0BC876
4#0DF08E
5#34F4A1
6#5CF6B4
7#85F9C6
8#AEFBD9
9#D6FDEC
Tones
Muted variations
1#084A2D
2#0B462D
3#0F432C
4#133F2C
5#163B2B
6#1A372B
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 #C0FCE2 | Secondary backgroundsInput backgroundsDividers |
| 300 | 90F9 #90F9CB | BordersInactive statesPlaceholder text |
| 400 | 55F6 #55F6B0 | Disabled statesSecondary iconsMuted text |
| 500 | 25F4 #25F49A | Primary brand colorCTAsActive elementsLinks |
| 600 | 0BD5 #0BD57E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 09AA #09AA64 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0679 #067947 | Text on light backgroundsHeadingsStrong borders |
| 900 | 044E #044E2E | Primary textHigh emphasis contentDark headings |
| 950 | 0330 #03301D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F0FEF8;
--charcoal-100: #DDFDEF;
--charcoal-200: #C0FCE2;
--charcoal-300: #90F9CB;
--charcoal-400: #55F6B0;
--charcoal-500: #25F49A;
--charcoal-600: #0BD57E;
--charcoal-700: #09AA64;
--charcoal-800: #067947;
--charcoal-900: #044E2E;
--charcoal-950: #03301D;
}