Charcoal
#114019
GreenColor Codes
All color formats for development
HEX
#114019RGB
rgb(17, 64, 25)HSL
hsl(130, 58%, 16%)OKLCH
oklch(0.329 0.083 146.4)CMYK
cmyk(73%, 0%, 61%, 75%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0F3A17
2#0E3414
3#0C2D12
4#0A270F
5#09200D
6#071A0A
7#051308
8#030D05
9#020603
Tints
Lighter variations
1#1A6226
2#238433
3#2CA640
4#35C84E
5#56D26A
6#78DB88
7#99E4A6
8#BBEDC4
9#DDF6E1
Tones
Muted variations
1#143E1B
2#163C1C
3#18391E
4#1B371F
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 | CBF1 #CBF1D1 | Secondary backgroundsInput backgroundsDividers |
| 300 | A2E6 #A2E6AE | BordersInactive statesPlaceholder text |
| 400 | 72DA #72DA83 | Disabled statesSecondary iconsMuted text |
| 500 | 4ACF #4ACF60 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2FB1 #2FB145 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 258D #258D37 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1B65 #1B6527 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1140 #114019 | Primary textHigh emphasis contentDark headings |
| 950 | 0B28 #0B2810 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F3FCF4;
--charcoal-100: #E3F8E6;
--charcoal-200: #CBF1D1;
--charcoal-300: #A2E6AE;
--charcoal-400: #72DA83;
--charcoal-500: #4ACF60;
--charcoal-600: #2FB145;
--charcoal-700: #258D37;
--charcoal-800: #1B6527;
--charcoal-900: #114019;
--charcoal-950: #0B2810;
}