Charcoal
#114116
GreenColor Codes
All color formats for development
HEX
#114116RGB
rgb(17, 65, 22)HSL
hsl(126, 59%, 16%)OKLCH
oklch(0.332 0.088 144.9)CMYK
cmyk(74%, 0%, 66%, 75%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0F3A13
2#0D3411
3#0C2D0F
4#0A270D
5#08200B
6#071A09
7#051306
8#030D04
9#020602
Tints
Lighter variations
1#1A6321
2#22852C
3#2BA737
4#34C943
5#55D361
6#77DC81
7#99E5A0
8#BBEDC0
9#DDF6DF
Tones
Muted variations
1#133E17
2#163C19
3#183A1B
4#1A371D
5#1D351F
6#1F3221
7#223023
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 #E3F8E5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAF1 #CAF1CE | Secondary backgroundsInput backgroundsDividers |
| 300 | A2E7 #A2E7A9 | BordersInactive statesPlaceholder text |
| 400 | 71DA #71DA7C | Disabled statesSecondary iconsMuted text |
| 500 | 49D0 #49D056 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2EB2 #2EB23B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 258E #258E2F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1A65 #1A6522 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1141 #114116 | Primary textHigh emphasis contentDark headings |
| 950 | 0A29 #0A290D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F3FCF4;
--charcoal-100: #E3F8E5;
--charcoal-200: #CAF1CE;
--charcoal-300: #A2E7A9;
--charcoal-400: #71DA7C;
--charcoal-500: #49D056;
--charcoal-600: #2EB23B;
--charcoal-700: #258E2F;
--charcoal-800: #1A6522;
--charcoal-900: #114116;
--charcoal-950: #0A290D;
}