Charcoal
#104235
GreenColor Codes
All color formats for development
HEX
#104235RGB
rgb(16, 66, 53)HSL
hsl(164, 61%, 16%)OKLCH
oklch(0.342 0.057 172)CMYK
cmyk(76%, 0%, 20%, 74%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0E3B2F
2#0D352A
3#0B2E25
4#0A271F
5#08211A
6#061A15
7#051410
8#030D0A
9#020705
Tints
Lighter variations
1#186450
2#21876B
3#29A987
4#31CCA2
5#53D5B2
6#75DEC2
7#98E6D1
8#BAEEE0
9#DDF7F0
Tones
Muted variations
1#123F33
2#153D32
3#173A31
4#1A3830
5#1C352F
6#1F332D
7#21302C
8#242E2B
9#262B2A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCFA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F8 #E2F8F2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAF2 #CAF2E7 | Secondary backgroundsInput backgroundsDividers |
| 300 | A1E8 #A1E8D5 | BordersInactive statesPlaceholder text |
| 400 | 6FDC #6FDCBF | Disabled statesSecondary iconsMuted text |
| 500 | 46D2 #46D2AD | Primary brand colorCTAsActive elementsLinks |
| 600 | 2CB5 #2CB590 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2390 #239073 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1967 #196752 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1042 #104234 | Primary textHigh emphasis contentDark headings |
| 950 | 0A29 #0A2921 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F3FCFA;
--charcoal-100: #E2F8F2;
--charcoal-200: #CAF2E7;
--charcoal-300: #A1E8D5;
--charcoal-400: #6FDCBF;
--charcoal-500: #46D2AD;
--charcoal-600: #2CB590;
--charcoal-700: #239073;
--charcoal-800: #196752;
--charcoal-900: #104234;
--charcoal-950: #0A2921;
}