Charcoal
#044E4E
CyanColor Codes
All color formats for development
HEX
#044E4ERGB
rgb(4, 78, 78)HSL
hsl(180, 90%, 16%)OKLCH
oklch(0.385 0.064 194.8)CMYK
cmyk(95%, 0%, 0%, 69%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#044646
2#033E3E
3#033636
4#022F2F
5#022727
6#021F1F
7#011717
8#011010
9#000808
Tints
Lighter variations
1#067676
2#089F9F
3#0BC8C8
4#0DF0F0
5#34F4F4
6#5CF6F6
7#85F9F9
8#AEFBFB
9#D6FDFD
Tones
Muted variations
1#084A4A
2#0B4646
3#0F4343
4#133F3F
5#163B3B
6#1A3737
7#1E3434
8#213030
9#252C2C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FE #F0FEFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDFD #DDFDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0FC #C0FCFC | Secondary backgroundsInput backgroundsDividers |
| 300 | 90F9 #90F9F9 | BordersInactive statesPlaceholder text |
| 400 | 55F6 #55F6F6 | Disabled statesSecondary iconsMuted text |
| 500 | 25F4 #25F4F4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0BD5 #0BD5D5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 09AA #09AAAA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0679 #067979 | Text on light backgroundsHeadingsStrong borders |
| 900 | 044E #044E4E | Primary textHigh emphasis contentDark headings |
| 950 | 0330 #033030 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F0FEFE;
--charcoal-100: #DDFDFD;
--charcoal-200: #C0FCFC;
--charcoal-300: #90F9F9;
--charcoal-400: #55F6F6;
--charcoal-500: #25F4F4;
--charcoal-600: #0BD5D5;
--charcoal-700: #09AAAA;
--charcoal-800: #067979;
--charcoal-900: #044E4E;
--charcoal-950: #033030;
}