Charcoal
#044E44
CyanColor Codes
All color formats for development
HEX
#044E44RGB
rgb(4, 78, 68)HSL
hsl(172, 90%, 16%)OKLCH
oklch(0.381 0.067 180.2)CMYK
cmyk(95%, 0%, 13%, 69%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#04463D
2#033E36
3#03362F
4#022F29
5#022722
6#021F1B
7#011714
8#01100E
9#000807
Tints
Lighter variations
1#067667
2#089F8B
3#0BC8AE
4#0DF0D2
5#34F4DB
6#5CF6E2
7#85F9E9
8#AEFBF0
9#D6FDF8
Tones
Muted variations
1#084A41
2#0B463E
3#0F433C
4#133F39
5#163B36
6#1A3734
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 #DDFDF9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0FC #C0FCF4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 90F9 #90F9EB | BordersInactive statesPlaceholder text |
| 400 | 55F6 #55F6E1 | Disabled statesSecondary iconsMuted text |
| 500 | 25F4 #25F4D8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0BD5 #0BD5BA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 09AA #09AA94 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0679 #06796A | Text on light backgroundsHeadingsStrong borders |
| 900 | 044E #044E44 | 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: #DDFDF9;
--charcoal-200: #C0FCF4;
--charcoal-300: #90F9EB;
--charcoal-400: #55F6E1;
--charcoal-500: #25F4D8;
--charcoal-600: #0BD5BA;
--charcoal-700: #09AA94;
--charcoal-800: #06796A;
--charcoal-900: #044E44;
--charcoal-950: #03302A;
}