Charcoal
#10422D
GreenColor Codes
All color formats for development
HEX
#10422DRGB
rgb(16, 66, 45)HSL
hsl(155, 61%, 16%)OKLCH
oklch(0.34 0.065 161.5)CMYK
cmyk(76%, 0%, 32%, 74%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0E3B28
2#0D3524
3#0B2E1F
4#0A271B
5#082116
6#061A12
7#05140D
8#030D09
9#020704
Tints
Lighter variations
1#186445
2#21875C
3#29A974
4#31CC8B
5#53D59F
6#75DEB2
7#98E6C5
8#BAEED9
9#DDF7EC
Tones
Muted variations
1#123F2D
2#153D2C
3#173A2C
4#1A382B
5#1C352B
6#1F332A
7#21302A
8#242E2A
9#262B29
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCF8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F8 #E2F8EF | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAF2 #CAF2E1 | Secondary backgroundsInput backgroundsDividers |
| 300 | A1E8 #A1E8CA | BordersInactive statesPlaceholder text |
| 400 | 6FDC #6FDCAF | Disabled statesSecondary iconsMuted text |
| 500 | 46D2 #46D298 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2CB5 #2CB57C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2390 #239062 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1967 #196746 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1042 #10422D | Primary textHigh emphasis contentDark headings |
| 950 | 0A29 #0A291C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F3FCF8;
--charcoal-100: #E2F8EF;
--charcoal-200: #CAF2E1;
--charcoal-300: #A1E8CA;
--charcoal-400: #6FDCAF;
--charcoal-500: #46D298;
--charcoal-600: #2CB57C;
--charcoal-700: #239062;
--charcoal-800: #196746;
--charcoal-900: #10422D;
--charcoal-950: #0A291C;
}