#c6aade
a light, soft violet · warm · closest name: plum
RGB
198, 170, 222
HSL
272°, 44%, 77%
CMYK
11, 23, 0, 13
Luminance
0.4603
Every format
| HEX | #c6aade |
| RGB | rgb(198, 170, 222) |
| HSL | hsl(272, 44%, 77%) |
| CMYK | cmyk(11%, 23%, 0%, 13%) |
| LAB | lab(73.6 19.8 -22.4) |
| LCH | lch(73.6 29.9 311.5) |
| OKLCH | oklch(0.780 0.079 309.0) |
Copy-ready code
/* CSS */
color: #c6aade;
background-color: #c6aade;
/* Tailwind (arbitrary) */
class="text-[#c6aade] bg-[#c6aade]"
/* SCSS */
$brand: #c6aade;
/* SwiftUI */
Color(red: 0.776, green: 0.667, blue: 0.871)
/* Android */
Color.parseColor("#c6aade")Accessibility — WCAG contrast
Aa
#c6aade on white: 2.06:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c6aade on black: 10.21:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.6%
Green66.7%
Blue87.1%
CMYK percentages
Cyan10.8%
Magenta23.4%
Yellow0.0%
Key (black)12.9%
Color previews
#c6aade text on a black background
contrast 10.21:1
Card sample
#c6aade text on a white background
contrast 2.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c6aade;
Background color
Panel with #c6aade background
background-color: #c6aade;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c6aade;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(198, 170, 222, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(198, 170, 222, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c6aade; background: linear-gradient(135deg, #c6aade, #DEAAD3);