#c2a4eb
a light, vivid violet · warm · closest name: plum
RGB
194, 164, 235
HSL
265°, 64%, 78%
CMYK
17, 30, 0, 8
Luminance
0.4402
Every format
| HEX | #c2a4eb |
| RGB | rgb(194, 164, 235) |
| HSL | hsl(265, 64%, 78%) |
| CMYK | cmyk(17%, 30%, 0%, 8%) |
| LAB | lab(72.2 24.7 -31.6) |
| LCH | lch(72.2 40.1 308.0) |
| OKLCH | oklch(0.770 0.104 303.4) |
Copy-ready code
/* CSS */
color: #c2a4eb;
background-color: #c2a4eb;
/* Tailwind (arbitrary) */
class="text-[#c2a4eb] bg-[#c2a4eb]"
/* SCSS */
$brand: #c2a4eb;
/* SwiftUI */
Color(red: 0.761, green: 0.643, blue: 0.922)
/* Android */
Color.parseColor("#c2a4eb")Accessibility — WCAG contrast
Aa
#c2a4eb on white: 2.14:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c2a4eb on black: 9.80:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.1%
Green64.3%
Blue92.2%
CMYK percentages
Cyan17.4%
Magenta30.2%
Yellow0.0%
Key (black)7.8%
Color previews
#c2a4eb text on a black background
contrast 9.80:1
Card sample
#c2a4eb text on a white background
contrast 2.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c2a4eb;
Background color
Panel with #c2a4eb background
background-color: #c2a4eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c2a4eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(194, 164, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(194, 164, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c2a4eb; background: linear-gradient(135deg, #c2a4eb, #EBA4E5);