Charcoal
#0E442F
GreenColor Codes
All color formats for development
HEX
#0E442FRGB
rgb(14, 68, 47)HSL
hsl(157, 66%, 16%)OKLCH
oklch(0.346 0.067 162.7)CMYK
cmyk(79%, 0%, 31%, 73%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0C3D2A
2#0B3626
3#0A2F21
4#08291C
5#072218
6#061B13
7#04140E
8#030E09
9#010705
Tints
Lighter variations
1#156748
2#1C8B61
3#24AE79
4#2BD292
5#4DDBA4
6#71E2B7
7#94E9C9
8#B8F0DB
9#DBF8ED
Tones
Muted variations
1#11412E
2#133E2E
3#163C2D
4#19392D
5#1B362C
6#1E342B
7#21312B
8#232E2A
9#262B29
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FC #F2FCF9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F9 #E1F9F0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8F4 #C8F4E3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9EEB #9EEBCD | BordersInactive statesPlaceholder text |
| 400 | 6BE1 #6BE1B3 | Disabled statesSecondary iconsMuted text |
| 500 | 41D8 #41D89E | Primary brand colorCTAsActive elementsLinks |
| 600 | 26BA #26BA81 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1E94 #1E9467 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 166A #166A4A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0E44 #0E442F | Primary textHigh emphasis contentDark headings |
| 950 | 092A #092A1D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F2FCF9;
--charcoal-100: #E1F9F0;
--charcoal-200: #C8F4E3;
--charcoal-300: #9EEBCD;
--charcoal-400: #6BE1B3;
--charcoal-500: #41D89E;
--charcoal-600: #26BA81;
--charcoal-700: #1E9467;
--charcoal-800: #166A4A;
--charcoal-900: #0E442F;
--charcoal-950: #092A1D;
}