Charcoal
#0E441C
GreenColor Codes
All color formats for development
HEX
#0E441CRGB
rgb(14, 68, 28)HSL
hsl(136, 66%, 16%)OKLCH
oklch(0.341 0.087 148)CMYK
cmyk(79%, 0%, 59%, 73%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0C3D19
2#0B3617
3#0A2F14
4#082911
5#07220E
6#061B0B
7#041408
8#030E06
9#010703
Tints
Lighter variations
1#15672B
2#1C8B3A
3#24AE49
4#2BD258
5#4DDB73
6#71E28F
7#94E9AB
8#B8F0C7
9#DBF8E3
Tones
Muted variations
1#11411D
2#133E1F
3#163C20
4#193921
5#1B3623
6#1E3424
7#213125
8#232E26
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 #C8F4D4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9EEB #9EEBB2 | BordersInactive statesPlaceholder text |
| 400 | 6BE1 #6BE18A | Disabled statesSecondary iconsMuted text |
| 500 | 41D8 #41D869 | Primary brand colorCTAsActive elementsLinks |
| 600 | 26BA #26BA4E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1E94 #1E943E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 166A #166A2C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0E44 #0E441C | Primary textHigh emphasis contentDark headings |
| 950 | 092A #092A12 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F2FCF5;
--charcoal-100: #E1F9E8;
--charcoal-200: #C8F4D4;
--charcoal-300: #9EEBB2;
--charcoal-400: #6BE18A;
--charcoal-500: #41D869;
--charcoal-600: #26BA4E;
--charcoal-700: #1E943E;
--charcoal-800: #166A2C;
--charcoal-900: #0E441C;
--charcoal-950: #092A12;
}