Charcoal
#044E43
CyanColor Codes
All color formats for development
HEX
#044E43RGB
rgb(4, 78, 67)HSL
hsl(171, 90%, 16%)OKLCH
oklch(0.38 0.068 178.9)CMYK
cmyk(95%, 0%, 14%, 69%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#04463C
2#033E35
3#03362F
4#022F28
5#022721
6#021F1B
7#011714
8#01100D
9#000807
Tints
Lighter variations
1#067665
2#089F88
3#0BC8AB
4#0DF0CE
5#34F4D7
6#5CF6DF
7#85F9E7
8#AEFBEF
9#D6FDF7
Tones
Muted variations
1#084A40
2#0B463D
3#0F433B
4#133F38
5#163B36
6#1A3733
7#1E3431
8#21302E
9#252C2B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FE #F0FEFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDFD #DDFDF8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0FC #C0FCF3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 90F9 #90F9E9 | BordersInactive statesPlaceholder text |
| 400 | 55F6 #55F6DE | Disabled statesSecondary iconsMuted text |
| 500 | 25F4 #25F4D5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0BD5 #0BD5B7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 09AA #09AA91 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0679 #067968 | Text on light backgroundsHeadingsStrong borders |
| 900 | 044E #044E43 | Primary textHigh emphasis contentDark headings |
| 950 | 0330 #03302A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F0FEFC;
--charcoal-100: #DDFDF8;
--charcoal-200: #C0FCF3;
--charcoal-300: #90F9E9;
--charcoal-400: #55F6DE;
--charcoal-500: #25F4D5;
--charcoal-600: #0BD5B7;
--charcoal-700: #09AA91;
--charcoal-800: #067968;
--charcoal-900: #044E43;
--charcoal-950: #03302A;
}