#c7afbc
a light, soft magenta / pink · warm · closest name: silver
RGB
199, 175, 188
HSL
328°, 18%, 73%
CMYK
0, 12, 6, 22
Luminance
0.4643
Every format
| HEX | #c7afbc |
| RGB | rgb(199, 175, 188) |
| HSL | hsl(328, 18%, 73%) |
| CMYK | cmyk(0%, 12%, 6%, 22%) |
| LAB | lab(73.8 10.9 -3.4) |
| LCH | lch(73.8 11.4 342.5) |
| OKLCH | oklch(0.778 0.033 344.0) |
Copy-ready code
/* CSS */
color: #c7afbc;
background-color: #c7afbc;
/* Tailwind (arbitrary) */
class="text-[#c7afbc] bg-[#c7afbc]"
/* SCSS */
$brand: #c7afbc;
/* SwiftUI */
Color(red: 0.780, green: 0.686, blue: 0.737)
/* Android */
Color.parseColor("#c7afbc")Accessibility — WCAG contrast
Aa
#c7afbc on white: 2.04:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c7afbc on black: 10.29:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.0%
Green68.6%
Blue73.7%
CMYK percentages
Cyan0.0%
Magenta12.1%
Yellow5.5%
Key (black)22.0%
Color previews
#c7afbc text on a black background
contrast 10.29:1
Card sample
#c7afbc text on a white background
contrast 2.04:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c7afbc;
Background color
Panel with #c7afbc background
background-color: #c7afbc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c7afbc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(199, 175, 188, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(199, 175, 188, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c7afbc; background: linear-gradient(135deg, #c7afbc, #C7B2AF);