Charcoal
#044E48
CyanColor Codes
All color formats for development
HEX
#044E48RGB
rgb(4, 78, 72)HSL
hsl(175, 90%, 16%)OKLCH
oklch(0.382 0.066 185.9)CMYK
cmyk(95%, 0%, 8%, 69%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#044640
2#033E39
3#033632
4#022F2B
5#022724
6#021F1D
7#011715
8#01100E
9#000807
Tints
Lighter variations
1#06766D
2#089F92
3#0BC8B8
4#0DF0DD
5#34F4E4
6#5CF6EA
7#85F9EF
8#AEFBF4
9#D6FDFA
Tones
Muted variations
1#084A44
2#0B4641
3#0F433E
4#133F3B
5#163B38
6#1A3735
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 #C0FCF7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 90F9 #90F9F0 | BordersInactive statesPlaceholder text |
| 400 | 55F6 #55F6E9 | Disabled statesSecondary iconsMuted text |
| 500 | 25F4 #25F4E2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0BD5 #0BD5C4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 09AA #09AA9C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0679 #067970 | Text on light backgroundsHeadingsStrong borders |
| 900 | 044E #044E47 | 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: #C0FCF7;
--charcoal-300: #90F9F0;
--charcoal-400: #55F6E9;
--charcoal-500: #25F4E2;
--charcoal-600: #0BD5C4;
--charcoal-700: #09AA9C;
--charcoal-800: #067970;
--charcoal-900: #044E47;
--charcoal-950: #03302D;
}