Charcoal
#044E3A
GreenColor Codes
All color formats for development
HEX
#044E3ARGB
rgb(4, 78, 58)HSL
hsl(164, 90%, 16%)OKLCH
oklch(0.377 0.075 168.1)CMYK
cmyk(95%, 0%, 26%, 69%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#044634
2#033E2E
3#033629
4#022F23
5#02271D
6#021F17
7#011711
8#01100C
9#000806
Tints
Lighter variations
1#067658
2#089F77
3#0BC895
4#0DF0B4
5#34F4C1
6#5CF6CD
7#85F9DA
8#AEFBE6
9#D6FDF3
Tones
Muted variations
1#084A38
2#0B4637
3#0F4335
4#133F33
5#163B31
6#1A3730
7#1E342E
8#21302C
9#252C2B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FE #F0FEFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDFD #DDFDF5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0FC #C0FCEC | Secondary backgroundsInput backgroundsDividers |
| 300 | 90F9 #90F9DD | BordersInactive statesPlaceholder text |
| 400 | 55F6 #55F6CB | Disabled statesSecondary iconsMuted text |
| 500 | 25F4 #25F4BC | Primary brand colorCTAsActive elementsLinks |
| 600 | 0BD5 #0BD59F | Hover statesFocus ringsPrimary buttons hover |
| 700 | 09AA #09AA7F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0679 #06795B | Text on light backgroundsHeadingsStrong borders |
| 900 | 044E #044E3A | Primary textHigh emphasis contentDark headings |
| 950 | 0330 #033024 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F0FEFB;
--charcoal-100: #DDFDF5;
--charcoal-200: #C0FCEC;
--charcoal-300: #90F9DD;
--charcoal-400: #55F6CB;
--charcoal-500: #25F4BC;
--charcoal-600: #0BD59F;
--charcoal-700: #09AA7F;
--charcoal-800: #06795B;
--charcoal-900: #044E3A;
--charcoal-950: #033024;
}