#c5abc0
a light, soft magenta / pink · warm · closest name: silver
RGB
197, 171, 192
HSL
312°, 18%, 72%
CMYK
0, 13, 3, 23
Luminance
0.4480
Every format
| HEX | #c5abc0 |
| RGB | rgb(197, 171, 192) |
| HSL | hsl(312, 18%, 72%) |
| CMYK | cmyk(0%, 13%, 3%, 23%) |
| LAB | lab(72.8 13.1 -7.2) |
| LCH | lch(72.8 14.9 331.1) |
| OKLCH | oklch(0.770 0.042 332.5) |
Copy-ready code
/* CSS */
color: #c5abc0;
background-color: #c5abc0;
/* Tailwind (arbitrary) */
class="text-[#c5abc0] bg-[#c5abc0]"
/* SCSS */
$brand: #c5abc0;
/* SwiftUI */
Color(red: 0.773, green: 0.671, blue: 0.753)
/* Android */
Color.parseColor("#c5abc0")Accessibility — WCAG contrast
Aa
#c5abc0 on white: 2.11:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c5abc0 on black: 9.96:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.3%
Green67.1%
Blue75.3%
CMYK percentages
Cyan0.0%
Magenta13.2%
Yellow2.5%
Key (black)22.7%
Color previews
#c5abc0 text on a black background
contrast 9.96:1
Card sample
#c5abc0 text on a white background
contrast 2.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c5abc0;
Background color
Panel with #c5abc0 background
background-color: #c5abc0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c5abc0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(197, 171, 192, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(197, 171, 192, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c5abc0; background: linear-gradient(135deg, #c5abc0, #C5ABAF);