#c6aceb
a light, vivid violet · warm · closest name: plum
RGB
198, 172, 235
HSL
265°, 61%, 80%
CMYK
16, 27, 0, 8
Luminance
0.4751
Every format
| HEX | #c6aceb |
| RGB | rgb(198, 172, 235) |
| HSL | hsl(265, 61%, 80%) |
| CMYK | cmyk(16%, 27%, 0%, 8%) |
| LAB | lab(74.5 21.5 -28.1) |
| LCH | lch(74.5 35.4 307.4) |
| OKLCH | oklch(0.789 0.092 303.2) |
Copy-ready code
/* CSS */
color: #c6aceb;
background-color: #c6aceb;
/* Tailwind (arbitrary) */
class="text-[#c6aceb] bg-[#c6aceb]"
/* SCSS */
$brand: #c6aceb;
/* SwiftUI */
Color(red: 0.776, green: 0.675, blue: 0.922)
/* Android */
Color.parseColor("#c6aceb")Accessibility — WCAG contrast
Aa
#c6aceb on white: 2.00:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c6aceb on black: 10.50:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.6%
Green67.5%
Blue92.2%
CMYK percentages
Cyan15.7%
Magenta26.8%
Yellow0.0%
Key (black)7.8%
Color previews
#c6aceb text on a black background
contrast 10.50:1
Card sample
#c6aceb text on a white background
contrast 2.00:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c6aceb;
Background color
Panel with #c6aceb background
background-color: #c6aceb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c6aceb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(198, 172, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(198, 172, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c6aceb; background: linear-gradient(135deg, #c6aceb, #EBACE6);