#c2abd1
a light, soft violet · warm · closest name: plum
RGB
194, 171, 209
HSL
276°, 29%, 75%
CMYK
7, 18, 0, 18
Luminance
0.4520
Every format
| HEX | #c2abd1 |
| RGB | rgb(194, 171, 209) |
| HSL | hsl(276, 29%, 75%) |
| CMYK | cmyk(7%, 18%, 0%, 18%) |
| LAB | lab(73.0 15.3 -16.2) |
| LCH | lch(73.0 22.3 313.4) |
| OKLCH | oklch(0.773 0.059 312.0) |
Copy-ready code
/* CSS */
color: #c2abd1;
background-color: #c2abd1;
/* Tailwind (arbitrary) */
class="text-[#c2abd1] bg-[#c2abd1]"
/* SCSS */
$brand: #c2abd1;
/* SwiftUI */
Color(red: 0.761, green: 0.671, blue: 0.820)
/* Android */
Color.parseColor("#c2abd1")Accessibility — WCAG contrast
Aa
#c2abd1 on white: 2.09:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c2abd1 on black: 10.04:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.1%
Green67.1%
Blue82.0%
CMYK percentages
Cyan7.2%
Magenta18.2%
Yellow0.0%
Key (black)18.0%
Color previews
#c2abd1 text on a black background
contrast 10.04:1
Card sample
#c2abd1 text on a white background
contrast 2.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c2abd1;
Background color
Panel with #c2abd1 background
background-color: #c2abd1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c2abd1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(194, 171, 209, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(194, 171, 209, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c2abd1; background: linear-gradient(135deg, #c2abd1, #D1ABC7);