#c2abc3
a light, soft magenta / pink · warm · closest name: silver
RGB
194, 171, 195
HSL
298°, 17%, 72%
CMYK
1, 12, 0, 24
Luminance
0.4454
Every format
| HEX | #c2abc3 |
| RGB | rgb(194, 171, 195) |
| HSL | hsl(298, 17%, 72%) |
| CMYK | cmyk(1%, 12%, 0%, 24%) |
| LAB | lab(72.6 12.6 -9.2) |
| LCH | lch(72.6 15.6 324.0) |
| OKLCH | oklch(0.768 0.042 324.7) |
Copy-ready code
/* CSS */
color: #c2abc3;
background-color: #c2abc3;
/* Tailwind (arbitrary) */
class="text-[#c2abc3] bg-[#c2abc3]"
/* SCSS */
$brand: #c2abc3;
/* SwiftUI */
Color(red: 0.761, green: 0.671, blue: 0.765)
/* Android */
Color.parseColor("#c2abc3")Accessibility — WCAG contrast
Aa
#c2abc3 on white: 2.12:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c2abc3 on black: 9.91:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.1%
Green67.1%
Blue76.5%
CMYK percentages
Cyan0.5%
Magenta12.3%
Yellow0.0%
Key (black)23.5%
Color previews
#c2abc3 text on a black background
contrast 9.91:1
Card sample
#c2abc3 text on a white background
contrast 2.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c2abc3;
Background color
Panel with #c2abc3 background
background-color: #c2abc3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c2abc3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(194, 171, 195, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(194, 171, 195, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c2abc3; background: linear-gradient(135deg, #c2abc3, #C3ABB4);