Charcoal
#11411E
GreenColor Codes
All color formats for development
HEX
#11411ERGB
rgb(17, 65, 30)HSL
hsl(136, 59%, 16%)OKLCH
oklch(0.333 0.079 149)CMYK
cmyk(74%, 0%, 54%, 75%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0F3A1B
2#0D3418
3#0C2D15
4#0A2712
5#08200F
6#071A0C
7#051309
8#030D06
9#020603
Tints
Lighter variations
1#1A632D
2#22853D
3#2BA74C
4#34C95C
5#55D376
6#77DC92
7#99E5AD
8#BBEDC8
9#DDF6E4
Tones
Muted variations
1#133E1F
2#163C20
3#183A21
4#1A3722
5#1D3523
6#1F3224
7#223025
8#242E27
9#262B28
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCF5 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3F8 #E3F8E8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAF1 #CAF1D5 | Secondary backgroundsInput backgroundsDividers |
| 300 | A2E7 #A2E7B4 | BordersInactive statesPlaceholder text |
| 400 | 71DA #71DA8D | Disabled statesSecondary iconsMuted text |
| 500 | 49D0 #49D06D | Primary brand colorCTAsActive elementsLinks |
| 600 | 2EB2 #2EB251 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 258E #258E41 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1A65 #1A652E | Text on light backgroundsHeadingsStrong borders |
| 900 | 1141 #11411E | Primary textHigh emphasis contentDark headings |
| 950 | 0A29 #0A2912 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F3FCF5;
--charcoal-100: #E3F8E8;
--charcoal-200: #CAF1D5;
--charcoal-300: #A2E7B4;
--charcoal-400: #71DA8D;
--charcoal-500: #49D06D;
--charcoal-600: #2EB251;
--charcoal-700: #258E41;
--charcoal-800: #1A652E;
--charcoal-900: #11411E;
--charcoal-950: #0A2912;
}