#c2afbc
a light, muted magenta / pink · warm · closest name: silver
RGB
194, 175, 188
HSL
319°, 14%, 72%
CMYK
0, 10, 3, 24
Luminance
0.4576
Every format
| HEX | #c2afbc |
| RGB | rgb(194, 175, 188) |
| HSL | hsl(319, 14%, 72%) |
| CMYK | cmyk(0%, 10%, 3%, 24%) |
| LAB | lab(73.4 9.1 -4.1) |
| LCH | lch(73.4 10.0 335.6) |
| OKLCH | oklch(0.774 0.028 337.2) |
Copy-ready code
/* CSS */
color: #c2afbc;
background-color: #c2afbc;
/* Tailwind (arbitrary) */
class="text-[#c2afbc] bg-[#c2afbc]"
/* SCSS */
$brand: #c2afbc;
/* SwiftUI */
Color(red: 0.761, green: 0.686, blue: 0.737)
/* Android */
Color.parseColor("#c2afbc")Accessibility — WCAG contrast
Aa
#c2afbc on white: 2.07:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c2afbc on black: 10.15:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.1%
Green68.6%
Blue73.7%
CMYK percentages
Cyan0.0%
Magenta9.8%
Yellow3.1%
Key (black)23.9%
Color previews
#c2afbc text on a black background
contrast 10.15:1
Card sample
#c2afbc text on a white background
contrast 2.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c2afbc;
Background color
Panel with #c2afbc background
background-color: #c2afbc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c2afbc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(194, 175, 188, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(194, 175, 188, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c2afbc; background: linear-gradient(135deg, #c2afbc, #C2AFAF);