Charcoal
#0E441A
GreenColor Codes
All color formats for development
HEX
#0E441ARGB
rgb(14, 68, 26)HSL
hsl(133, 66%, 16%)OKLCH
oklch(0.341 0.089 147.1)CMYK
cmyk(79%, 0%, 62%, 73%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0C3D17
2#0B3614
3#0A2F12
4#08290F
5#07220D
6#061B0A
7#041408
8#030E05
9#010703
Tints
Lighter variations
1#156727
2#1C8B34
3#24AE42
4#2BD24F
5#4DDB6C
6#71E289
7#94E9A7
8#B8F0C4
9#DBF8E2
Tones
Muted variations
1#11411B
2#133E1D
3#163C1E
4#193920
5#1B3621
6#1E3423
7#213124
8#232E26
9#262B27
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FC #F2FCF4 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F9 #E1F9E6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8F4 #C8F4D1 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9EEB #9EEBAE | BordersInactive statesPlaceholder text |
| 400 | 6BE1 #6BE184 | Disabled statesSecondary iconsMuted text |
| 500 | 41D8 #41D861 | Primary brand colorCTAsActive elementsLinks |
| 600 | 26BA #26BA46 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1E94 #1E9438 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 166A #166A28 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0E44 #0E441A | Primary textHigh emphasis contentDark headings |
| 950 | 092A #092A10 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F2FCF4;
--charcoal-100: #E1F9E6;
--charcoal-200: #C8F4D1;
--charcoal-300: #9EEBAE;
--charcoal-400: #6BE184;
--charcoal-500: #41D861;
--charcoal-600: #26BA46;
--charcoal-700: #1E9438;
--charcoal-800: #166A28;
--charcoal-900: #0E441A;
--charcoal-950: #092A10;
}