Charcoal
#104229
GreenColor Codes
All color formats for development
HEX
#104229RGB
rgb(16, 66, 41)HSL
hsl(150, 61%, 16%)OKLCH
oklch(0.339 0.069 157.3)CMYK
cmyk(76%, 0%, 38%, 74%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0E3B25
2#0D3521
3#0B2E1D
4#0A2718
5#082114
6#061A10
7#05140C
8#030D08
9#020704
Tints
Lighter variations
1#18643E
2#218754
3#29A969
4#31CC7E
5#53D594
6#75DEA9
7#98E6BF
8#BAEED4
9#DDF7EA
Tones
Muted variations
1#123F29
2#153D29
3#173A29
4#1A3829
5#1C3529
6#1F3329
7#213029
8#242E29
9#262B29
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCF7 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F8 #E2F8ED | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAF2 #CAF2DE | Secondary backgroundsInput backgroundsDividers |
| 300 | A1E8 #A1E8C4 | BordersInactive statesPlaceholder text |
| 400 | 6FDC #6FDCA6 | Disabled statesSecondary iconsMuted text |
| 500 | 46D2 #46D28C | Primary brand colorCTAsActive elementsLinks |
| 600 | 2CB5 #2CB570 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2390 #239059 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1967 #196740 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1042 #104229 | Primary textHigh emphasis contentDark headings |
| 950 | 0A29 #0A291A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F3FCF7;
--charcoal-100: #E2F8ED;
--charcoal-200: #CAF2DE;
--charcoal-300: #A1E8C4;
--charcoal-400: #6FDCA6;
--charcoal-500: #46D28C;
--charcoal-600: #2CB570;
--charcoal-700: #239059;
--charcoal-800: #196740;
--charcoal-900: #104229;
--charcoal-950: #0A291A;
}