Charcoal
#0E4319
GreenColor Codes
All color formats for development
HEX
#0E4319RGB
rgb(14, 67, 25)HSL
hsl(132, 65%, 16%)OKLCH
oklch(0.338 0.089 146.8)CMYK
cmyk(79%, 0%, 63%, 74%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0D3D16
2#0B3614
3#0A2F11
4#09280F
5#07220C
6#061B0A
7#041407
8#030D05
9#010702
Tints
Lighter variations
1#166726
2#1D8A33
3#25AD40
4#2CD14D
5#4EDA6A
6#72E188
7#95E9A6
8#B8F0C3
9#DCF8E1
Tones
Muted variations
1#11411A
2#143E1C
3#163B1E
4#19391F
5#1C3621
6#1E3322
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 | E2F9 #E2F9E6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8F3 #C8F3D1 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9EEA #9EEAAD | BordersInactive statesPlaceholder text |
| 400 | 6CE0 #6CE083 | Disabled statesSecondary iconsMuted text |
| 500 | 42D7 #42D75F | Primary brand colorCTAsActive elementsLinks |
| 600 | 27B9 #27B944 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1F93 #1F9336 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1669 #166927 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0E43 #0E4319 | 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: #E2F9E6;
--charcoal-200: #C8F3D1;
--charcoal-300: #9EEAAD;
--charcoal-400: #6CE083;
--charcoal-500: #42D75F;
--charcoal-600: #27B944;
--charcoal-700: #1F9336;
--charcoal-800: #166927;
--charcoal-900: #0E4319;
--charcoal-950: #092A10;
}