Charcoal
#11412E
GreenColor Codes
All color formats for development
HEX
#11412ERGB
rgb(17, 65, 46)HSL
hsl(156, 59%, 16%)OKLCH
oklch(0.337 0.062 163.2)CMYK
cmyk(74%, 0%, 29%, 75%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0F3A29
2#0D3424
3#0C2D20
4#0A271B
5#082017
6#071A12
7#05130E
8#030D09
9#020605
Tints
Lighter variations
1#1A6346
2#22855E
3#2BA775
4#34C98D
5#55D3A1
6#77DCB3
7#99E5C6
8#BBEDD9
9#DDF6EC
Tones
Muted variations
1#133E2D
2#163C2D
3#183A2C
4#1A372C
5#1D352B
6#1F322B
7#22302A
8#242E2A
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 #CAF1E2 | Secondary backgroundsInput backgroundsDividers |
| 300 | A2E7 #A2E7CB | BordersInactive statesPlaceholder text |
| 400 | 71DA #71DAB0 | Disabled statesSecondary iconsMuted text |
| 500 | 49D0 #49D09A | Primary brand colorCTAsActive elementsLinks |
| 600 | 2EB2 #2EB27D | Hover statesFocus ringsPrimary buttons hover |
| 700 | 258E #258E64 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1A65 #1A6547 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1141 #11412E | Primary textHigh emphasis contentDark headings |
| 950 | 0A29 #0A291D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F3FCF8;
--charcoal-100: #E3F8EF;
--charcoal-200: #CAF1E2;
--charcoal-300: #A2E7CB;
--charcoal-400: #71DAB0;
--charcoal-500: #49D09A;
--charcoal-600: #2EB27D;
--charcoal-700: #258E64;
--charcoal-800: #1A6547;
--charcoal-900: #11412E;
--charcoal-950: #0A291D;
}