Charcoal
#11412F
GreenColor Codes
All color formats for development
HEX
#11412FRGB
rgb(17, 65, 47)HSL
hsl(158, 59%, 16%)OKLCH
oklch(0.338 0.061 164.4)CMYK
cmyk(74%, 0%, 28%, 75%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0F3A2A
2#0D3426
3#0C2D21
4#0A271C
5#082018
6#071A13
7#05130E
8#030D09
9#020605
Tints
Lighter variations
1#1A6348
2#228561
3#2BA77A
4#34C992
5#55D3A5
6#77DCB7
7#99E5C9
8#BBEDDB
9#DDF6ED
Tones
Muted variations
1#133E2F
2#163C2E
3#183A2D
4#1A372D
5#1D352C
6#1F322B
7#22302B
8#242E2A
9#262B29
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCF9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3F8 #E3F8F0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAF1 #CAF1E3 | Secondary backgroundsInput backgroundsDividers |
| 300 | A2E7 #A2E7CE | BordersInactive statesPlaceholder text |
| 400 | 71DA #71DAB4 | Disabled statesSecondary iconsMuted text |
| 500 | 49D0 #49D09E | Primary brand colorCTAsActive elementsLinks |
| 600 | 2EB2 #2EB282 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 258E #258E67 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1A65 #1A654A | Text on light backgroundsHeadingsStrong borders |
| 900 | 1141 #11412F | Primary textHigh emphasis contentDark headings |
| 950 | 0A29 #0A291E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F3FCF9;
--charcoal-100: #E3F8F0;
--charcoal-200: #CAF1E3;
--charcoal-300: #A2E7CE;
--charcoal-400: #71DAB4;
--charcoal-500: #49D09E;
--charcoal-600: #2EB282;
--charcoal-700: #258E67;
--charcoal-800: #1A654A;
--charcoal-900: #11412F;
--charcoal-950: #0A291E;
}