Charcoal
#10421D
GreenColor Codes
All color formats for development
HEX
#10421DRGB
rgb(16, 66, 29)HSL
hsl(136, 61%, 16%)OKLCH
oklch(0.336 0.082 148.4)CMYK
cmyk(76%, 0%, 56%, 74%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0E3B1A
2#0D3517
3#0B2E14
4#0A2712
5#08210F
6#061A0C
7#051409
8#030D06
9#020703
Tints
Lighter variations
1#18642D
2#21873C
3#29A94B
4#31CC5A
5#53D575
6#75DE91
7#98E6AC
8#BAEEC8
9#DDF7E3
Tones
Muted variations
1#123F1E
2#153D20
3#173A21
4#1A3822
5#1C3523
6#1F3324
7#213025
8#242E26
9#262B28
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCF5 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F8 #E2F8E8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAF2 #CAF2D4 | Secondary backgroundsInput backgroundsDividers |
| 300 | A1E8 #A1E8B4 | BordersInactive statesPlaceholder text |
| 400 | 6FDC #6FDC8C | Disabled statesSecondary iconsMuted text |
| 500 | 46D2 #46D26C | Primary brand colorCTAsActive elementsLinks |
| 600 | 2CB5 #2CB550 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2390 #239040 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1967 #19672E | Text on light backgroundsHeadingsStrong borders |
| 900 | 1042 #10421D | Primary textHigh emphasis contentDark headings |
| 950 | 0A29 #0A2912 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F3FCF5;
--charcoal-100: #E2F8E8;
--charcoal-200: #CAF2D4;
--charcoal-300: #A1E8B4;
--charcoal-400: #6FDC8C;
--charcoal-500: #46D26C;
--charcoal-600: #2CB550;
--charcoal-700: #239040;
--charcoal-800: #19672E;
--charcoal-900: #10421D;
--charcoal-950: #0A2912;
}