#c0aceb
a light, vivid violet · warm · closest name: plum
RGB
192, 172, 235
HSL
259°, 61%, 80%
CMYK
18, 27, 0, 8
Luminance
0.4671
Every format
| HEX | #c0aceb |
| RGB | rgb(192, 172, 235) |
| HSL | hsl(259, 61%, 80%) |
| CMYK | cmyk(18%, 27%, 0%, 8%) |
| LAB | lab(74.0 19.6 -28.9) |
| LCH | lch(74.0 34.9 304.2) |
| OKLCH | oklch(0.783 0.091 298.9) |
Copy-ready code
/* CSS */
color: #c0aceb;
background-color: #c0aceb;
/* Tailwind (arbitrary) */
class="text-[#c0aceb] bg-[#c0aceb]"
/* SCSS */
$brand: #c0aceb;
/* SwiftUI */
Color(red: 0.753, green: 0.675, blue: 0.922)
/* Android */
Color.parseColor("#c0aceb")Accessibility — WCAG contrast
Aa
#c0aceb on white: 2.03:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c0aceb on black: 10.34:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.3%
Green67.5%
Blue92.2%
CMYK percentages
Cyan18.3%
Magenta26.8%
Yellow0.0%
Key (black)7.8%
Color previews
#c0aceb text on a black background
contrast 10.34:1
Card sample
#c0aceb text on a white background
contrast 2.03:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c0aceb;
Background color
Panel with #c0aceb background
background-color: #c0aceb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c0aceb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(192, 172, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(192, 172, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c0aceb; background: linear-gradient(135deg, #c0aceb, #EAACEB);