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