Charcoal
#044E35
GreenColor Codes
All color formats for development
HEX
#044E35RGB
rgb(4, 78, 53)HSL
hsl(160, 90%, 16%)OKLCH
oklch(0.376 0.079 163.1)CMYK
cmyk(95%, 0%, 32%, 69%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#044630
2#033E2A
3#033625
4#022F20
5#02271B
6#021F15
7#011710
8#01100B
9#000805
Tints
Lighter variations
1#067651
2#089F6D
3#0BC889
4#0DF0A4
5#34F4B4
6#5CF6C3
7#85F9D2
8#AEFBE1
9#D6FDF0
Tones
Muted variations
1#084A34
2#0B4633
3#0F4331
4#133F30
5#163B2F
6#1A372E
7#1E342C
8#21302B
9#252C2A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FE #F0FEFA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDFD #DDFDF3 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0FC #C0FCE8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 90F9 #90F9D6 | BordersInactive statesPlaceholder text |
| 400 | 55F6 #55F6C1 | Disabled statesSecondary iconsMuted text |
| 500 | 25F4 #25F4AF | Primary brand colorCTAsActive elementsLinks |
| 600 | 0BD5 #0BD592 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 09AA #09AA74 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0679 #067953 | Text on light backgroundsHeadingsStrong borders |
| 900 | 044E #044E35 | Primary textHigh emphasis contentDark headings |
| 950 | 0330 #033021 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F0FEFA;
--charcoal-100: #DDFDF3;
--charcoal-200: #C0FCE8;
--charcoal-300: #90F9D6;
--charcoal-400: #55F6C1;
--charcoal-500: #25F4AF;
--charcoal-600: #0BD592;
--charcoal-700: #09AA74;
--charcoal-800: #067953;
--charcoal-900: #044E35;
--charcoal-950: #033021;
}