Charcoal
#10421F
GreenColor Codes
All color formats for development
HEX
#10421FRGB
rgb(16, 66, 31)HSL
hsl(138, 61%, 16%)OKLCH
oklch(0.336 0.08 149.6)CMYK
cmyk(76%, 0%, 53%, 74%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0E3B1C
2#0D3519
3#0B2E16
4#0A2713
5#08210F
6#061A0C
7#051409
8#030D06
9#020703
Tints
Lighter variations
1#18642F
2#21873F
3#29A94F
4#31CC60
5#53D57A
6#75DE94
7#98E6AF
8#BAEECA
9#DDF7E4
Tones
Muted variations
1#123F20
2#153D21
3#173A22
4#1A3823
5#1C3524
6#1F3325
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 #E2F8E9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAF2 #CAF2D6 | Secondary backgroundsInput backgroundsDividers |
| 300 | A1E8 #A1E8B6 | BordersInactive statesPlaceholder text |
| 400 | 6FDC #6FDC90 | Disabled statesSecondary iconsMuted text |
| 500 | 46D2 #46D270 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2CB5 #2CB555 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2390 #239043 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1967 #196730 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1042 #10421F | 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: #E2F8E9;
--charcoal-200: #CAF2D6;
--charcoal-300: #A1E8B6;
--charcoal-400: #6FDC90;
--charcoal-500: #46D270;
--charcoal-600: #2CB555;
--charcoal-700: #239043;
--charcoal-800: #196730;
--charcoal-900: #10421F;
--charcoal-950: #0A2913;
}