#c7aace
a light, soft violet · warm · closest name: plum
RGB
199, 170, 206
HSL
288°, 27%, 74%
CMYK
3, 18, 0, 19
Luminance
0.4535
Every format
| HEX | #c7aace |
| RGB | rgb(199, 170, 206) |
| HSL | hsl(288, 27%, 74%) |
| CMYK | cmyk(3%, 18%, 0%, 19%) |
| LAB | lab(73.1 17.0 -14.4) |
| LCH | lch(73.1 22.2 319.7) |
| OKLCH | oklch(0.775 0.060 319.7) |
Copy-ready code
/* CSS */
color: #c7aace;
background-color: #c7aace;
/* Tailwind (arbitrary) */
class="text-[#c7aace] bg-[#c7aace]"
/* SCSS */
$brand: #c7aace;
/* SwiftUI */
Color(red: 0.780, green: 0.667, blue: 0.808)
/* Android */
Color.parseColor("#c7aace")Accessibility — WCAG contrast
Aa
#c7aace on white: 2.09:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c7aace on black: 10.07:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.0%
Green66.7%
Blue80.8%
CMYK percentages
Cyan3.4%
Magenta17.5%
Yellow0.0%
Key (black)19.2%
Color previews
#c7aace text on a black background
contrast 10.07:1
Card sample
#c7aace text on a white background
contrast 2.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c7aace;
Background color
Panel with #c7aace background
background-color: #c7aace;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c7aace;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(199, 170, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(199, 170, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c7aace; background: linear-gradient(135deg, #c7aace, #CEAABD);