Charcoal
#10411D
GreenColor Codes
All color formats for development
HEX
#10411DRGB
rgb(16, 65, 29)HSL
hsl(136, 60%, 16%)OKLCH
oklch(0.333 0.081 148.6)CMYK
cmyk(75%, 0%, 55%, 75%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0F3B1A
2#0D3418
3#0B2E15
4#0A2712
5#08210F
6#071A0C
7#051409
8#030D06
9#020703
Tints
Lighter variations
1#19642D
2#21863C
3#2AA84C
4#33CA5B
5#54D476
6#76DD91
7#98E5AD
8#BAEEC8
9#DDF6E4
Tones
Muted variations
1#133F1F
2#153C20
3#183A21
4#1A3722
5#1D3523
6#1F3324
7#213025
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 #E2F8E8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAF2 #CAF2D5 | Secondary backgroundsInput backgroundsDividers |
| 300 | A1E8 #A1E8B4 | BordersInactive statesPlaceholder text |
| 400 | 70DB #70DB8D | Disabled statesSecondary iconsMuted text |
| 500 | 47D1 #47D16C | Primary brand colorCTAsActive elementsLinks |
| 600 | 2DB4 #2DB451 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 248F #248F40 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1A66 #1A662E | Text on light backgroundsHeadingsStrong borders |
| 900 | 1041 #10411D | Primary textHigh emphasis contentDark headings |
| 950 | 0A29 #0A2912 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F3FCF5;
--charcoal-100: #E2F8E8;
--charcoal-200: #CAF2D5;
--charcoal-300: #A1E8B4;
--charcoal-400: #70DB8D;
--charcoal-500: #47D16C;
--charcoal-600: #2DB451;
--charcoal-700: #248F40;
--charcoal-800: #1A662E;
--charcoal-900: #10411D;
--charcoal-950: #0A2912;
}