Charcoal
#114016
GreenColor Codes
All color formats for development
HEX
#114016RGB
rgb(17, 64, 22)HSL
hsl(126, 58%, 16%)OKLCH
oklch(0.329 0.086 145)CMYK
cmyk(73%, 0%, 66%, 75%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0F3A14
2#0E3411
3#0C2D0F
4#0A270D
5#09200B
6#071A09
7#051307
8#030D04
9#020602
Tints
Lighter variations
1#1A6221
2#23842D
3#2CA638
4#35C844
5#56D262
6#78DB82
7#99E4A1
8#BBEDC0
9#DDF6E0
Tones
Muted variations
1#143E18
2#163C1A
3#18391C
4#1B371D
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 | CBF1 #CBF1CE | Secondary backgroundsInput backgroundsDividers |
| 300 | A2E6 #A2E6A9 | BordersInactive statesPlaceholder text |
| 400 | 72DA #72DA7C | Disabled statesSecondary iconsMuted text |
| 500 | 4ACF #4ACF57 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2FB1 #2FB13C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 258D #258D30 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1B65 #1B6522 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1140 #114016 | Primary textHigh emphasis contentDark headings |
| 950 | 0B28 #0B280E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F3FCF4;
--charcoal-100: #E3F8E5;
--charcoal-200: #CBF1CE;
--charcoal-300: #A2E6A9;
--charcoal-400: #72DA7C;
--charcoal-500: #4ACF57;
--charcoal-600: #2FB13C;
--charcoal-700: #258D30;
--charcoal-800: #1B6522;
--charcoal-900: #114016;
--charcoal-950: #0B280E;
}