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