Charcoal
#0E4431
GreenColor Codes
All color formats for development
HEX
#0E4431RGB
rgb(14, 68, 49)HSL
hsl(159, 66%, 16%)OKLCH
oklch(0.346 0.065 165)CMYK
cmyk(79%, 0%, 28%, 73%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0C3D2C
2#0B3627
3#0A2F22
4#08291D
5#072218
6#061B14
7#04140F
8#030E0A
9#010705
Tints
Lighter variations
1#15674B
2#1C8B64
3#24AE7E
4#2BD298
5#4DDBA9
6#71E2BA
7#94E9CB
8#B8F0DD
9#DBF8EE
Tones
Muted variations
1#114130
2#133E2F
3#163C2E
4#19392E
5#1B362D
6#1E342C
7#21312B
8#232E2A
9#262B2A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FC #F2FCF9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F9 #E1F9F1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8F4 #C8F4E4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9EEB #9EEBD0 | BordersInactive statesPlaceholder text |
| 400 | 6BE1 #6BE1B7 | Disabled statesSecondary iconsMuted text |
| 500 | 41D8 #41D8A3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 26BA #26BA86 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1E94 #1E946B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 166A #166A4C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0E44 #0E4431 | Primary textHigh emphasis contentDark headings |
| 950 | 092A #092A1F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F2FCF9;
--charcoal-100: #E1F9F1;
--charcoal-200: #C8F4E4;
--charcoal-300: #9EEBD0;
--charcoal-400: #6BE1B7;
--charcoal-500: #41D8A3;
--charcoal-600: #26BA86;
--charcoal-700: #1E946B;
--charcoal-800: #166A4C;
--charcoal-900: #0E4431;
--charcoal-950: #092A1F;
}