#c0abeb
a light, vivid violet · warm · closest name: plum
RGB
192, 171, 235
HSL
260°, 62%, 80%
CMYK
18, 27, 0, 8
Luminance
0.4633
Every format
| HEX | #c0abeb |
| RGB | rgb(192, 171, 235) |
| HSL | hsl(260, 62%, 80%) |
| CMYK | cmyk(18%, 27%, 0%, 8%) |
| LAB | lab(73.8 20.2 -29.3) |
| LCH | lch(73.8 35.5 304.6) |
| OKLCH | oklch(0.782 0.092 299.3) |
Copy-ready code
/* CSS */
color: #c0abeb;
background-color: #c0abeb;
/* Tailwind (arbitrary) */
class="text-[#c0abeb] bg-[#c0abeb]"
/* SCSS */
$brand: #c0abeb;
/* SwiftUI */
Color(red: 0.753, green: 0.671, blue: 0.922)
/* Android */
Color.parseColor("#c0abeb")Accessibility — WCAG contrast
Aa
#c0abeb on white: 2.05:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c0abeb on black: 10.27:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.3%
Green67.1%
Blue92.2%
CMYK percentages
Cyan18.3%
Magenta27.2%
Yellow0.0%
Key (black)7.8%
Color previews
#c0abeb text on a black background
contrast 10.27:1
Card sample
#c0abeb text on a white background
contrast 2.05:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c0abeb;
Background color
Panel with #c0abeb background
background-color: #c0abeb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c0abeb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(192, 171, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(192, 171, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c0abeb; background: linear-gradient(135deg, #c0abeb, #EBABEB);