#c6afba
a light, soft magenta / pink · warm · closest name: silver
RGB
198, 175, 186
HSL
331°, 17%, 73%
CMYK
0, 12, 6, 22
Luminance
0.4621
Every format
| HEX | #c6afba |
| RGB | rgb(198, 175, 186) |
| HSL | hsl(331, 17%, 73%) |
| CMYK | cmyk(0%, 12%, 6%, 22%) |
| LAB | lab(73.7 10.2 -2.6) |
| LCH | lch(73.7 10.5 345.8) |
| OKLCH | oklch(0.777 0.030 347.3) |
Copy-ready code
/* CSS */
color: #c6afba;
background-color: #c6afba;
/* Tailwind (arbitrary) */
class="text-[#c6afba] bg-[#c6afba]"
/* SCSS */
$brand: #c6afba;
/* SwiftUI */
Color(red: 0.776, green: 0.686, blue: 0.729)
/* Android */
Color.parseColor("#c6afba")Accessibility — WCAG contrast
Aa
#c6afba on white: 2.05:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c6afba on black: 10.24:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.6%
Green68.6%
Blue72.9%
CMYK percentages
Cyan0.0%
Magenta11.6%
Yellow6.1%
Key (black)22.4%
Color previews
#c6afba text on a black background
contrast 10.24:1
Card sample
#c6afba text on a white background
contrast 2.05:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c6afba;
Background color
Panel with #c6afba background
background-color: #c6afba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c6afba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(198, 175, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(198, 175, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c6afba; background: linear-gradient(135deg, #c6afba, #C6B3AF);