Charcoal
#114023
GreenColor Codes
All color formats for development
HEX
#114023RGB
rgb(17, 64, 35)HSL
hsl(143, 58%, 16%)OKLCH
oklch(0.331 0.072 152.7)CMYK
cmyk(73%, 0%, 45%, 75%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0F3A20
2#0E341C
3#0C2D19
4#0A2715
5#092012
6#071A0E
7#05130B
8#030D07
9#020604
Tints
Lighter variations
1#1A6236
2#238448
3#2CA65B
4#35C86D
5#56D285
6#78DB9E
7#99E4B6
8#BBEDCE
9#DDF6E7
Tones
Muted variations
1#143E24
2#163C24
3#183925
4#1B3725
5#1D3526
6#1F3227
7#223027
8#242E28
9#262B28
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCF6 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3F8 #E3F8EB | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBF1 #CBF1D9 | Secondary backgroundsInput backgroundsDividers |
| 300 | A2E6 #A2E6BC | BordersInactive statesPlaceholder text |
| 400 | 72DA #72DA9A | Disabled statesSecondary iconsMuted text |
| 500 | 4ACF #4ACF7D | Primary brand colorCTAsActive elementsLinks |
| 600 | 2FB1 #2FB161 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 258D #258D4D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1B65 #1B6537 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1140 #114023 | Primary textHigh emphasis contentDark headings |
| 950 | 0B28 #0B2816 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F3FCF6;
--charcoal-100: #E3F8EB;
--charcoal-200: #CBF1D9;
--charcoal-300: #A2E6BC;
--charcoal-400: #72DA9A;
--charcoal-500: #4ACF7D;
--charcoal-600: #2FB161;
--charcoal-700: #258D4D;
--charcoal-800: #1B6537;
--charcoal-900: #114023;
--charcoal-950: #0B2816;
}