#c2abd6
a light, soft violet · warm · closest name: plum
RGB
194, 171, 214
HSL
272°, 34%, 76%
CMYK
9, 20, 0, 16
Luminance
0.4545
Every format
| HEX | #c2abd6 |
| RGB | rgb(194, 171, 214) |
| HSL | hsl(272, 34%, 76%) |
| CMYK | cmyk(9%, 20%, 0%, 16%) |
| LAB | lab(73.2 16.3 -18.7) |
| LCH | lch(73.2 24.8 311.2) |
| OKLCH | oklch(0.775 0.065 309.0) |
Copy-ready code
/* CSS */
color: #c2abd6;
background-color: #c2abd6;
/* Tailwind (arbitrary) */
class="text-[#c2abd6] bg-[#c2abd6]"
/* SCSS */
$brand: #c2abd6;
/* SwiftUI */
Color(red: 0.761, green: 0.671, blue: 0.839)
/* Android */
Color.parseColor("#c2abd6")Accessibility — WCAG contrast
Aa
#c2abd6 on white: 2.08:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c2abd6 on black: 10.09:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.1%
Green67.1%
Blue83.9%
CMYK percentages
Cyan9.3%
Magenta20.1%
Yellow0.0%
Key (black)16.1%
Color previews
#c2abd6 text on a black background
contrast 10.09:1
Card sample
#c2abd6 text on a white background
contrast 2.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c2abd6;
Background color
Panel with #c2abd6 background
background-color: #c2abd6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c2abd6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(194, 171, 214, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(194, 171, 214, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c2abd6; background: linear-gradient(135deg, #c2abd6, #D6ABCD);