Charcoal
#044D41
CyanColor Codes
All color formats for development
HEX
#044D41RGB
rgb(4, 77, 65)HSL
hsl(170, 90%, 16%)OKLCH
oklch(0.377 0.068 177.4)CMYK
cmyk(95%, 0%, 16%, 70%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#04463B
2#033E34
3#03362E
4#022F27
5#022721
6#021F1A
7#011714
8#01100D
9#000807
Tints
Lighter variations
1#067664
2#089F86
3#0BC8A8
4#0DF0CA
5#34F4D4
6#5CF6DD
7#85F9E5
8#AEFBEE
9#D6FDF6
Tones
Muted variations
1#084A3F
2#0B463C
3#0F433A
4#133F37
5#163B35
6#1A3733
7#1E3430
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 #C0FCF2 | Secondary backgroundsInput backgroundsDividers |
| 300 | 90F9 #90F9E8 | BordersInactive statesPlaceholder text |
| 400 | 55F6 #55F6DB | Disabled statesSecondary iconsMuted text |
| 500 | 25F4 #25F4D1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0BD5 #0BD5B4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 09AA #09AA8F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0679 #067966 | Text on light backgroundsHeadingsStrong borders |
| 900 | 044E #044E41 | Primary textHigh emphasis contentDark headings |
| 950 | 0330 #033029 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F0FEFC;
--charcoal-100: #DDFDF8;
--charcoal-200: #C0FCF2;
--charcoal-300: #90F9E8;
--charcoal-400: #55F6DB;
--charcoal-500: #25F4D1;
--charcoal-600: #0BD5B4;
--charcoal-700: #09AA8F;
--charcoal-800: #067966;
--charcoal-900: #044E41;
--charcoal-950: #033029;
}