#c6aaee
a light, vivid violet · warm · closest name: plum
RGB
198, 170, 238
HSL
265°, 67%, 80%
CMYK
17, 29, 0, 7
Luminance
0.4693
Every format
| HEX | #c6aaee |
| RGB | rgb(198, 170, 238) |
| HSL | hsl(265, 67%, 80%) |
| CMYK | cmyk(17%, 29%, 0%, 7%) |
| LAB | lab(74.1 23.2 -30.3) |
| LCH | lch(74.1 38.1 307.5) |
| OKLCH | oklch(0.786 0.099 303.0) |
Copy-ready code
/* CSS */
color: #c6aaee;
background-color: #c6aaee;
/* Tailwind (arbitrary) */
class="text-[#c6aaee] bg-[#c6aaee]"
/* SCSS */
$brand: #c6aaee;
/* SwiftUI */
Color(red: 0.776, green: 0.667, blue: 0.933)
/* Android */
Color.parseColor("#c6aaee")Accessibility — WCAG contrast
Aa
#c6aaee on white: 2.02:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c6aaee on black: 10.39:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.6%
Green66.7%
Blue93.3%
CMYK percentages
Cyan16.8%
Magenta28.6%
Yellow0.0%
Key (black)6.7%
Color previews
#c6aaee text on a black background
contrast 10.39:1
Card sample
#c6aaee text on a white background
contrast 2.02:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c6aaee;
Background color
Panel with #c6aaee background
background-color: #c6aaee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c6aaee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(198, 170, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(198, 170, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c6aaee; background: linear-gradient(135deg, #c6aaee, #EEAAE9);