Charcoal
#0E4338
CyanColor Codes
All color formats for development
HEX
#0E4338RGB
rgb(14, 67, 56)HSL
hsl(168, 65%, 16%)OKLCH
oklch(0.346 0.058 175.7)CMYK
cmyk(79%, 0%, 16%, 74%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0D3D33
2#0B362D
3#0A2F28
4#092822
5#07221C
6#061B17
7#041411
8#030D0B
9#010706
Tints
Lighter variations
1#166756
2#1D8A74
3#25AD92
4#2CD1B0
5#4EDABE
6#72E1CB
7#95E9D8
8#B8F0E5
9#DCF8F2
Tones
Muted variations
1#114137
2#143E36
3#163B34
4#193932
5#1C3631
6#1E332F
7#21312E
8#232E2C
9#262B2A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FC #F2FCFA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F9 #E2F9F4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8F3 #C8F3EB | Secondary backgroundsInput backgroundsDividers |
| 300 | 9EEA #9EEADB | BordersInactive statesPlaceholder text |
| 400 | 6CE0 #6CE0C9 | Disabled statesSecondary iconsMuted text |
| 500 | 42D7 #42D7B9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 27B9 #27B99C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1F93 #1F937C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1669 #166959 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0E43 #0E4339 | Primary textHigh emphasis contentDark headings |
| 950 | 092A #092A23 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F2FCFA;
--charcoal-100: #E2F9F4;
--charcoal-200: #C8F3EB;
--charcoal-300: #9EEADB;
--charcoal-400: #6CE0C9;
--charcoal-500: #42D7B9;
--charcoal-600: #27B99C;
--charcoal-700: #1F937C;
--charcoal-800: #166959;
--charcoal-900: #0E4339;
--charcoal-950: #092A23;
}