Charcoal
#10422F
GreenColor Codes
All color formats for development
HEX
#10422FRGB
rgb(16, 66, 47)HSL
hsl(157, 61%, 16%)OKLCH
oklch(0.34 0.063 163.8)CMYK
cmyk(76%, 0%, 29%, 74%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0E3B2A
2#0D3525
3#0B2E21
4#0A271C
5#082117
6#061A13
7#05140E
8#030D09
9#020705
Tints
Lighter variations
1#186447
2#218760
3#29A978
4#31CC90
5#53D5A3
6#75DEB6
7#98E6C8
8#BAEEDA
9#DDF7ED
Tones
Muted variations
1#123F2E
2#153D2D
3#173A2D
4#1A382C
5#1C352C
6#1F332B
7#21302B
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 #E2F8F0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAF2 #CAF2E3 | Secondary backgroundsInput backgroundsDividers |
| 300 | A1E8 #A1E8CD | BordersInactive statesPlaceholder text |
| 400 | 6FDC #6FDCB2 | Disabled statesSecondary iconsMuted text |
| 500 | 46D2 #46D29D | Primary brand colorCTAsActive elementsLinks |
| 600 | 2CB5 #2CB580 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2390 #239066 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1967 #196749 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1042 #10422F | 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: #E2F8F0;
--charcoal-200: #CAF2E3;
--charcoal-300: #A1E8CD;
--charcoal-400: #6FDCB2;
--charcoal-500: #46D29D;
--charcoal-600: #2CB580;
--charcoal-700: #239066;
--charcoal-800: #196749;
--charcoal-900: #10422F;
--charcoal-950: #0A291D;
}