Charcoal
#114133
GreenColor Codes
All color formats for development
HEX
#114133RGB
rgb(17, 65, 51)HSL
hsl(163, 59%, 16%)OKLCH
oklch(0.339 0.057 169.9)CMYK
cmyk(74%, 0%, 22%, 75%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0F3A2E
2#0D3429
3#0C2D24
4#0A271F
5#08201A
6#071A14
7#05130F
8#030D0A
9#020605
Tints
Lighter variations
1#1A634E
2#228569
3#2BA784
4#34C99F
5#55D3AF
6#77DCBF
7#99E5CF
8#BBEDDF
9#DDF6EF
Tones
Muted variations
1#133E32
2#163C31
3#183A30
4#1A372F
5#1D352E
6#1F322D
7#22302C
8#242E2B
9#262B2A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCF9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3F8 #E3F8F2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAF1 #CAF1E6 | Secondary backgroundsInput backgroundsDividers |
| 300 | A2E7 #A2E7D3 | BordersInactive statesPlaceholder text |
| 400 | 71DA #71DABD | Disabled statesSecondary iconsMuted text |
| 500 | 49D0 #49D0AA | Primary brand colorCTAsActive elementsLinks |
| 600 | 2EB2 #2EB28D | Hover statesFocus ringsPrimary buttons hover |
| 700 | 258E #258E70 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1A65 #1A6550 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1141 #114133 | Primary textHigh emphasis contentDark headings |
| 950 | 0A29 #0A2920 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F3FCF9;
--charcoal-100: #E3F8F2;
--charcoal-200: #CAF1E6;
--charcoal-300: #A2E7D3;
--charcoal-400: #71DABD;
--charcoal-500: #49D0AA;
--charcoal-600: #2EB28D;
--charcoal-700: #258E70;
--charcoal-800: #1A6550;
--charcoal-900: #114133;
--charcoal-950: #0A2920;
}