#c2afeb
a light, vivid violet · warm · closest name: plum
RGB
194, 175, 235
HSL
259°, 60%, 80%
CMYK
17, 26, 0, 8
Luminance
0.4813
Every format
| HEX | #c2afeb |
| RGB | rgb(194, 175, 235) |
| HSL | hsl(259, 60%, 80%) |
| CMYK | cmyk(17%, 26%, 0%, 8%) |
| LAB | lab(74.9 18.6 -27.5) |
| LCH | lch(74.9 33.2 304.1) |
| OKLCH | oklch(0.791 0.086 298.9) |
Copy-ready code
/* CSS */
color: #c2afeb;
background-color: #c2afeb;
/* Tailwind (arbitrary) */
class="text-[#c2afeb] bg-[#c2afeb]"
/* SCSS */
$brand: #c2afeb;
/* SwiftUI */
Color(red: 0.761, green: 0.686, blue: 0.922)
/* Android */
Color.parseColor("#c2afeb")Accessibility — WCAG contrast
Aa
#c2afeb on white: 1.98:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c2afeb on black: 10.63:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.1%
Green68.6%
Blue92.2%
CMYK percentages
Cyan17.4%
Magenta25.5%
Yellow0.0%
Key (black)7.8%
Color previews
#c2afeb text on a black background
contrast 10.63:1
Card sample
#c2afeb text on a white background
contrast 1.98:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c2afeb;
Background color
Panel with #c2afeb background
background-color: #c2afeb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c2afeb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(194, 175, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(194, 175, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c2afeb; background: linear-gradient(135deg, #c2afeb, #EAAFEB);