Charcoal
#0E4435
GreenColor Codes
All color formats for development
HEX
#0E4435RGB
rgb(14, 68, 53)HSL
hsl(163, 66%, 16%)OKLCH
oklch(0.348 0.061 170.1)CMYK
cmyk(79%, 0%, 22%, 73%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0C3D2F
2#0B362A
3#0A2F25
4#08291F
5#07221A
6#061B15
7#041410
8#030E0A
9#010705
Tints
Lighter variations
1#156750
2#1C8B6C
3#24AE87
4#2BD2A3
5#4DDBB3
6#71E2C2
7#94E9D1
8#B8F0E0
9#DBF8F0
Tones
Muted variations
1#114133
2#133E32
3#163C31
4#193930
5#1B362F
6#1E342D
7#21312C
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 | E1F9 #E1F9F2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8F4 #C8F4E7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9EEB #9EEBD5 | BordersInactive statesPlaceholder text |
| 400 | 6BE1 #6BE1BF | Disabled statesSecondary iconsMuted text |
| 500 | 41D8 #41D8AD | Primary brand colorCTAsActive elementsLinks |
| 600 | 26BA #26BA90 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1E94 #1E9473 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 166A #166A52 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0E44 #0E4434 | Primary textHigh emphasis contentDark headings |
| 950 | 092A #092A21 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F2FCFA;
--charcoal-100: #E1F9F2;
--charcoal-200: #C8F4E7;
--charcoal-300: #9EEBD5;
--charcoal-400: #6BE1BF;
--charcoal-500: #41D8AD;
--charcoal-600: #26BA90;
--charcoal-700: #1E9473;
--charcoal-800: #166A52;
--charcoal-900: #0E4434;
--charcoal-950: #092A21;
}