Charcoal
#10411E
GreenColor Codes
All color formats for development
HEX
#10411ERGB
rgb(16, 65, 30)HSL
hsl(137, 60%, 16%)OKLCH
oklch(0.333 0.08 149.2)CMYK
cmyk(75%, 0%, 54%, 75%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0F3B1B
2#0D3418
3#0B2E15
4#0A2712
5#08210F
6#071A0C
7#051409
8#030D06
9#020703
Tints
Lighter variations
1#19642E
2#21863E
3#2AA84E
4#33CA5E
5#54D478
6#76DD93
7#98E5AE
8#BAEEC9
9#DDF6E4
Tones
Muted variations
1#133F1F
2#153C20
3#183A21
4#1A3722
5#1D3523
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 #CAF2D5 | Secondary backgroundsInput backgroundsDividers |
| 300 | A1E8 #A1E8B5 | BordersInactive statesPlaceholder text |
| 400 | 70DB #70DB8F | Disabled statesSecondary iconsMuted text |
| 500 | 47D1 #47D16E | Primary brand colorCTAsActive elementsLinks |
| 600 | 2DB4 #2DB453 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 248F #248F42 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1A66 #1A662F | Text on light backgroundsHeadingsStrong borders |
| 900 | 1041 #10411E | 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: #CAF2D5;
--charcoal-300: #A1E8B5;
--charcoal-400: #70DB8F;
--charcoal-500: #47D16E;
--charcoal-600: #2DB453;
--charcoal-700: #248F42;
--charcoal-800: #1A662F;
--charcoal-900: #10411E;
--charcoal-950: #0A2913;
}