#c8acf6
a light, electric violet · warm · closest name: plum
RGB
200, 172, 246
HSL
263°, 80%, 82%
CMYK
19, 30, 0, 4
Luminance
0.4844
Every format
| HEX | #c8acf6 |
| RGB | rgb(200, 172, 246) |
| HSL | hsl(263, 80%, 82%) |
| CMYK | cmyk(19%, 30%, 0%, 4%) |
| LAB | lab(75.1 24.5 -33.1) |
| LCH | lch(75.1 41.2 306.5) |
| OKLCH | oklch(0.795 0.107 301.4) |
Copy-ready code
/* CSS */
color: #c8acf6;
background-color: #c8acf6;
/* Tailwind (arbitrary) */
class="text-[#c8acf6] bg-[#c8acf6]"
/* SCSS */
$brand: #c8acf6;
/* SwiftUI */
Color(red: 0.784, green: 0.675, blue: 0.965)
/* Android */
Color.parseColor("#c8acf6")Accessibility — WCAG contrast
Aa
#c8acf6 on white: 1.96:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c8acf6 on black: 10.69:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.4%
Green67.5%
Blue96.5%
CMYK percentages
Cyan18.7%
Magenta30.1%
Yellow0.0%
Key (black)3.5%
Color previews
#c8acf6 text on a black background
contrast 10.69:1
Card sample
#c8acf6 text on a white background
contrast 1.96:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c8acf6;
Background color
Panel with #c8acf6 background
background-color: #c8acf6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c8acf6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(200, 172, 246, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(200, 172, 246, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c8acf6; background: linear-gradient(135deg, #c8acf6, #F6ACF3);