Charcoal
#0E4336
CyanColor Codes
All color formats for development
HEX
#0E4336RGB
rgb(14, 67, 54)HSL
hsl(165, 65%, 16%)OKLCH
oklch(0.345 0.059 172.6)CMYK
cmyk(79%, 0%, 19%, 74%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0D3D31
2#0B362B
3#0A2F26
4#092820
5#07221B
6#061B16
7#041410
8#030D0B
9#010705
Tints
Lighter variations
1#166752
2#1D8A6F
3#25AD8B
4#2CD1A8
5#4EDAB7
6#72E1C5
7#95E9D4
8#B8F0E2
9#DCF8F1
Tones
Muted variations
1#114135
2#143E33
3#163B32
4#193931
5#1C362F
6#1E332E
7#21312D
8#232E2B
9#262B2A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FC #F2FCFA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F9 #E2F9F3 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8F3 #C8F3E9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9EEA #9EEAD7 | BordersInactive statesPlaceholder text |
| 400 | 6CE0 #6CE0C3 | Disabled statesSecondary iconsMuted text |
| 500 | 42D7 #42D7B2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 27B9 #27B995 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1F93 #1F9376 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1669 #166954 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0E43 #0E4336 | Primary textHigh emphasis contentDark headings |
| 950 | 092A #092A22 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F2FCFA;
--charcoal-100: #E2F9F3;
--charcoal-200: #C8F3E9;
--charcoal-300: #9EEAD7;
--charcoal-400: #6CE0C3;
--charcoal-500: #42D7B2;
--charcoal-600: #27B995;
--charcoal-700: #1F9376;
--charcoal-800: #166954;
--charcoal-900: #0E4336;
--charcoal-950: #092A22;
}