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