Charcoal
#114026
GreenColor Codes
All color formats for development
HEX
#114026RGB
rgb(17, 64, 38)HSL
hsl(147, 58%, 16%)OKLCH
oklch(0.332 0.068 155.3)CMYK
cmyk(73%, 0%, 41%, 75%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0F3A23
2#0E341F
3#0C2D1B
4#0A2717
5#092013
6#071A0F
7#05130C
8#030D08
9#020604
Tints
Lighter variations
1#1A623B
2#23844F
3#2CA663
4#35C877
5#56D28E
6#78DBA4
7#99E4BB
8#BBEDD2
9#DDF6E8
Tones
Muted variations
1#143E27
2#163C27
3#183927
4#1B3727
5#1D3528
6#1F3228
7#223028
8#242E28
9#262B29
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCF7 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3F8 #E3F8EC | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBF1 #CBF1DC | Secondary backgroundsInput backgroundsDividers |
| 300 | A2E6 #A2E6C1 | BordersInactive statesPlaceholder text |
| 400 | 72DA #72DAA1 | Disabled statesSecondary iconsMuted text |
| 500 | 4ACF #4ACF86 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2FB1 #2FB16A | Hover statesFocus ringsPrimary buttons hover |
| 700 | 258D #258D54 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1B65 #1B653C | Text on light backgroundsHeadingsStrong borders |
| 900 | 1140 #114026 | Primary textHigh emphasis contentDark headings |
| 950 | 0B28 #0B2818 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F3FCF7;
--charcoal-100: #E3F8EC;
--charcoal-200: #CBF1DC;
--charcoal-300: #A2E6C1;
--charcoal-400: #72DAA1;
--charcoal-500: #4ACF86;
--charcoal-600: #2FB16A;
--charcoal-700: #258D54;
--charcoal-800: #1B653C;
--charcoal-900: #114026;
--charcoal-950: #0B2818;
}