#c2abd9
a light, soft violet · warm · closest name: plum
RGB
194, 171, 217
HSL
270°, 38%, 76%
CMYK
11, 21, 0, 15
Luminance
0.4560
Every format
| HEX | #c2abd9 |
| RGB | rgb(194, 171, 217) |
| HSL | hsl(270, 38%, 76%) |
| CMYK | cmyk(11%, 21%, 0%, 15%) |
| LAB | lab(73.3 17.0 -20.2) |
| LCH | lch(73.3 26.4 310.1) |
| OKLCH | oklch(0.776 0.069 307.5) |
Copy-ready code
/* CSS */
color: #c2abd9;
background-color: #c2abd9;
/* Tailwind (arbitrary) */
class="text-[#c2abd9] bg-[#c2abd9]"
/* SCSS */
$brand: #c2abd9;
/* SwiftUI */
Color(red: 0.761, green: 0.671, blue: 0.851)
/* Android */
Color.parseColor("#c2abd9")Accessibility — WCAG contrast
Aa
#c2abd9 on white: 2.07:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c2abd9 on black: 10.12:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.1%
Green67.1%
Blue85.1%
CMYK percentages
Cyan10.6%
Magenta21.2%
Yellow0.0%
Key (black)14.9%
Color previews
#c2abd9 text on a black background
contrast 10.12:1
Card sample
#c2abd9 text on a white background
contrast 2.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c2abd9;
Background color
Panel with #c2abd9 background
background-color: #c2abd9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c2abd9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(194, 171, 217, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(194, 171, 217, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c2abd9; background: linear-gradient(135deg, #c2abd9, #D9ABD1);