#c8aade
a light, soft violet · warm · closest name: plum
RGB
200, 170, 222
HSL
275°, 44%, 77%
CMYK
10, 23, 0, 13
Luminance
0.4630
Every format
| HEX | #c8aade |
| RGB | rgb(200, 170, 222) |
| HSL | hsl(275, 44%, 77%) |
| CMYK | cmyk(10%, 23%, 0%, 13%) |
| LAB | lab(73.7 20.5 -22.2) |
| LCH | lch(73.7 30.2 312.7) |
| OKLCH | oklch(0.782 0.079 310.6) |
Copy-ready code
/* CSS */
color: #c8aade;
background-color: #c8aade;
/* Tailwind (arbitrary) */
class="text-[#c8aade] bg-[#c8aade]"
/* SCSS */
$brand: #c8aade;
/* SwiftUI */
Color(red: 0.784, green: 0.667, blue: 0.871)
/* Android */
Color.parseColor("#c8aade")Accessibility — WCAG contrast
Aa
#c8aade on white: 2.05:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c8aade on black: 10.26:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.4%
Green66.7%
Blue87.1%
CMYK percentages
Cyan9.9%
Magenta23.4%
Yellow0.0%
Key (black)12.9%
Color previews
#c8aade text on a black background
contrast 10.26:1
Card sample
#c8aade text on a white background
contrast 2.05:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c8aade;
Background color
Panel with #c8aade background
background-color: #c8aade;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c8aade;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(200, 170, 222, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(200, 170, 222, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c8aade; background: linear-gradient(135deg, #c8aade, #DEAAD1);