#c2abbe
a light, soft magenta / pink · warm · closest name: silver
RGB
194, 171, 190
HSL
310°, 16%, 72%
CMYK
0, 12, 2, 24
Luminance
0.4431
Every format
| HEX | #c2abbe |
| RGB | rgb(194, 171, 190) |
| HSL | hsl(310, 16%, 72%) |
| CMYK | cmyk(0%, 12%, 2%, 24%) |
| LAB | lab(72.4 11.7 -6.6) |
| LCH | lch(72.4 13.4 330.3) |
| OKLCH | oklch(0.767 0.037 331.7) |
Copy-ready code
/* CSS */
color: #c2abbe;
background-color: #c2abbe;
/* Tailwind (arbitrary) */
class="text-[#c2abbe] bg-[#c2abbe]"
/* SCSS */
$brand: #c2abbe;
/* SwiftUI */
Color(red: 0.761, green: 0.671, blue: 0.745)
/* Android */
Color.parseColor("#c2abbe")Accessibility — WCAG contrast
Aa
#c2abbe on white: 2.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c2abbe on black: 9.86:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.1%
Green67.1%
Blue74.5%
CMYK percentages
Cyan0.0%
Magenta11.9%
Yellow2.1%
Key (black)23.9%
Color previews
#c2abbe text on a black background
contrast 9.86:1
Card sample
#c2abbe text on a white background
contrast 2.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c2abbe;
Background color
Panel with #c2abbe background
background-color: #c2abbe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c2abbe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(194, 171, 190, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(194, 171, 190, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c2abbe; background: linear-gradient(135deg, #c2abbe, #C2ABAF);