#c2abbb
a light, soft magenta / pink · warm · closest name: silver
RGB
194, 171, 187
HSL
318°, 16%, 72%
CMYK
0, 12, 4, 24
Luminance
0.4418
Every format
| HEX | #c2abbb |
| RGB | rgb(194, 171, 187) |
| HSL | hsl(318, 16%, 72%) |
| CMYK | cmyk(0%, 12%, 4%, 24%) |
| LAB | lab(72.3 11.1 -5.1) |
| LCH | lch(72.3 12.2 335.3) |
| OKLCH | oklch(0.766 0.034 336.9) |
Copy-ready code
/* CSS */
color: #c2abbb;
background-color: #c2abbb;
/* Tailwind (arbitrary) */
class="text-[#c2abbb] bg-[#c2abbb]"
/* SCSS */
$brand: #c2abbb;
/* SwiftUI */
Color(red: 0.761, green: 0.671, blue: 0.733)
/* Android */
Color.parseColor("#c2abbb")Accessibility — WCAG contrast
Aa
#c2abbb on white: 2.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c2abbb on black: 9.84:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.1%
Green67.1%
Blue73.3%
CMYK percentages
Cyan0.0%
Magenta11.9%
Yellow3.6%
Key (black)23.9%
Color previews
#c2abbb text on a black background
contrast 9.84:1
Card sample
#c2abbb text on a white background
contrast 2.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c2abbb;
Background color
Panel with #c2abbb background
background-color: #c2abbb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c2abbb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(194, 171, 187, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(194, 171, 187, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c2abbb; background: linear-gradient(135deg, #c2abbb, #C2ABAC);