Charcoal
#10411B
GreenColor Codes
All color formats for development
HEX
#10411BRGB
rgb(16, 65, 27)HSL
hsl(133, 60%, 16%)OKLCH
oklch(0.332 0.083 147.5)CMYK
cmyk(75%, 0%, 58%, 75%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0F3B18
2#0D3416
3#0B2E13
4#0A2710
5#08210D
6#071A0B
7#051408
8#030D05
9#020703
Tints
Lighter variations
1#196429
2#218637
3#2AA845
4#33CA53
5#54D46F
6#76DD8C
7#98E5A9
8#BAEEC6
9#DDF6E2
Tones
Muted variations
1#133F1C
2#153C1E
3#183A1F
4#1A3720
5#1D3522
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 #A1E8B0 | BordersInactive statesPlaceholder text |
| 400 | 70DB #70DB87 | Disabled statesSecondary iconsMuted text |
| 500 | 47D1 #47D165 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2DB4 #2DB44A | Hover statesFocus ringsPrimary buttons hover |
| 700 | 248F #248F3B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1A66 #1A662A | Text on light backgroundsHeadingsStrong borders |
| 900 | 1041 #10411B | 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: #A1E8B0;
--charcoal-400: #70DB87;
--charcoal-500: #47D165;
--charcoal-600: #2DB44A;
--charcoal-700: #248F3B;
--charcoal-800: #1A662A;
--charcoal-900: #10411B;
--charcoal-950: #0A2911;
}