Charcoal
#0E4342
CyanColor Codes
All color formats for development
HEX
#0E4342RGB
rgb(14, 67, 66)HSL
hsl(179, 65%, 16%)OKLCH
oklch(0.349 0.053 193.1)CMYK
cmyk(79%, 0%, 1%, 74%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0D3D3C
2#0B3635
3#0A2F2F
4#092828
5#072221
6#061B1B
7#041414
8#030D0D
9#010707
Tints
Lighter variations
1#166765
2#1D8A88
3#25ADAB
4#2CD1CE
5#4EDAD7
6#72E1DF
7#95E9E7
8#B8F0EF
9#DCF8F7
Tones
Muted variations
1#114140
2#143E3D
3#163B3B
4#193938
5#1C3636
6#1E3333
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 | E2F9 #E2F9F8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8F3 #C8F3F3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9EEA #9EEAE9 | BordersInactive statesPlaceholder text |
| 400 | 6CE0 #6CE0DE | Disabled statesSecondary iconsMuted text |
| 500 | 42D7 #42D7D4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 27B9 #27B9B7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1F93 #1F9391 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1669 #166968 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0E43 #0E4342 | Primary textHigh emphasis contentDark headings |
| 950 | 092A #092A2A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F2FCFC;
--charcoal-100: #E2F9F8;
--charcoal-200: #C8F3F3;
--charcoal-300: #9EEAE9;
--charcoal-400: #6CE0DE;
--charcoal-500: #42D7D4;
--charcoal-600: #27B9B7;
--charcoal-700: #1F9391;
--charcoal-800: #166968;
--charcoal-900: #0E4342;
--charcoal-950: #092A2A;
}