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