Charcoal
#0E4340
CyanColor Codes
All color formats for development
HEX
#0E4340RGB
rgb(14, 67, 64)HSL
hsl(177, 65%, 16%)OKLCH
oklch(0.349 0.054 189.4)CMYK
cmyk(79%, 0%, 4%, 74%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0D3D3A
2#0B3634
3#0A2F2D
4#092827
5#072220
6#061B1A
7#041413
8#030D0D
9#010706
Tints
Lighter variations
1#166763
2#1D8A85
3#25ADA7
4#2CD1C8
5#4EDAD3
6#72E1DB
7#95E9E4
8#B8F0ED
9#DCF8F6
Tones
Muted variations
1#11413E
2#143E3C
3#163B3A
4#193937
5#1C3635
6#1E3332
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 #C8F3F1 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9EEA #9EEAE7 | BordersInactive statesPlaceholder text |
| 400 | 6CE0 #6CE0DA | Disabled statesSecondary iconsMuted text |
| 500 | 42D7 #42D7CF | Primary brand colorCTAsActive elementsLinks |
| 600 | 27B9 #27B9B2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1F93 #1F938D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1669 #166965 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0E43 #0E4341 | Primary textHigh emphasis contentDark headings |
| 950 | 092A #092A28 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F2FCFC;
--charcoal-100: #E2F9F8;
--charcoal-200: #C8F3F1;
--charcoal-300: #9EEAE7;
--charcoal-400: #6CE0DA;
--charcoal-500: #42D7CF;
--charcoal-600: #27B9B2;
--charcoal-700: #1F938D;
--charcoal-800: #166965;
--charcoal-900: #0E4341;
--charcoal-950: #092A28;
}