Charcoal
#0E441E
GreenColor Codes
All color formats for development
HEX
#0E441ERGB
rgb(14, 68, 30)HSL
hsl(138, 66%, 16%)OKLCH
oklch(0.342 0.085 149.1)CMYK
cmyk(79%, 0%, 56%, 73%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0C3D1B
2#0B3618
3#0A2F15
4#082912
5#07220F
6#061B0C
7#041409
8#030E06
9#010703
Tints
Lighter variations
1#15672E
2#1C8B3E
3#24AE4D
4#2BD25D
5#4DDB78
6#71E293
7#94E9AE
8#B8F0C9
9#DBF8E4
Tones
Muted variations
1#11411F
2#133E20
3#163C21
4#193922
5#1B3623
6#1E3424
7#213126
8#232E27
9#262B28
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FC #F2FCF5 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F9 #E1F9E8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8F4 #C8F4D5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9EEB #9EEBB5 | BordersInactive statesPlaceholder text |
| 400 | 6BE1 #6BE18E | Disabled statesSecondary iconsMuted text |
| 500 | 41D8 #41D86E | Primary brand colorCTAsActive elementsLinks |
| 600 | 26BA #26BA53 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1E94 #1E9442 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 166A #166A2F | Text on light backgroundsHeadingsStrong borders |
| 900 | 0E44 #0E441E | Primary textHigh emphasis contentDark headings |
| 950 | 092A #092A13 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F2FCF5;
--charcoal-100: #E1F9E8;
--charcoal-200: #C8F4D5;
--charcoal-300: #9EEBB5;
--charcoal-400: #6BE18E;
--charcoal-500: #41D86E;
--charcoal-600: #26BA53;
--charcoal-700: #1E9442;
--charcoal-800: #166A2F;
--charcoal-900: #0E441E;
--charcoal-950: #092A13;
}