Charcoal
#10421B
GreenColor Codes
All color formats for development
HEX
#10421BRGB
rgb(16, 66, 27)HSL
hsl(133, 61%, 16%)OKLCH
oklch(0.336 0.084 147.4)CMYK
cmyk(76%, 0%, 59%, 74%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0E3B18
2#0D3515
3#0B2E13
4#0A2710
5#08210D
6#061A0B
7#051408
8#030D05
9#020703
Tints
Lighter variations
1#186429
2#218737
3#29A945
4#31CC53
5#53D56F
6#75DE8C
7#98E6A9
8#BAEEC5
9#DDF7E2
Tones
Muted variations
1#123F1C
2#153D1E
3#173A1F
4#1A3820
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 #CAF2D2 | Secondary backgroundsInput backgroundsDividers |
| 300 | A1E8 #A1E8B0 | BordersInactive statesPlaceholder text |
| 400 | 6FDC #6FDC87 | Disabled statesSecondary iconsMuted text |
| 500 | 46D2 #46D265 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2CB5 #2CB549 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2390 #23903A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1967 #19672A | Text on light backgroundsHeadingsStrong borders |
| 900 | 1042 #10421B | 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: #CAF2D2;
--charcoal-300: #A1E8B0;
--charcoal-400: #6FDC87;
--charcoal-500: #46D265;
--charcoal-600: #2CB549;
--charcoal-700: #23903A;
--charcoal-800: #19672A;
--charcoal-900: #10421B;
--charcoal-950: #0A2911;
}