#c4aaee
a light, vivid violet · warm · closest name: plum
RGB
196, 170, 238
HSL
263°, 67%, 80%
CMYK
18, 29, 0, 7
Luminance
0.4666
Every format
| HEX | #c4aaee |
| RGB | rgb(196, 170, 238) |
| HSL | hsl(263, 67%, 80%) |
| CMYK | cmyk(18%, 29%, 0%, 7%) |
| LAB | lab(74.0 22.6 -30.5) |
| LCH | lch(74.0 38.0 306.5) |
| OKLCH | oklch(0.784 0.099 301.7) |
Copy-ready code
/* CSS */
color: #c4aaee;
background-color: #c4aaee;
/* Tailwind (arbitrary) */
class="text-[#c4aaee] bg-[#c4aaee]"
/* SCSS */
$brand: #c4aaee;
/* SwiftUI */
Color(red: 0.769, green: 0.667, blue: 0.933)
/* Android */
Color.parseColor("#c4aaee")Accessibility — WCAG contrast
Aa
#c4aaee on white: 2.03:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c4aaee on black: 10.33:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.9%
Green66.7%
Blue93.3%
CMYK percentages
Cyan17.6%
Magenta28.6%
Yellow0.0%
Key (black)6.7%
Color previews
#c4aaee text on a black background
contrast 10.33:1
Card sample
#c4aaee text on a white background
contrast 2.03:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c4aaee;
Background color
Panel with #c4aaee background
background-color: #c4aaee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c4aaee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(196, 170, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(196, 170, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c4aaee; background: linear-gradient(135deg, #c4aaee, #EEAAEB);