#c8afec
a light, vivid violet · warm · closest name: plum
RGB
200, 175, 236
HSL
265°, 62%, 81%
CMYK
15, 26, 0, 8
Luminance
0.4900
Every format
| HEX | #c8afec |
| RGB | rgb(200, 175, 236) |
| HSL | hsl(265, 62%, 81%) |
| CMYK | cmyk(15%, 26%, 0%, 8%) |
| LAB | lab(75.5 20.7 -27.2) |
| LCH | lch(75.5 34.1 307.3) |
| OKLCH | oklch(0.796 0.089 303.2) |
Copy-ready code
/* CSS */
color: #c8afec;
background-color: #c8afec;
/* Tailwind (arbitrary) */
class="text-[#c8afec] bg-[#c8afec]"
/* SCSS */
$brand: #c8afec;
/* SwiftUI */
Color(red: 0.784, green: 0.686, blue: 0.925)
/* Android */
Color.parseColor("#c8afec")Accessibility — WCAG contrast
Aa
#c8afec on white: 1.94:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c8afec on black: 10.80:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.4%
Green68.6%
Blue92.5%
CMYK percentages
Cyan15.3%
Magenta25.8%
Yellow0.0%
Key (black)7.5%
Color previews
#c8afec text on a black background
contrast 10.80:1
Card sample
#c8afec text on a white background
contrast 1.94:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c8afec;
Background color
Panel with #c8afec background
background-color: #c8afec;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c8afec;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(200, 175, 236, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(200, 175, 236, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c8afec; background: linear-gradient(135deg, #c8afec, #ECAFE7);