Charcoal
#11411B
GreenColor Codes
All color formats for development
HEX
#11411BRGB
rgb(17, 65, 27)HSL
hsl(133, 59%, 16%)OKLCH
oklch(0.333 0.082 147.3)CMYK
cmyk(74%, 0%, 58%, 75%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0F3A18
2#0D3416
3#0C2D13
4#0A2710
5#08200E
6#071A0B
7#051308
8#030D05
9#020603
Tints
Lighter variations
1#1A6329
2#228538
3#2BA746
4#34C954
5#55D370
6#77DC8D
7#99E5A9
8#BBEDC6
9#DDF6E2
Tones
Muted variations
1#133E1D
2#163C1E
3#183A1F
4#1A3721
5#1D3522
6#1F3223
7#223025
8#242E26
9#262B27
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCF5 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3F8 #E3F8E7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAF1 #CAF1D3 | Secondary backgroundsInput backgroundsDividers |
| 300 | A2E7 #A2E7B1 | BordersInactive statesPlaceholder text |
| 400 | 71DA #71DA88 | Disabled statesSecondary iconsMuted text |
| 500 | 49D0 #49D066 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2EB2 #2EB24B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 258E #258E3B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1A65 #1A652A | Text on light backgroundsHeadingsStrong borders |
| 900 | 1141 #11411B | Primary textHigh emphasis contentDark headings |
| 950 | 0A29 #0A2911 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F3FCF5;
--charcoal-100: #E3F8E7;
--charcoal-200: #CAF1D3;
--charcoal-300: #A2E7B1;
--charcoal-400: #71DA88;
--charcoal-500: #49D066;
--charcoal-600: #2EB24B;
--charcoal-700: #258E3B;
--charcoal-800: #1A652A;
--charcoal-900: #11411B;
--charcoal-950: #0A2911;
}