#c6aacc
a light, soft violet · warm · closest name: plum
RGB
198, 170, 204
HSL
289°, 25%, 73%
CMYK
3, 17, 0, 20
Luminance
0.4511
Every format
| HEX | #c6aacc |
| RGB | rgb(198, 170, 204) |
| HSL | hsl(289, 25%, 73%) |
| CMYK | cmyk(3%, 17%, 0%, 20%) |
| LAB | lab(73.0 16.2 -13.5) |
| LCH | lch(73.0 21.1 320.2) |
| OKLCH | oklch(0.773 0.057 320.3) |
Copy-ready code
/* CSS */
color: #c6aacc;
background-color: #c6aacc;
/* Tailwind (arbitrary) */
class="text-[#c6aacc] bg-[#c6aacc]"
/* SCSS */
$brand: #c6aacc;
/* SwiftUI */
Color(red: 0.776, green: 0.667, blue: 0.800)
/* Android */
Color.parseColor("#c6aacc")Accessibility — WCAG contrast
Aa
#c6aacc on white: 2.10:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c6aacc on black: 10.02:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.6%
Green66.7%
Blue80.0%
CMYK percentages
Cyan2.9%
Magenta16.7%
Yellow0.0%
Key (black)20.0%
Color previews
#c6aacc text on a black background
contrast 10.02:1
Card sample
#c6aacc text on a white background
contrast 2.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c6aacc;
Background color
Panel with #c6aacc background
background-color: #c6aacc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c6aacc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(198, 170, 204, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(198, 170, 204, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c6aacc; background: linear-gradient(135deg, #c6aacc, #CCAABB);