#324340
a deep, muted cyan · cool · closest name: darkslategray
RGB
50, 67, 64
HSL
169°, 15%, 23%
CMYK
25, 0, 5, 74
Luminance
0.0506
Every format
| HEX | #324340 |
| RGB | rgb(50, 67, 64) |
| HSL | hsl(169, 15%, 23%) |
| CMYK | cmyk(25%, 0%, 5%, 74%) |
| LAB | lab(26.9 -7.5 -0.4) |
| LCH | lch(26.9 7.5 183.0) |
| OKLCH | oklch(0.367 0.022 183.1) |
Copy-ready code
/* CSS */
color: #324340;
background-color: #324340;
/* Tailwind (arbitrary) */
class="text-[#324340] bg-[#324340]"
/* SCSS */
$brand: #324340;
/* SwiftUI */
Color(red: 0.196, green: 0.263, blue: 0.251)
/* Android */
Color.parseColor("#324340")Accessibility — WCAG contrast
Aa
#324340 on white: 10.43:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#324340 on black: 2.01:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red19.6%
Green26.3%
Blue25.1%
CMYK percentages
Cyan25.4%
Magenta0.0%
Yellow4.5%
Key (black)73.7%
Color previews
#324340 text on a black background
contrast 2.01:1
Card sample
#324340 text on a white background
contrast 10.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #324340;
Background color
Panel with #324340 background
background-color: #324340;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #324340;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(50, 67, 64, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(50, 67, 64, 0.45);
Border & gradient
Gradient panel
border: 3px solid #324340; background: linear-gradient(135deg, #324340, #323B43);