#c8afeb
a light, vivid violet · warm · closest name: plum
RGB
200, 175, 235
HSL
265°, 60%, 80%
CMYK
15, 26, 0, 8
Luminance
0.4894
Every format
| HEX | #c8afeb |
| RGB | rgb(200, 175, 235) |
| HSL | hsl(265, 60%, 80%) |
| CMYK | cmyk(15%, 26%, 0%, 8%) |
| LAB | lab(75.4 20.5 -26.7) |
| LCH | lch(75.4 33.6 307.5) |
| OKLCH | oklch(0.796 0.087 303.5) |
Copy-ready code
/* CSS */
color: #c8afeb;
background-color: #c8afeb;
/* Tailwind (arbitrary) */
class="text-[#c8afeb] bg-[#c8afeb]"
/* SCSS */
$brand: #c8afeb;
/* SwiftUI */
Color(red: 0.784, green: 0.686, blue: 0.922)
/* Android */
Color.parseColor("#c8afeb")Accessibility — WCAG contrast
Aa
#c8afeb on white: 1.95:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c8afeb on black: 10.79:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.4%
Green68.6%
Blue92.2%
CMYK percentages
Cyan14.9%
Magenta25.5%
Yellow0.0%
Key (black)7.8%
Color previews
#c8afeb text on a black background
contrast 10.79:1
Card sample
#c8afeb text on a white background
contrast 1.95:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c8afeb;
Background color
Panel with #c8afeb background
background-color: #c8afeb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c8afeb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(200, 175, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(200, 175, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c8afeb; background: linear-gradient(135deg, #c8afeb, #EBAFE6);