Charcoal
#10412B
GreenColor Codes
All color formats for development
HEX
#10412BRGB
rgb(16, 65, 43)HSL
hsl(153, 60%, 16%)OKLCH
oklch(0.336 0.065 160)CMYK
cmyk(75%, 0%, 34%, 75%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0F3B27
2#0D3423
3#0B2E1E
4#0A271A
5#082116
6#071A11
7#05140D
8#030D09
9#020704
Tints
Lighter variations
1#196442
2#218659
3#2AA86F
4#33CA86
5#54D49A
6#76DDAE
7#98E5C3
8#BAEED7
9#DDF6EB
Tones
Muted variations
1#133F2B
2#153C2B
3#183A2B
4#1A372A
5#1D352A
6#1F332A
7#21302A
8#242E29
9#262B29
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCF8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F8 #E2F8EE | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAF2 #CAF2E0 | Secondary backgroundsInput backgroundsDividers |
| 300 | A1E8 #A1E8C8 | BordersInactive statesPlaceholder text |
| 400 | 70DB #70DBAB | Disabled statesSecondary iconsMuted text |
| 500 | 47D1 #47D193 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2DB4 #2DB477 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 248F #248F5F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1A66 #1A6644 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1041 #10412B | Primary textHigh emphasis contentDark headings |
| 950 | 0A29 #0A291B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F3FCF8;
--charcoal-100: #E2F8EE;
--charcoal-200: #CAF2E0;
--charcoal-300: #A1E8C8;
--charcoal-400: #70DBAB;
--charcoal-500: #47D193;
--charcoal-600: #2DB477;
--charcoal-700: #248F5F;
--charcoal-800: #1A6644;
--charcoal-900: #10412B;
--charcoal-950: #0A291B;
}