#c8acff
a light, electric violet · warm · closest name: plum
RGB
200, 172, 255
HSL
260°, 100%, 84%
CMYK
22, 33, 0, 0
Luminance
0.4900
Every format
| HEX | #c8acff |
| RGB | rgb(200, 172, 255) |
| HSL | hsl(260, 100%, 84%) |
| CMYK | cmyk(22%, 33%, 0%, 0%) |
| LAB | lab(75.5 26.5 -37.4) |
| LCH | lch(75.5 45.8 305.3) |
| OKLCH | oklch(0.799 0.119 299.2) |
Copy-ready code
/* CSS */
color: #c8acff;
background-color: #c8acff;
/* Tailwind (arbitrary) */
class="text-[#c8acff] bg-[#c8acff]"
/* SCSS */
$brand: #c8acff;
/* SwiftUI */
Color(red: 0.784, green: 0.675, blue: 1.000)
/* Android */
Color.parseColor("#c8acff")Accessibility — WCAG contrast
Aa
#c8acff on white: 1.94:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c8acff on black: 10.80:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.4%
Green67.5%
Blue100.0%
CMYK percentages
Cyan21.6%
Magenta32.5%
Yellow0.0%
Key (black)0.0%
Color previews
#c8acff text on a black background
contrast 10.80:1
Card sample
#c8acff text on a white background
contrast 1.94:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c8acff;
Background color
Panel with #c8acff background
background-color: #c8acff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c8acff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(200, 172, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(200, 172, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c8acff; background: linear-gradient(135deg, #c8acff, #FFACFF);