Charcoal
#10422C
GreenColor Codes
All color formats for development
HEX
#10422CRGB
rgb(16, 66, 44)HSL
hsl(154, 61%, 16%)OKLCH
oklch(0.339 0.066 160.4)CMYK
cmyk(76%, 0%, 33%, 74%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0E3B28
2#0D3523
3#0B2E1F
4#0A271A
5#082116
6#061A12
7#05140D
8#030D09
9#020704
Tints
Lighter variations
1#186443
2#21875A
3#29A972
4#31CC89
5#53D59D
6#75DEB0
7#98E6C4
8#BAEED8
9#DDF7EB
Tones
Muted variations
1#123F2C
2#153D2B
3#173A2B
4#1A382B
5#1C352A
6#1F332A
7#21302A
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 #E2F8EF | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAF2 #CAF2E1 | Secondary backgroundsInput backgroundsDividers |
| 300 | A1E8 #A1E8C9 | BordersInactive statesPlaceholder text |
| 400 | 6FDC #6FDCAD | Disabled statesSecondary iconsMuted text |
| 500 | 46D2 #46D296 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2CB5 #2CB579 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2390 #239061 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1967 #196745 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1042 #10422C | 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: #A1E8C9;
--charcoal-400: #6FDCAD;
--charcoal-500: #46D296;
--charcoal-600: #2CB579;
--charcoal-700: #239061;
--charcoal-800: #196745;
--charcoal-900: #10422C;
--charcoal-950: #0A291C;
}