Charcoal
#044E49
CyanColor Codes
All color formats for development
HEX
#044E49RGB
rgb(4, 78, 73)HSL
hsl(176, 90%, 16%)OKLCH
oklch(0.383 0.065 187.3)CMYK
cmyk(95%, 0%, 6%, 69%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#044641
2#033E3A
3#033633
4#022F2C
5#022724
6#021F1D
7#011716
8#01100F
9#000807
Tints
Lighter variations
1#06766F
2#089F95
3#0BC8BB
4#0DF0E1
5#34F4E7
6#5CF6EC
7#85F9F1
8#AEFBF6
9#D6FDFA
Tones
Muted variations
1#084A45
2#0B4642
3#0F433F
4#133F3C
5#163B39
6#1A3736
7#1E3432
8#21302F
9#252C2C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FE #F0FEFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDFD #DDFDFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0FC #C0FCF8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 90F9 #90F9F2 | BordersInactive statesPlaceholder text |
| 400 | 55F6 #55F6EB | Disabled statesSecondary iconsMuted text |
| 500 | 25F4 #25F4E6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0BD5 #0BD5C8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 09AA #09AA9F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0679 #067971 | Text on light backgroundsHeadingsStrong borders |
| 900 | 044E #044E49 | Primary textHigh emphasis contentDark headings |
| 950 | 0330 #03302D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F0FEFD;
--charcoal-100: #DDFDFB;
--charcoal-200: #C0FCF8;
--charcoal-300: #90F9F2;
--charcoal-400: #55F6EB;
--charcoal-500: #25F4E6;
--charcoal-600: #0BD5C8;
--charcoal-700: #09AA9F;
--charcoal-800: #067971;
--charcoal-900: #044E49;
--charcoal-950: #03302D;
}