Charcoal
#044E40
CyanColor Codes
All color formats for development
HEX
#044E40RGB
rgb(4, 78, 64)HSL
hsl(169, 90%, 16%)OKLCH
oklch(0.379 0.07 175)CMYK
cmyk(95%, 0%, 18%, 69%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#04463A
2#033E33
3#03362D
4#022F26
5#022720
6#021F1A
7#011713
8#01100D
9#000806
Tints
Lighter variations
1#067662
2#089F83
3#0BC8A5
4#0DF0C7
5#34F4D1
6#5CF6DA
7#85F9E3
8#AEFBED
9#D6FDF6
Tones
Muted variations
1#084A3E
2#0B463B
3#0F4339
4#133F37
5#163B34
6#1A3732
7#1E3430
8#21302D
9#252C2B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FE #F0FEFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDFD #DDFDF7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0FC #C0FCF1 | Secondary backgroundsInput backgroundsDividers |
| 300 | 90F9 #90F9E6 | BordersInactive statesPlaceholder text |
| 400 | 55F6 #55F6D9 | Disabled statesSecondary iconsMuted text |
| 500 | 25F4 #25F4CE | Primary brand colorCTAsActive elementsLinks |
| 600 | 0BD5 #0BD5B0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 09AA #09AA8C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0679 #067964 | Text on light backgroundsHeadingsStrong borders |
| 900 | 044E #044E40 | Primary textHigh emphasis contentDark headings |
| 950 | 0330 #033028 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F0FEFC;
--charcoal-100: #DDFDF7;
--charcoal-200: #C0FCF1;
--charcoal-300: #90F9E6;
--charcoal-400: #55F6D9;
--charcoal-500: #25F4CE;
--charcoal-600: #0BD5B0;
--charcoal-700: #09AA8C;
--charcoal-800: #067964;
--charcoal-900: #044E40;
--charcoal-950: #033028;
}