Charcoal
#10422B
GreenColor Codes
All color formats for development
HEX
#10422BRGB
rgb(16, 66, 43)HSL
hsl(152, 61%, 16%)OKLCH
oklch(0.339 0.067 159.3)CMYK
cmyk(76%, 0%, 35%, 74%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0E3B26
2#0D3522
3#0B2E1E
4#0A2719
5#082115
6#061A11
7#05140D
8#030D08
9#020704
Tints
Lighter variations
1#186441
2#218757
3#29A96D
4#31CC84
5#53D598
6#75DEAD
7#98E6C1
8#BAEED6
9#DDF7EA
Tones
Muted variations
1#123F2A
2#153D2A
3#173A2A
4#1A382A
5#1C352A
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 #A1E8C7 | BordersInactive statesPlaceholder text |
| 400 | 6FDC #6FDCA9 | Disabled statesSecondary iconsMuted text |
| 500 | 46D2 #46D291 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2CB5 #2CB575 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2390 #23905D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1967 #196742 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1042 #10422A | 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: #CAF2DF;
--charcoal-300: #A1E8C7;
--charcoal-400: #6FDCA9;
--charcoal-500: #46D291;
--charcoal-600: #2CB575;
--charcoal-700: #23905D;
--charcoal-800: #196742;
--charcoal-900: #10422A;
--charcoal-950: #0A291B;
}