#c6acf2
a light, vivid violet · warm · closest name: plum
RGB
198, 172, 242
HSL
262°, 73%, 81%
CMYK
18, 29, 0, 5
Luminance
0.4792
Every format
| HEX | #c6acf2 |
| RGB | rgb(198, 172, 242) |
| HSL | hsl(262, 73%, 81%) |
| CMYK | cmyk(18%, 29%, 0%, 5%) |
| LAB | lab(74.8 23.0 -31.5) |
| LCH | lch(74.8 39.0 306.2) |
| OKLCH | oklch(0.791 0.101 301.2) |
Copy-ready code
/* CSS */
color: #c6acf2;
background-color: #c6acf2;
/* Tailwind (arbitrary) */
class="text-[#c6acf2] bg-[#c6acf2]"
/* SCSS */
$brand: #c6acf2;
/* SwiftUI */
Color(red: 0.776, green: 0.675, blue: 0.949)
/* Android */
Color.parseColor("#c6acf2")Accessibility — WCAG contrast
Aa
#c6acf2 on white: 1.98:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c6acf2 on black: 10.58:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.6%
Green67.5%
Blue94.9%
CMYK percentages
Cyan18.2%
Magenta28.9%
Yellow0.0%
Key (black)5.1%
Color previews
#c6acf2 text on a black background
contrast 10.58:1
Card sample
#c6acf2 text on a white background
contrast 1.98:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c6acf2;
Background color
Panel with #c6acf2 background
background-color: #c6acf2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c6acf2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(198, 172, 242, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(198, 172, 242, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c6acf2; background: linear-gradient(135deg, #c6acf2, #F2ACEF);