Charcoal
#114127
GreenColor Codes
All color formats for development
HEX
#114127RGB
rgb(17, 65, 39)HSL
hsl(148, 59%, 16%)OKLCH
oklch(0.335 0.069 155.7)CMYK
cmyk(74%, 0%, 40%, 75%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0F3A23
2#0D341F
3#0C2D1B
4#0A2718
5#082014
6#071A10
7#05130C
8#030D08
9#020604
Tints
Lighter variations
1#1A633C
2#228550
3#2BA765
4#34C97A
5#55D390
6#77DCA6
7#99E5BC
8#BBEDD2
9#DDF6E9
Tones
Muted variations
1#133E27
2#163C28
3#183A28
4#1A3728
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 | CAF1 #CAF1DD | Secondary backgroundsInput backgroundsDividers |
| 300 | A2E7 #A2E7C2 | BordersInactive statesPlaceholder text |
| 400 | 71DA #71DAA2 | Disabled statesSecondary iconsMuted text |
| 500 | 49D0 #49D088 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2EB2 #2EB26C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 258E #258E56 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1A65 #1A653D | Text on light backgroundsHeadingsStrong borders |
| 900 | 1141 #114127 | Primary textHigh emphasis contentDark headings |
| 950 | 0A29 #0A2918 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F3FCF7;
--charcoal-100: #E3F8EC;
--charcoal-200: #CAF1DD;
--charcoal-300: #A2E7C2;
--charcoal-400: #71DAA2;
--charcoal-500: #49D088;
--charcoal-600: #2EB26C;
--charcoal-700: #258E56;
--charcoal-800: #1A653D;
--charcoal-900: #114127;
--charcoal-950: #0A2918;
}