#c0aade
a light, soft violet · warm · closest name: plum
RGB
192, 170, 222
HSL
265°, 44%, 77%
CMYK
14, 23, 0, 13
Luminance
0.4523
Every format
| HEX | #c0aade |
| RGB | rgb(192, 170, 222) |
| HSL | hsl(265, 44%, 77%) |
| CMYK | cmyk(14%, 23%, 0%, 13%) |
| LAB | lab(73.0 17.9 -23.3) |
| LCH | lch(73.0 29.4 307.6) |
| OKLCH | oklch(0.774 0.077 304.0) |
Copy-ready code
/* CSS */
color: #c0aade;
background-color: #c0aade;
/* Tailwind (arbitrary) */
class="text-[#c0aade] bg-[#c0aade]"
/* SCSS */
$brand: #c0aade;
/* SwiftUI */
Color(red: 0.753, green: 0.667, blue: 0.871)
/* Android */
Color.parseColor("#c0aade")Accessibility — WCAG contrast
Aa
#c0aade on white: 2.09:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c0aade on black: 10.05:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.3%
Green66.7%
Blue87.1%
CMYK percentages
Cyan13.5%
Magenta23.4%
Yellow0.0%
Key (black)12.9%
Color previews
#c0aade text on a black background
contrast 10.05:1
Card sample
#c0aade text on a white background
contrast 2.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c0aade;
Background color
Panel with #c0aade background
background-color: #c0aade;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c0aade;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(192, 170, 222, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(192, 170, 222, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c0aade; background: linear-gradient(135deg, #c0aade, #DEAAD9);