Charcoal
#044E3E
CyanColor Codes
All color formats for development
HEX
#044E3ERGB
rgb(4, 78, 62)HSL
hsl(167, 90%, 16%)OKLCH
oklch(0.379 0.071 172.6)CMYK
cmyk(95%, 0%, 21%, 69%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#044637
2#033E31
3#03362B
4#022F25
5#02271F
6#021F19
7#011712
8#01100C
9#000806
Tints
Lighter variations
1#06765E
2#089F7E
3#0BC89F
4#0DF0BF
5#34F4CB
6#5CF6D5
7#85F9E0
8#AEFBEA
9#D6FDF5
Tones
Muted variations
1#084A3C
2#0B4639
3#0F4337
4#133F35
5#163B33
6#1A3731
7#1E342F
8#21302D
9#252C2B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FE #F0FEFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDFD #DDFDF6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0FC #C0FCEF | Secondary backgroundsInput backgroundsDividers |
| 300 | 90F9 #90F9E2 | BordersInactive statesPlaceholder text |
| 400 | 55F6 #55F6D3 | Disabled statesSecondary iconsMuted text |
| 500 | 25F4 #25F4C7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0BD5 #0BD5A9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 09AA #09AA87 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0679 #067960 | Text on light backgroundsHeadingsStrong borders |
| 900 | 044E #044E3E | Primary textHigh emphasis contentDark headings |
| 950 | 0330 #033027 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F0FEFB;
--charcoal-100: #DDFDF6;
--charcoal-200: #C0FCEF;
--charcoal-300: #90F9E2;
--charcoal-400: #55F6D3;
--charcoal-500: #25F4C7;
--charcoal-600: #0BD5A9;
--charcoal-700: #09AA87;
--charcoal-800: #067960;
--charcoal-900: #044E3E;
--charcoal-950: #033027;
}