#c1aceb
a light, vivid violet · warm · closest name: plum
RGB
193, 172, 235
HSL
260°, 61%, 80%
CMYK
18, 27, 0, 8
Luminance
0.4684
Every format
| HEX | #c1aceb |
| RGB | rgb(193, 172, 235) |
| HSL | hsl(260, 61%, 80%) |
| CMYK | cmyk(18%, 27%, 0%, 8%) |
| LAB | lab(74.1 19.9 -28.8) |
| LCH | lch(74.1 35.0 304.7) |
| OKLCH | oklch(0.784 0.091 299.6) |
Copy-ready code
/* CSS */
color: #c1aceb;
background-color: #c1aceb;
/* Tailwind (arbitrary) */
class="text-[#c1aceb] bg-[#c1aceb]"
/* SCSS */
$brand: #c1aceb;
/* SwiftUI */
Color(red: 0.757, green: 0.675, blue: 0.922)
/* Android */
Color.parseColor("#c1aceb")Accessibility — WCAG contrast
Aa
#c1aceb on white: 2.03:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c1aceb on black: 10.37:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.7%
Green67.5%
Blue92.2%
CMYK percentages
Cyan17.9%
Magenta26.8%
Yellow0.0%
Key (black)7.8%
Color previews
#c1aceb text on a black background
contrast 10.37:1
Card sample
#c1aceb text on a white background
contrast 2.03:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c1aceb;
Background color
Panel with #c1aceb background
background-color: #c1aceb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c1aceb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(193, 172, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(193, 172, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c1aceb; background: linear-gradient(135deg, #c1aceb, #EBACEB);