#c2acf9
a light, electric violet · warm · closest name: plum
RGB
194, 172, 249
HSL
257°, 87%, 83%
CMYK
22, 31, 0, 2
Luminance
0.4781
Every format
| HEX | #c2acf9 |
| RGB | rgb(194, 172, 249) |
| HSL | hsl(257, 87%, 83%) |
| CMYK | cmyk(22%, 31%, 0%, 2%) |
| LAB | lab(74.7 23.4 -35.4) |
| LCH | lch(74.7 42.4 303.5) |
| OKLCH | oklch(0.791 0.110 296.9) |
Copy-ready code
/* CSS */
color: #c2acf9;
background-color: #c2acf9;
/* Tailwind (arbitrary) */
class="text-[#c2acf9] bg-[#c2acf9]"
/* SCSS */
$brand: #c2acf9;
/* SwiftUI */
Color(red: 0.761, green: 0.675, blue: 0.976)
/* Android */
Color.parseColor("#c2acf9")Accessibility — WCAG contrast
Aa
#c2acf9 on white: 1.99:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c2acf9 on black: 10.56:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.1%
Green67.5%
Blue97.6%
CMYK percentages
Cyan22.1%
Magenta30.9%
Yellow0.0%
Key (black)2.4%
Color previews
#c2acf9 text on a black background
contrast 10.56:1
Card sample
#c2acf9 text on a white background
contrast 1.99:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c2acf9;
Background color
Panel with #c2acf9 background
background-color: #c2acf9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c2acf9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(194, 172, 249, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(194, 172, 249, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c2acf9; background: linear-gradient(135deg, #c2acf9, #F5ACF9);