#c2aceb
a light, vivid violet · warm · closest name: plum
RGB
194, 172, 235
HSL
261°, 61%, 80%
CMYK
17, 27, 0, 8
Luminance
0.4697
Every format
| HEX | #c2aceb |
| RGB | rgb(194, 172, 235) |
| HSL | hsl(261, 61%, 80%) |
| CMYK | cmyk(17%, 27%, 0%, 8%) |
| LAB | lab(74.2 20.3 -28.6) |
| LCH | lch(74.2 35.1 305.3) |
| OKLCH | oklch(0.785 0.091 300.3) |
Copy-ready code
/* CSS */
color: #c2aceb;
background-color: #c2aceb;
/* Tailwind (arbitrary) */
class="text-[#c2aceb] bg-[#c2aceb]"
/* SCSS */
$brand: #c2aceb;
/* SwiftUI */
Color(red: 0.761, green: 0.675, blue: 0.922)
/* Android */
Color.parseColor("#c2aceb")Accessibility — WCAG contrast
Aa
#c2aceb on white: 2.02:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c2aceb on black: 10.39:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.1%
Green67.5%
Blue92.2%
CMYK percentages
Cyan17.4%
Magenta26.8%
Yellow0.0%
Key (black)7.8%
Color previews
#c2aceb text on a black background
contrast 10.39:1
Card sample
#c2aceb text on a white background
contrast 2.02:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c2aceb;
Background color
Panel with #c2aceb background
background-color: #c2aceb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c2aceb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(194, 172, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(194, 172, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c2aceb; background: linear-gradient(135deg, #c2aceb, #EBACEA);