Charcoal
#10422A
GreenColor Codes
All color formats for development
HEX
#10422ARGB
rgb(16, 66, 42)HSL
hsl(151, 61%, 16%)OKLCH
oklch(0.339 0.068 158.3)CMYK
cmyk(76%, 0%, 36%, 74%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0E3B25
2#0D3521
3#0B2E1D
4#0A2719
5#082115
6#061A11
7#05140C
8#030D08
9#020704
Tints
Lighter variations
1#18643F
2#218755
3#29A96B
4#31CC81
5#53D596
6#75DEAB
7#98E6C0
8#BAEED5
9#DDF7EA
Tones
Muted variations
1#123F2A
2#153D29
3#173A29
4#1A3829
5#1C3529
6#1F3329
7#213029
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 #CAF2DF | Secondary backgroundsInput backgroundsDividers |
| 300 | A1E8 #A1E8C6 | BordersInactive statesPlaceholder text |
| 400 | 6FDC #6FDCA8 | Disabled statesSecondary iconsMuted text |
| 500 | 46D2 #46D28F | Primary brand colorCTAsActive elementsLinks |
| 600 | 2CB5 #2CB572 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2390 #23905B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1967 #196741 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1042 #10422A | Primary textHigh emphasis contentDark headings |
| 950 | 0A29 #0A291A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F3FCF8;
--charcoal-100: #E2F8EE;
--charcoal-200: #CAF2DF;
--charcoal-300: #A1E8C6;
--charcoal-400: #6FDCA8;
--charcoal-500: #46D28F;
--charcoal-600: #2CB572;
--charcoal-700: #23905B;
--charcoal-800: #196741;
--charcoal-900: #10422A;
--charcoal-950: #0A291A;
}