Charcoal
#114123
GreenColor Codes
All color formats for development
HEX
#114123RGB
rgb(17, 65, 35)HSL
hsl(143, 59%, 16%)OKLCH
oklch(0.334 0.073 152.4)CMYK
cmyk(74%, 0%, 46%, 75%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0F3A20
2#0D341C
3#0C2D19
4#0A2715
5#082012
6#071A0E
7#05130B
8#030D07
9#020604
Tints
Lighter variations
1#1A6336
2#228548
3#2BA75B
4#34C96D
5#55D385
6#77DC9E
7#99E5B6
8#BBEDCE
9#DDF6E7
Tones
Muted variations
1#133E24
2#163C24
3#183A25
4#1A3725
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 | CAF1 #CAF1D9 | Secondary backgroundsInput backgroundsDividers |
| 300 | A2E7 #A2E7BC | BordersInactive statesPlaceholder text |
| 400 | 71DA #71DA99 | Disabled statesSecondary iconsMuted text |
| 500 | 49D0 #49D07C | Primary brand colorCTAsActive elementsLinks |
| 600 | 2EB2 #2EB261 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 258E #258E4D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1A65 #1A6537 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1141 #114123 | Primary textHigh emphasis contentDark headings |
| 950 | 0A29 #0A2916 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F3FCF6;
--charcoal-100: #E3F8EB;
--charcoal-200: #CAF1D9;
--charcoal-300: #A2E7BC;
--charcoal-400: #71DA99;
--charcoal-500: #49D07C;
--charcoal-600: #2EB261;
--charcoal-700: #258E4D;
--charcoal-800: #1A6537;
--charcoal-900: #114123;
--charcoal-950: #0A2916;
}