Charcoal
#044E3C
CyanColor Codes
All color formats for development
HEX
#044E3CRGB
rgb(4, 78, 60)HSL
hsl(165, 90%, 16%)OKLCH
oklch(0.378 0.073 170.3)CMYK
cmyk(95%, 0%, 23%, 69%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#044635
2#033E2F
3#033629
4#022F23
5#02271E
6#021F18
7#011712
8#01100C
9#000806
Tints
Lighter variations
1#06765A
2#089F79
3#0BC898
4#0DF0B7
5#34F4C4
6#5CF6D0
7#85F9DC
8#AEFBE7
9#D6FDF3
Tones
Muted variations
1#084A39
2#0B4637
3#0F4336
4#133F34
5#163B32
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 #C0FCED | Secondary backgroundsInput backgroundsDividers |
| 300 | 90F9 #90F9DF | BordersInactive statesPlaceholder text |
| 400 | 55F6 #55F6CE | Disabled statesSecondary iconsMuted text |
| 500 | 25F4 #25F4C0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0BD5 #0BD5A3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 09AA #09AA81 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0679 #06795C | Text on light backgroundsHeadingsStrong borders |
| 900 | 044E #044E3B | Primary textHigh emphasis contentDark headings |
| 950 | 0330 #033025 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F0FEFB;
--charcoal-100: #DDFDF5;
--charcoal-200: #C0FCED;
--charcoal-300: #90F9DF;
--charcoal-400: #55F6CE;
--charcoal-500: #25F4C0;
--charcoal-600: #0BD5A3;
--charcoal-700: #09AA81;
--charcoal-800: #06795C;
--charcoal-900: #044E3B;
--charcoal-950: #033025;
}