Charcoal
#0E4332
GreenColor Codes
All color formats for development
HEX
#0E4332RGB
rgb(14, 67, 50)HSL
hsl(161, 65%, 16%)OKLCH
oklch(0.344 0.062 167.1)CMYK
cmyk(79%, 0%, 25%, 74%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0D3D2D
2#0B3628
3#0A2F23
4#09281E
5#072219
6#061B14
7#04140F
8#030D0A
9#010705
Tints
Lighter variations
1#16674D
2#1D8A68
3#25AD82
4#2CD19D
5#4EDAAD
6#72E1BE
7#95E9CE
8#B8F0DE
9#DCF8EF
Tones
Muted variations
1#114132
2#143E31
3#163B30
4#19392F
5#1C362E
6#1E332D
7#21312C
8#232E2B
9#262B2A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FC #F2FCF9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F9 #E2F9F1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8F3 #C8F3E6 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9EEA #9EEAD2 | BordersInactive statesPlaceholder text |
| 400 | 6CE0 #6CE0BB | Disabled statesSecondary iconsMuted text |
| 500 | 42D7 #42D7A8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 27B9 #27B98B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1F93 #1F936F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1669 #16694F | Text on light backgroundsHeadingsStrong borders |
| 900 | 0E43 #0E4333 | Primary textHigh emphasis contentDark headings |
| 950 | 092A #092A20 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F2FCF9;
--charcoal-100: #E2F9F1;
--charcoal-200: #C8F3E6;
--charcoal-300: #9EEAD2;
--charcoal-400: #6CE0BB;
--charcoal-500: #42D7A8;
--charcoal-600: #27B98B;
--charcoal-700: #1F936F;
--charcoal-800: #16694F;
--charcoal-900: #0E4333;
--charcoal-950: #092A20;
}