Charcoal
#11411A
GreenColor Codes
All color formats for development
HEX
#11411ARGB
rgb(17, 65, 26)HSL
hsl(131, 59%, 16%)OKLCH
oklch(0.333 0.083 146.8)CMYK
cmyk(74%, 0%, 60%, 75%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0F3A17
2#0D3414
3#0C2D12
4#0A270F
5#08200D
6#071A0A
7#051308
8#030D05
9#020603
Tints
Lighter variations
1#1A6327
2#228534
3#2BA742
4#34C94F
5#55D36C
6#77DC89
7#99E5A7
8#BBEDC4
9#DDF6E2
Tones
Muted variations
1#133E1B
2#163C1D
3#183A1E
4#1A3720
5#1D3521
6#1F3223
7#223024
8#242E26
9#262B27
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCF4 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3F8 #E3F8E6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAF1 #CAF1D1 | Secondary backgroundsInput backgroundsDividers |
| 300 | A2E7 #A2E7AE | BordersInactive statesPlaceholder text |
| 400 | 71DA #71DA84 | Disabled statesSecondary iconsMuted text |
| 500 | 49D0 #49D061 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2EB2 #2EB246 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 258E #258E38 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1A65 #1A6528 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1141 #11411A | Primary textHigh emphasis contentDark headings |
| 950 | 0A29 #0A2910 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F3FCF4;
--charcoal-100: #E3F8E6;
--charcoal-200: #CAF1D1;
--charcoal-300: #A2E7AE;
--charcoal-400: #71DA84;
--charcoal-500: #49D061;
--charcoal-600: #2EB246;
--charcoal-700: #258E38;
--charcoal-800: #1A6528;
--charcoal-900: #11411A;
--charcoal-950: #0A2910;
}