Charcoal
#114126
GreenColor Codes
All color formats for development
HEX
#114126RGB
rgb(17, 65, 38)HSL
hsl(146, 59%, 16%)OKLCH
oklch(0.335 0.07 154.8)CMYK
cmyk(74%, 0%, 42%, 75%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0F3A22
2#0D341E
3#0C2D1A
4#0A2717
5#082013
6#071A0F
7#05130B
8#030D08
9#020604
Tints
Lighter variations
1#1A6339
2#22854D
3#2BA761
4#34C975
5#55D38B
6#77DCA3
7#99E5BA
8#BBEDD1
9#DDF6E8
Tones
Muted variations
1#133E26
2#163C26
3#183A27
4#1A3727
5#1D3527
6#1F3228
7#223028
8#242E28
9#262B28
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 | CAF1 #CAF1DB | Secondary backgroundsInput backgroundsDividers |
| 300 | A2E7 #A2E7C0 | BordersInactive statesPlaceholder text |
| 400 | 71DA #71DA9F | Disabled statesSecondary iconsMuted text |
| 500 | 49D0 #49D083 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2EB2 #2EB267 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 258E #258E52 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1A65 #1A653B | Text on light backgroundsHeadingsStrong borders |
| 900 | 1141 #114126 | Primary textHigh emphasis contentDark headings |
| 950 | 0A29 #0A2917 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F3FCF7;
--charcoal-100: #E3F8EC;
--charcoal-200: #CAF1DB;
--charcoal-300: #A2E7C0;
--charcoal-400: #71DA9F;
--charcoal-500: #49D083;
--charcoal-600: #2EB267;
--charcoal-700: #258E52;
--charcoal-800: #1A653B;
--charcoal-900: #114126;
--charcoal-950: #0A2917;
}