Charcoal
#104230
GreenColor Codes
All color formats for development
HEX
#104230RGB
rgb(16, 66, 48)HSL
hsl(158, 61%, 16%)OKLCH
oklch(0.341 0.062 165)CMYK
cmyk(76%, 0%, 27%, 74%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0E3B2B
2#0D3526
3#0B2E21
4#0A271C
5#082118
6#061A13
7#05140E
8#030D09
9#020705
Tints
Lighter variations
1#186448
2#218761
3#29A97A
4#31CC93
5#53D5A5
6#75DEB7
7#98E6C9
8#BAEEDB
9#DDF7ED
Tones
Muted variations
1#123F2F
2#153D2E
3#173A2D
4#1A382D
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 #F3FCF9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F8 #E2F8F0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAF2 #CAF2E3 | Secondary backgroundsInput backgroundsDividers |
| 300 | A1E8 #A1E8CE | BordersInactive statesPlaceholder text |
| 400 | 6FDC #6FDCB4 | Disabled statesSecondary iconsMuted text |
| 500 | 46D2 #46D29F | Primary brand colorCTAsActive elementsLinks |
| 600 | 2CB5 #2CB582 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2390 #239068 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1967 #19674A | Text on light backgroundsHeadingsStrong borders |
| 900 | 1042 #10422F | Primary textHigh emphasis contentDark headings |
| 950 | 0A29 #0A291E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F3FCF9;
--charcoal-100: #E2F8F0;
--charcoal-200: #CAF2E3;
--charcoal-300: #A1E8CE;
--charcoal-400: #6FDCB4;
--charcoal-500: #46D29F;
--charcoal-600: #2CB582;
--charcoal-700: #239068;
--charcoal-800: #19674A;
--charcoal-900: #10422F;
--charcoal-950: #0A291E;
}