#c2abd3
a light, soft violet · warm · closest name: plum
RGB
194, 171, 211
HSL
275°, 31%, 75%
CMYK
8, 19, 0, 17
Luminance
0.4530
Every format
| HEX | #c2abd3 |
| RGB | rgb(194, 171, 211) |
| HSL | hsl(275, 31%, 75%) |
| CMYK | cmyk(8%, 19%, 0%, 17%) |
| LAB | lab(73.1 15.7 -17.2) |
| LCH | lch(73.1 23.3 312.5) |
| OKLCH | oklch(0.774 0.061 310.7) |
Copy-ready code
/* CSS */
color: #c2abd3;
background-color: #c2abd3;
/* Tailwind (arbitrary) */
class="text-[#c2abd3] bg-[#c2abd3]"
/* SCSS */
$brand: #c2abd3;
/* SwiftUI */
Color(red: 0.761, green: 0.671, blue: 0.827)
/* Android */
Color.parseColor("#c2abd3")Accessibility — WCAG contrast
Aa
#c2abd3 on white: 2.09:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c2abd3 on black: 10.06:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.1%
Green67.1%
Blue82.7%
CMYK percentages
Cyan8.1%
Magenta19.0%
Yellow0.0%
Key (black)17.3%
Color previews
#c2abd3 text on a black background
contrast 10.06:1
Card sample
#c2abd3 text on a white background
contrast 2.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c2abd3;
Background color
Panel with #c2abd3 background
background-color: #c2abd3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c2abd3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(194, 171, 211, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(194, 171, 211, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c2abd3; background: linear-gradient(135deg, #c2abd3, #D3ABC9);