Charcoal
#114121
GreenColor Codes
All color formats for development
HEX
#114121RGB
rgb(17, 65, 33)HSL
hsl(140, 59%, 16%)OKLCH
oklch(0.334 0.076 150.9)CMYK
cmyk(74%, 0%, 49%, 75%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0F3A1D
2#0D341A
3#0C2D17
4#0A2714
5#082010
6#071A0D
7#05130A
8#030D07
9#020603
Tints
Lighter variations
1#1A6332
2#228543
3#2BA754
4#34C966
5#55D37F
6#77DC98
7#99E5B2
8#BBEDCC
9#DDF6E5
Tones
Muted variations
1#133E22
2#163C22
3#183A23
4#1A3724
5#1D3525
6#1F3226
7#223026
8#242E27
9#262B28
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCF6 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3F8 #E3F8EA | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAF1 #CAF1D7 | Secondary backgroundsInput backgroundsDividers |
| 300 | A2E7 #A2E7B9 | BordersInactive statesPlaceholder text |
| 400 | 71DA #71DA94 | Disabled statesSecondary iconsMuted text |
| 500 | 49D0 #49D076 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2EB2 #2EB25A | Hover statesFocus ringsPrimary buttons hover |
| 700 | 258E #258E48 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1A65 #1A6533 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1141 #114121 | Primary textHigh emphasis contentDark headings |
| 950 | 0A29 #0A2914 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F3FCF6;
--charcoal-100: #E3F8EA;
--charcoal-200: #CAF1D7;
--charcoal-300: #A2E7B9;
--charcoal-400: #71DA94;
--charcoal-500: #49D076;
--charcoal-600: #2EB25A;
--charcoal-700: #258E48;
--charcoal-800: #1A6533;
--charcoal-900: #114121;
--charcoal-950: #0A2914;
}