#c2acea
a light, vivid violet · warm · closest name: plum
RGB
194, 172, 234
HSL
261°, 60%, 80%
CMYK
17, 27, 0, 8
Luminance
0.4691
Every format
| HEX | #c2acea |
| RGB | rgb(194, 172, 234) |
| HSL | hsl(261, 60%, 80%) |
| CMYK | cmyk(17%, 27%, 0%, 8%) |
| LAB | lab(74.1 20.0 -28.1) |
| LCH | lch(74.1 34.5 305.5) |
| OKLCH | oklch(0.785 0.090 300.6) |
Copy-ready code
/* CSS */
color: #c2acea;
background-color: #c2acea;
/* Tailwind (arbitrary) */
class="text-[#c2acea] bg-[#c2acea]"
/* SCSS */
$brand: #c2acea;
/* SwiftUI */
Color(red: 0.761, green: 0.675, blue: 0.918)
/* Android */
Color.parseColor("#c2acea")Accessibility — WCAG contrast
Aa
#c2acea on white: 2.02:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c2acea on black: 10.38:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.1%
Green67.5%
Blue91.8%
CMYK percentages
Cyan17.1%
Magenta26.5%
Yellow0.0%
Key (black)8.2%
Color previews
#c2acea text on a black background
contrast 10.38:1
Card sample
#c2acea text on a white background
contrast 2.02:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c2acea;
Background color
Panel with #c2acea background
background-color: #c2acea;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c2acea;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(194, 172, 234, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(194, 172, 234, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c2acea; background: linear-gradient(135deg, #c2acea, #EAACE9);