Charcoal
#10421A
GreenColor Codes
All color formats for development
HEX
#10421ARGB
rgb(16, 66, 26)HSL
hsl(132, 61%, 16%)OKLCH
oklch(0.335 0.085 146.9)CMYK
cmyk(76%, 0%, 61%, 74%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0E3B17
2#0D3515
3#0B2E12
4#0A2710
5#08210D
6#061A0A
7#051408
8#030D05
9#020703
Tints
Lighter variations
1#186427
2#218735
3#29A943
4#31CC50
5#53D56D
6#75DE8A
7#98E6A7
8#BAEEC4
9#DDF7E2
Tones
Muted variations
1#123F1B
2#153D1D
3#173A1E
4#1A3820
5#1C3521
6#1F3323
7#213024
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 #CAF2D2 | Secondary backgroundsInput backgroundsDividers |
| 300 | A1E8 #A1E8AF | BordersInactive statesPlaceholder text |
| 400 | 6FDC #6FDC85 | Disabled statesSecondary iconsMuted text |
| 500 | 46D2 #46D262 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2CB5 #2CB547 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2390 #239039 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1967 #196728 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1042 #10421A | Primary textHigh emphasis contentDark headings |
| 950 | 0A29 #0A2910 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F3FCF5;
--charcoal-100: #E2F8E7;
--charcoal-200: #CAF2D2;
--charcoal-300: #A1E8AF;
--charcoal-400: #6FDC85;
--charcoal-500: #46D262;
--charcoal-600: #2CB547;
--charcoal-700: #239039;
--charcoal-800: #196728;
--charcoal-900: #10421A;
--charcoal-950: #0A2910;
}