Charcoal
#114118
GreenColor Codes
All color formats for development
HEX
#114118RGB
rgb(17, 65, 24)HSL
hsl(129, 59%, 16%)OKLCH
oklch(0.332 0.086 145.8)CMYK
cmyk(74%, 0%, 63%, 75%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0F3A16
2#0D3413
3#0C2D11
4#0A270E
5#08200C
6#071A0A
7#051307
8#030D05
9#020602
Tints
Lighter variations
1#1A6325
2#228531
3#2BA73E
4#34C94A
5#55D368
6#77DC86
7#99E5A4
8#BBEDC2
9#DDF6E1
Tones
Muted variations
1#133E1A
2#163C1B
3#183A1D
4#1A371F
5#1D3520
6#1F3222
7#223024
8#242E25
9#262B27
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCF4 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3F8 #E3F8E6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAF1 #CAF1D0 | Secondary backgroundsInput backgroundsDividers |
| 300 | A2E7 #A2E7AC | BordersInactive statesPlaceholder text |
| 400 | 71DA #71DA81 | Disabled statesSecondary iconsMuted text |
| 500 | 49D0 #49D05D | Primary brand colorCTAsActive elementsLinks |
| 600 | 2EB2 #2EB242 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 258E #258E34 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1A65 #1A6525 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1141 #114118 | Primary textHigh emphasis contentDark headings |
| 950 | 0A29 #0A290F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F3FCF4;
--charcoal-100: #E3F8E6;
--charcoal-200: #CAF1D0;
--charcoal-300: #A2E7AC;
--charcoal-400: #71DA81;
--charcoal-500: #49D05D;
--charcoal-600: #2EB242;
--charcoal-700: #258E34;
--charcoal-800: #1A6525;
--charcoal-900: #114118;
--charcoal-950: #0A290F;
}