Charcoal
#114130
GreenColor Codes
All color formats for development
HEX
#114130RGB
rgb(17, 65, 48)HSL
hsl(159, 59%, 16%)OKLCH
oklch(0.338 0.06 165.7)CMYK
cmyk(74%, 0%, 26%, 75%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0F3A2B
2#0D3426
3#0C2D22
4#0A271D
5#082018
6#071A13
7#05130E
8#030D0A
9#020605
Tints
Lighter variations
1#1A6349
2#228562
3#2BA77C
4#34C995
5#55D3A7
6#77DCB8
7#99E5CA
8#BBEDDC
9#DDF6ED
Tones
Muted variations
1#133E2F
2#163C2F
3#183A2E
4#1A372D
5#1D352C
6#1F322C
7#22302B
8#242E2A
9#262B2A
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 #CAF1E4 | Secondary backgroundsInput backgroundsDividers |
| 300 | A2E7 #A2E7CF | BordersInactive statesPlaceholder text |
| 400 | 71DA #71DAB6 | Disabled statesSecondary iconsMuted text |
| 500 | 49D0 #49D0A1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2EB2 #2EB284 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 258E #258E69 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1A65 #1A654B | Text on light backgroundsHeadingsStrong borders |
| 900 | 1141 #114130 | 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: #CAF1E4;
--charcoal-300: #A2E7CF;
--charcoal-400: #71DAB6;
--charcoal-500: #49D0A1;
--charcoal-600: #2EB284;
--charcoal-700: #258E69;
--charcoal-800: #1A654B;
--charcoal-900: #114130;
--charcoal-950: #0A291E;
}