Charcoal
#10412F
GreenColor Codes
All color formats for development
HEX
#10412FRGB
rgb(16, 65, 47)HSL
hsl(158, 60%, 16%)OKLCH
oklch(0.337 0.061 164.7)CMYK
cmyk(75%, 0%, 28%, 75%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0F3B2B
2#0D3426
3#0B2E21
4#0A271C
5#082118
6#071A13
7#05140E
8#030D09
9#020705
Tints
Lighter variations
1#196448
2#218661
3#2AA87A
4#33CA93
5#54D4A5
6#76DDB7
7#98E5C9
8#BAEEDB
9#DDF6ED
Tones
Muted variations
1#133F2F
2#153C2E
3#183A2D
4#1A372D
5#1D352C
6#1F332B
7#21302B
8#242E2A
9#262B29
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCF9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F8 #E2F8F0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAF2 #CAF2E3 | Secondary backgroundsInput backgroundsDividers |
| 300 | A1E8 #A1E8CE | BordersInactive statesPlaceholder text |
| 400 | 70DB #70DBB4 | Disabled statesSecondary iconsMuted text |
| 500 | 47D1 #47D19F | Primary brand colorCTAsActive elementsLinks |
| 600 | 2DB4 #2DB482 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 248F #248F68 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1A66 #1A664A | Text on light backgroundsHeadingsStrong borders |
| 900 | 1041 #10412F | Primary textHigh emphasis contentDark headings |
| 950 | 0A29 #0A291E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F3FCF9;
--charcoal-100: #E2F8F0;
--charcoal-200: #CAF2E3;
--charcoal-300: #A1E8CE;
--charcoal-400: #70DBB4;
--charcoal-500: #47D19F;
--charcoal-600: #2DB482;
--charcoal-700: #248F68;
--charcoal-800: #1A664A;
--charcoal-900: #10412F;
--charcoal-950: #0A291E;
}