Charcoal
#0E4438
CyanColor Codes
All color formats for development
HEX
#0E4438RGB
rgb(14, 68, 56)HSL
hsl(167, 66%, 16%)OKLCH
oklch(0.349 0.059 174.4)CMYK
cmyk(79%, 0%, 18%, 73%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0C3D32
2#0B362D
3#0A2F27
4#082922
5#07221C
6#061B16
7#041411
8#030E0B
9#010706
Tints
Lighter variations
1#156755
2#1C8B73
3#24AE90
4#2BD2AE
5#4DDBBC
6#71E2C9
7#94E9D7
8#B8F0E4
9#DBF8F2
Tones
Muted variations
1#114137
2#133E35
3#163C33
4#193932
5#1B3630
6#1E342F
7#21312D
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 | E1F9 #E1F9F4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8F4 #C8F4EA | Secondary backgroundsInput backgroundsDividers |
| 300 | 9EEB #9EEBDA | BordersInactive statesPlaceholder text |
| 400 | 6BE1 #6BE1C7 | Disabled statesSecondary iconsMuted text |
| 500 | 41D8 #41D8B7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 26BA #26BA9A | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1E94 #1E947B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 166A #166A58 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0E44 #0E4438 | 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: #E1F9F4;
--charcoal-200: #C8F4EA;
--charcoal-300: #9EEBDA;
--charcoal-400: #6BE1C7;
--charcoal-500: #41D8B7;
--charcoal-600: #26BA9A;
--charcoal-700: #1E947B;
--charcoal-800: #166A58;
--charcoal-900: #0E4438;
--charcoal-950: #092A23;
}