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