Charcoal
#104234
GreenColor Codes
All color formats for development
HEX
#104234RGB
rgb(16, 66, 52)HSL
hsl(163, 61%, 16%)OKLCH
oklch(0.342 0.058 170.5)CMYK
cmyk(76%, 0%, 21%, 74%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0E3B2E
2#0D3529
3#0B2E24
4#0A271F
5#08211A
6#061A15
7#05140F
8#030D0A
9#020705
Tints
Lighter variations
1#18644F
2#21876A
3#29A985
4#31CCA0
5#53D5B0
6#75DEC0
7#98E6D0
8#BAEEDF
9#DDF7EF
Tones
Muted variations
1#123F33
2#153D31
3#173A30
4#1A382F
5#1C352E
6#1F332D
7#21302C
8#242E2B
9#262B2A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCF9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F8 #E2F8F2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAF2 #CAF2E7 | Secondary backgroundsInput backgroundsDividers |
| 300 | A1E8 #A1E8D4 | BordersInactive statesPlaceholder text |
| 400 | 6FDC #6FDCBD | Disabled statesSecondary iconsMuted text |
| 500 | 46D2 #46D2AB | Primary brand colorCTAsActive elementsLinks |
| 600 | 2CB5 #2CB58E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2390 #239071 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1967 #196751 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1042 #104234 | Primary textHigh emphasis contentDark headings |
| 950 | 0A29 #0A2920 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F3FCF9;
--charcoal-100: #E2F8F2;
--charcoal-200: #CAF2E7;
--charcoal-300: #A1E8D4;
--charcoal-400: #6FDCBD;
--charcoal-500: #46D2AB;
--charcoal-600: #2CB58E;
--charcoal-700: #239071;
--charcoal-800: #196751;
--charcoal-900: #104234;
--charcoal-950: #0A2920;
}