#2f342c
a deep, muted green · cool · closest name: darkslategray
RGB
47, 52, 44
HSL
98°, 8%, 19%
CMYK
10, 0, 15, 80
Luminance
0.0324
Every format
| HEX | #2f342c |
| RGB | rgb(47, 52, 44) |
| HSL | hsl(98, 8%, 19%) |
| CMYK | cmyk(10%, 0%, 15%, 80%) |
| LAB | lab(21.0 -4.0 4.3) |
| LCH | lch(21.0 5.9 132.7) |
| OKLCH | oklch(0.317 0.015 133.6) |
Copy-ready code
/* CSS */
color: #2f342c;
background-color: #2f342c;
/* Tailwind (arbitrary) */
class="text-[#2f342c] bg-[#2f342c]"
/* SCSS */
$brand: #2f342c;
/* SwiftUI */
Color(red: 0.184, green: 0.204, blue: 0.173)
/* Android */
Color.parseColor("#2f342c")Accessibility — WCAG contrast
Aa
#2f342c on white: 12.74:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#2f342c on black: 1.65:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red18.4%
Green20.4%
Blue17.3%
CMYK percentages
Cyan9.6%
Magenta0.0%
Yellow15.4%
Key (black)79.6%
Color previews
#2f342c text on a black background
contrast 1.65:1
Card sample
#2f342c text on a white background
contrast 12.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2f342c;
Background color
Panel with #2f342c background
background-color: #2f342c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2f342c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(47, 52, 44, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(47, 52, 44, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2f342c; background: linear-gradient(135deg, #2f342c, #2C342E);