Charcoal
#0E4441
CyanColor Codes
All color formats for development
HEX
#0E4441RGB
rgb(14, 68, 65)HSL
hsl(177, 66%, 16%)OKLCH
oklch(0.352 0.054 189.5)CMYK
cmyk(79%, 0%, 4%, 73%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0C3D3B
2#0B3634
3#0A2F2E
4#082927
5#072221
6#061B1A
7#041414
8#030E0D
9#010707
Tints
Lighter variations
1#156763
2#1C8B85
3#24AEA7
4#2BD2CA
5#4DDBD4
6#71E2DC
7#94E9E5
8#B8F0EE
9#DBF8F6
Tones
Muted variations
1#11413F
2#133E3C
3#163C3A
4#193937
5#1B3635
6#1E3432
7#213130
8#232E2E
9#262B2B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FC #F2FCFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F9 #E1F9F8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8F4 #C8F4F2 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9EEB #9EEBE7 | BordersInactive statesPlaceholder text |
| 400 | 6BE1 #6BE1DB | Disabled statesSecondary iconsMuted text |
| 500 | 41D8 #41D8D0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 26BA #26BAB3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1E94 #1E948E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 166A #166A66 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0E44 #0E4441 | Primary textHigh emphasis contentDark headings |
| 950 | 092A #092A29 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F2FCFC;
--charcoal-100: #E1F9F8;
--charcoal-200: #C8F4F2;
--charcoal-300: #9EEBE7;
--charcoal-400: #6BE1DB;
--charcoal-500: #41D8D0;
--charcoal-600: #26BAB3;
--charcoal-700: #1E948E;
--charcoal-800: #166A66;
--charcoal-900: #0E4441;
--charcoal-950: #092A29;
}