#c5afba
a light, soft magenta / pink · warm · closest name: silver
RGB
197, 175, 186
HSL
330°, 16%, 73%
CMYK
0, 11, 6, 23
Luminance
0.4608
Every format
| HEX | #c5afba |
| RGB | rgb(197, 175, 186) |
| HSL | hsl(330, 16%, 73%) |
| CMYK | cmyk(0%, 11%, 6%, 23%) |
| LAB | lab(73.6 9.8 -2.7) |
| LCH | lch(73.6 10.2 344.6) |
| OKLCH | oklch(0.776 0.029 346.1) |
Copy-ready code
/* CSS */
color: #c5afba;
background-color: #c5afba;
/* Tailwind (arbitrary) */
class="text-[#c5afba] bg-[#c5afba]"
/* SCSS */
$brand: #c5afba;
/* SwiftUI */
Color(red: 0.773, green: 0.686, blue: 0.729)
/* Android */
Color.parseColor("#c5afba")Accessibility — WCAG contrast
Aa
#c5afba on white: 2.06:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c5afba on black: 10.22:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.3%
Green68.6%
Blue72.9%
CMYK percentages
Cyan0.0%
Magenta11.2%
Yellow5.6%
Key (black)22.7%
Color previews
#c5afba text on a black background
contrast 10.22:1
Card sample
#c5afba text on a white background
contrast 2.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c5afba;
Background color
Panel with #c5afba background
background-color: #c5afba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c5afba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(197, 175, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(197, 175, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c5afba; background: linear-gradient(135deg, #c5afba, #C5B3AF);