Charcoal
#11412B
GreenColor Codes
All color formats for development
HEX
#11412BRGB
rgb(17, 65, 43)HSL
hsl(153, 59%, 16%)OKLCH
oklch(0.336 0.065 159.7)CMYK
cmyk(74%, 0%, 34%, 75%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0F3A27
2#0D3423
3#0C2D1E
4#0A271A
5#082016
6#071A11
7#05130D
8#030D09
9#020604
Tints
Lighter variations
1#1A6342
2#228559
3#2BA76F
4#34C986
5#55D39A
6#77DCAE
7#99E5C3
8#BBEDD7
9#DDF6EB
Tones
Muted variations
1#133E2B
2#163C2B
3#183A2A
4#1A372A
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 #E3F8EE | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAF1 #CAF1E0 | Secondary backgroundsInput backgroundsDividers |
| 300 | A2E7 #A2E7C8 | BordersInactive statesPlaceholder text |
| 400 | 71DA #71DAAB | Disabled statesSecondary iconsMuted text |
| 500 | 49D0 #49D093 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2EB2 #2EB277 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 258E #258E5F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1A65 #1A6544 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1141 #11412B | Primary textHigh emphasis contentDark headings |
| 950 | 0A29 #0A291B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F3FCF8;
--charcoal-100: #E3F8EE;
--charcoal-200: #CAF1E0;
--charcoal-300: #A2E7C8;
--charcoal-400: #71DAAB;
--charcoal-500: #49D093;
--charcoal-600: #2EB277;
--charcoal-700: #258E5F;
--charcoal-800: #1A6544;
--charcoal-900: #11412B;
--charcoal-950: #0A291B;
}