Charcoal
#114015
GreenColor Codes
All color formats for development
HEX
#114015RGB
rgb(17, 64, 21)HSL
hsl(125, 58%, 16%)OKLCH
oklch(0.329 0.087 144.6)CMYK
cmyk(73%, 0%, 67%, 75%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0F3A13
2#0E3411
3#0C2D0F
4#0A270D
5#09200B
6#071A08
7#051306
8#030D04
9#020602
Tints
Lighter variations
1#1A6220
2#23842B
3#2CA636
4#35C841
5#56D260
6#78DB80
7#99E4A0
8#BBEDBF
9#DDF6DF
Tones
Muted variations
1#143E17
2#163C19
3#18391B
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 #A2E6A8 | BordersInactive statesPlaceholder text |
| 400 | 72DA #72DA7B | Disabled statesSecondary iconsMuted text |
| 500 | 4ACF #4ACF55 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2FB1 #2FB13A | Hover statesFocus ringsPrimary buttons hover |
| 700 | 258D #258D2E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1B65 #1B6521 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1140 #114015 | Primary textHigh emphasis contentDark headings |
| 950 | 0B28 #0B280D | 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: #A2E6A8;
--charcoal-400: #72DA7B;
--charcoal-500: #4ACF55;
--charcoal-600: #2FB13A;
--charcoal-700: #258D2E;
--charcoal-800: #1B6521;
--charcoal-900: #114015;
--charcoal-950: #0B280D;
}