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