Charcoal
#114018
GreenColor Codes
All color formats for development
HEX
#114018RGB
rgb(17, 64, 24)HSL
hsl(129, 58%, 16%)OKLCH
oklch(0.329 0.084 145.9)CMYK
cmyk(73%, 0%, 63%, 75%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0F3A16
2#0E3413
3#0C2D11
4#0A270F
5#09200C
6#071A0A
7#051307
8#030D05
9#020602
Tints
Lighter variations
1#1A6225
2#238432
3#2CA63E
4#35C84B
5#56D268
6#78DB87
7#99E4A5
8#BBEDC3
9#DDF6E1
Tones
Muted variations
1#143E1A
2#163C1C
3#18391D
4#1B371F
5#1D3521
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 | CBF1 #CBF1D0 | Secondary backgroundsInput backgroundsDividers |
| 300 | A2E6 #A2E6AD | BordersInactive statesPlaceholder text |
| 400 | 72DA #72DA82 | Disabled statesSecondary iconsMuted text |
| 500 | 4ACF #4ACF5E | Primary brand colorCTAsActive elementsLinks |
| 600 | 2FB1 #2FB143 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 258D #258D35 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1B65 #1B6526 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1140 #114018 | Primary textHigh emphasis contentDark headings |
| 950 | 0B28 #0B280F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F3FCF4;
--charcoal-100: #E3F8E6;
--charcoal-200: #CBF1D0;
--charcoal-300: #A2E6AD;
--charcoal-400: #72DA82;
--charcoal-500: #4ACF5E;
--charcoal-600: #2FB143;
--charcoal-700: #258D35;
--charcoal-800: #1B6526;
--charcoal-900: #114018;
--charcoal-950: #0B280F;
}