Charcoal
#0E443D
CyanColor Codes
All color formats for development
HEX
#0E443DRGB
rgb(14, 68, 61)HSL
hsl(172, 66%, 16%)OKLCH
oklch(0.35 0.056 182.5)CMYK
cmyk(79%, 0%, 10%, 73%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0C3D36
2#0B3630
3#0A2F2A
4#082924
5#07221E
6#061B18
7#041412
8#030E0C
9#010706
Tints
Lighter variations
1#15675C
2#1C8B7C
3#24AE9C
4#2BD2BC
5#4DDBC8
6#71E2D3
7#94E9DE
8#B8F0E9
9#DBF8F4
Tones
Muted variations
1#11413B
2#133E39
3#163C37
4#193935
5#1B3633
6#1E3431
7#21312F
8#232E2D
9#262B2B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FC #F2FCFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F9 #E1F9F6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8F4 #C8F4EE | Secondary backgroundsInput backgroundsDividers |
| 300 | 9EEB #9EEBE1 | BordersInactive statesPlaceholder text |
| 400 | 6BE1 #6BE1D1 | Disabled statesSecondary iconsMuted text |
| 500 | 41D8 #41D8C4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 26BA #26BAA7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1E94 #1E9484 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 166A #166A5F | Text on light backgroundsHeadingsStrong borders |
| 900 | 0E44 #0E443D | Primary textHigh emphasis contentDark headings |
| 950 | 092A #092A26 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F2FCFB;
--charcoal-100: #E1F9F6;
--charcoal-200: #C8F4EE;
--charcoal-300: #9EEBE1;
--charcoal-400: #6BE1D1;
--charcoal-500: #41D8C4;
--charcoal-600: #26BAA7;
--charcoal-700: #1E9484;
--charcoal-800: #166A5F;
--charcoal-900: #0E443D;
--charcoal-950: #092A26;
}