Charcoal
#10422E
GreenColor Codes
All color formats for development
HEX
#10422ERGB
rgb(16, 66, 46)HSL
hsl(156, 61%, 16%)OKLCH
oklch(0.34 0.064 162.6)CMYK
cmyk(76%, 0%, 30%, 74%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0E3B29
2#0D3525
3#0B2E20
4#0A271B
5#082117
6#061A12
7#05140E
8#030D09
9#020705
Tints
Lighter variations
1#186446
2#21875E
3#29A976
4#31CC8E
5#53D5A1
6#75DEB4
7#98E6C7
8#BAEED9
9#DDF7EC
Tones
Muted variations
1#123F2D
2#153D2D
3#173A2C
4#1A382C
5#1C352B
6#1F332B
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 #CAF2E2 | Secondary backgroundsInput backgroundsDividers |
| 300 | A1E8 #A1E8CC | BordersInactive statesPlaceholder text |
| 400 | 6FDC #6FDCB1 | Disabled statesSecondary iconsMuted text |
| 500 | 46D2 #46D29A | Primary brand colorCTAsActive elementsLinks |
| 600 | 2CB5 #2CB57E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2390 #239064 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1967 #196748 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1042 #10422E | Primary textHigh emphasis contentDark headings |
| 950 | 0A29 #0A291D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F3FCF8;
--charcoal-100: #E2F8EF;
--charcoal-200: #CAF2E2;
--charcoal-300: #A1E8CC;
--charcoal-400: #6FDCB1;
--charcoal-500: #46D29A;
--charcoal-600: #2CB57E;
--charcoal-700: #239064;
--charcoal-800: #196748;
--charcoal-900: #10422E;
--charcoal-950: #0A291D;
}