Charcoal
#11412C
GreenColor Codes
All color formats for development
HEX
#11412CRGB
rgb(17, 65, 44)HSL
hsl(154, 59%, 16%)OKLCH
oklch(0.337 0.064 160.8)CMYK
cmyk(74%, 0%, 32%, 75%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0F3A28
2#0D3423
3#0C2D1F
4#0A271A
5#082016
6#071A12
7#05130D
8#030D09
9#020604
Tints
Lighter variations
1#1A6343
2#22855A
3#2BA771
4#34C988
5#55D39C
6#77DCB0
7#99E5C4
8#BBEDD8
9#DDF6EB
Tones
Muted variations
1#133E2C
2#163C2B
3#183A2B
4#1A372B
5#1D352A
6#1F322A
7#22302A
8#242E29
9#262B29
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCF8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3F8 #E3F8EF | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAF1 #CAF1E0 | Secondary backgroundsInput backgroundsDividers |
| 300 | A2E7 #A2E7C9 | BordersInactive statesPlaceholder text |
| 400 | 71DA #71DAAD | Disabled statesSecondary iconsMuted text |
| 500 | 49D0 #49D095 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2EB2 #2EB279 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 258E #258E60 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1A65 #1A6545 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1141 #11412C | Primary textHigh emphasis contentDark headings |
| 950 | 0A29 #0A291C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F3FCF8;
--charcoal-100: #E3F8EF;
--charcoal-200: #CAF1E0;
--charcoal-300: #A2E7C9;
--charcoal-400: #71DAAD;
--charcoal-500: #49D095;
--charcoal-600: #2EB279;
--charcoal-700: #258E60;
--charcoal-800: #1A6545;
--charcoal-900: #11412C;
--charcoal-950: #0A291C;
}