Charcoal
#114119
GreenColor Codes
All color formats for development
HEX
#114119RGB
rgb(17, 65, 25)HSL
hsl(130, 59%, 16%)OKLCH
oklch(0.332 0.084 146.3)CMYK
cmyk(74%, 0%, 62%, 75%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0F3A16
2#0D3414
3#0C2D11
4#0A270F
5#08200C
6#071A0A
7#051307
8#030D05
9#020602
Tints
Lighter variations
1#1A6326
2#228533
3#2BA740
4#34C94D
5#55D36A
6#77DC88
7#99E5A5
8#BBEDC3
9#DDF6E1
Tones
Muted variations
1#133E1A
2#163C1C
3#183A1E
4#1A371F
5#1D3521
6#1F3222
7#223024
8#242E26
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 #CAF1D1 | Secondary backgroundsInput backgroundsDividers |
| 300 | A2E7 #A2E7AD | BordersInactive statesPlaceholder text |
| 400 | 71DA #71DA83 | Disabled statesSecondary iconsMuted text |
| 500 | 49D0 #49D05F | Primary brand colorCTAsActive elementsLinks |
| 600 | 2EB2 #2EB244 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 258E #258E36 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1A65 #1A6527 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1141 #114119 | 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: #CAF1D1;
--charcoal-300: #A2E7AD;
--charcoal-400: #71DA83;
--charcoal-500: #49D05F;
--charcoal-600: #2EB244;
--charcoal-700: #258E36;
--charcoal-800: #1A6527;
--charcoal-900: #114119;
--charcoal-950: #0A290F;
}