Charcoal
#10421E
GreenColor Codes
All color formats for development
HEX
#10421ERGB
rgb(16, 66, 30)HSL
hsl(137, 61%, 16%)OKLCH
oklch(0.336 0.081 149)CMYK
cmyk(76%, 0%, 55%, 74%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0E3B1B
2#0D3518
3#0B2E15
4#0A2712
5#08210F
6#061A0C
7#051409
8#030D06
9#020703
Tints
Lighter variations
1#18642E
2#21873E
3#29A94D
4#31CC5D
5#53D578
6#75DE93
7#98E6AE
8#BAEEC9
9#DDF7E4
Tones
Muted variations
1#123F1F
2#153D20
3#173A21
4#1A3822
5#1C3523
6#1F3324
7#213026
8#242E27
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 #CAF2D5 | Secondary backgroundsInput backgroundsDividers |
| 300 | A1E8 #A1E8B5 | BordersInactive statesPlaceholder text |
| 400 | 6FDC #6FDC8E | Disabled statesSecondary iconsMuted text |
| 500 | 46D2 #46D26E | Primary brand colorCTAsActive elementsLinks |
| 600 | 2CB5 #2CB553 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2390 #239042 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1967 #19672F | Text on light backgroundsHeadingsStrong borders |
| 900 | 1042 #10421E | Primary textHigh emphasis contentDark headings |
| 950 | 0A29 #0A2913 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F3FCF5;
--charcoal-100: #E2F8E8;
--charcoal-200: #CAF2D5;
--charcoal-300: #A1E8B5;
--charcoal-400: #6FDC8E;
--charcoal-500: #46D26E;
--charcoal-600: #2CB553;
--charcoal-700: #239042;
--charcoal-800: #19672F;
--charcoal-900: #10421E;
--charcoal-950: #0A2913;
}