Charcoal
#0E4339
CyanColor Codes
All color formats for development
HEX
#0E4339RGB
rgb(14, 67, 57)HSL
hsl(169, 65%, 16%)OKLCH
oklch(0.346 0.057 177.3)CMYK
cmyk(79%, 0%, 15%, 74%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0D3D34
2#0B362E
3#0A2F28
4#092823
5#07221D
6#061B17
7#041411
8#030D0C
9#010706
Tints
Lighter variations
1#166758
2#1D8A76
3#25AD94
4#2CD1B3
5#4EDAC0
6#72E1CD
7#95E9D9
8#B8F0E6
9#DCF8F2
Tones
Muted variations
1#114138
2#143E36
3#163B35
4#193933
5#1C3631
6#1E3330
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 #9EEADC | BordersInactive statesPlaceholder text |
| 400 | 6CE0 #6CE0CA | Disabled statesSecondary iconsMuted text |
| 500 | 42D7 #42D7BB | Primary brand colorCTAsActive elementsLinks |
| 600 | 27B9 #27B99E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1F93 #1F937E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1669 #16695A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0E43 #0E433A | Primary textHigh emphasis contentDark headings |
| 950 | 092A #092A24 | 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: #9EEADC;
--charcoal-400: #6CE0CA;
--charcoal-500: #42D7BB;
--charcoal-600: #27B99E;
--charcoal-700: #1F937E;
--charcoal-800: #16695A;
--charcoal-900: #0E433A;
--charcoal-950: #092A24;
}