#a68898
a balanced, muted magenta / pink · warm · closest name: gray
RGB
166, 136, 152
HSL
328°, 14%, 59%
CMYK
0, 18, 8, 35
Luminance
0.2798
Every format
| HEX | #a68898 |
| RGB | rgb(166, 136, 152) |
| HSL | hsl(328, 14%, 59%) |
| CMYK | cmyk(0%, 18%, 8%, 35%) |
| LAB | lab(59.9 14.1 -4.2) |
| LCH | lch(59.9 14.8 343.4) |
| OKLCH | oklch(0.659 0.043 345.0) |
Copy-ready code
/* CSS */
color: #a68898;
background-color: #a68898;
/* Tailwind (arbitrary) */
class="text-[#a68898] bg-[#a68898]"
/* SCSS */
$brand: #a68898;
/* SwiftUI */
Color(red: 0.651, green: 0.533, blue: 0.596)
/* Android */
Color.parseColor("#a68898")Accessibility — WCAG contrast
Aa
#a68898 on white: 3.18:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#a68898 on black: 6.60:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red65.1%
Green53.3%
Blue59.6%
CMYK percentages
Cyan0.0%
Magenta18.1%
Yellow8.4%
Key (black)34.9%
Color previews
#a68898 text on a black background
contrast 6.60:1
Card sample
#a68898 text on a white background
contrast 3.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a68898;
Background color
Panel with #a68898 background
background-color: #a68898;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a68898;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(166, 136, 152, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(166, 136, 152, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a68898; background: linear-gradient(135deg, #a68898, #A68C88);