Charcoal
#0E431C
GreenColor Codes
All color formats for development
HEX
#0E431CRGB
rgb(14, 67, 28)HSL
hsl(136, 65%, 16%)OKLCH
oklch(0.338 0.086 148.2)CMYK
cmyk(79%, 0%, 58%, 74%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0D3D1A
2#0B3617
3#0A2F14
4#092811
5#07220E
6#061B0B
7#041409
8#030D06
9#010703
Tints
Lighter variations
1#16672B
2#1D8A3A
3#25AD49
4#2CD158
5#4EDA73
6#72E18F
7#95E9AB
8#B8F0C7
9#DCF8E3
Tones
Muted variations
1#11411E
2#143E1F
3#163B20
4#193921
5#1C3623
6#1E3324
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 | E2F9 #E2F9E8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8F3 #C8F3D4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9EEA #9EEAB3 | BordersInactive statesPlaceholder text |
| 400 | 6CE0 #6CE08B | Disabled statesSecondary iconsMuted text |
| 500 | 42D7 #42D769 | Primary brand colorCTAsActive elementsLinks |
| 600 | 27B9 #27B94E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1F93 #1F933E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1669 #16692C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0E43 #0E431C | 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: #E2F9E8;
--charcoal-200: #C8F3D4;
--charcoal-300: #9EEAB3;
--charcoal-400: #6CE08B;
--charcoal-500: #42D769;
--charcoal-600: #27B94E;
--charcoal-700: #1F933E;
--charcoal-800: #16692C;
--charcoal-900: #0E431C;
--charcoal-950: #092A12;
}