Charcoal
#10421C
GreenColor Codes
All color formats for development
HEX
#10421CRGB
rgb(16, 66, 28)HSL
hsl(134, 61%, 16%)OKLCH
oklch(0.336 0.083 147.9)CMYK
cmyk(76%, 0%, 58%, 74%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0E3B19
2#0D3516
3#0B2E13
4#0A2711
5#08210E
6#061A0B
7#051408
8#030D06
9#020703
Tints
Lighter variations
1#18642A
2#218738
3#29A947
4#31CC55
5#53D571
6#75DE8D
7#98E6AA
8#BAEEC6
9#DDF7E3
Tones
Muted variations
1#123F1D
2#153D1E
3#173A20
4#1A3821
5#1C3522
6#1F3323
7#213025
8#242E26
9#262B27
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCF5 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F8 #E2F8E7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAF2 #CAF2D3 | Secondary backgroundsInput backgroundsDividers |
| 300 | A1E8 #A1E8B1 | BordersInactive statesPlaceholder text |
| 400 | 6FDC #6FDC89 | Disabled statesSecondary iconsMuted text |
| 500 | 46D2 #46D267 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2CB5 #2CB54C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2390 #23903C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1967 #19672B | Text on light backgroundsHeadingsStrong borders |
| 900 | 1042 #10421C | Primary textHigh emphasis contentDark headings |
| 950 | 0A29 #0A2911 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F3FCF5;
--charcoal-100: #E2F8E7;
--charcoal-200: #CAF2D3;
--charcoal-300: #A1E8B1;
--charcoal-400: #6FDC89;
--charcoal-500: #46D267;
--charcoal-600: #2CB54C;
--charcoal-700: #23903C;
--charcoal-800: #19672B;
--charcoal-900: #10421C;
--charcoal-950: #0A2911;
}