#c4a4eb
a light, vivid violet · warm · closest name: plum
RGB
196, 164, 235
HSL
267°, 64%, 78%
CMYK
17, 30, 0, 8
Luminance
0.4428
Every format
| HEX | #c4a4eb |
| RGB | rgb(196, 164, 235) |
| HSL | hsl(267, 64%, 78%) |
| CMYK | cmyk(17%, 30%, 0%, 8%) |
| LAB | lab(72.4 25.3 -31.3) |
| LCH | lch(72.4 40.2 308.9) |
| OKLCH | oklch(0.772 0.105 304.7) |
Copy-ready code
/* CSS */
color: #c4a4eb;
background-color: #c4a4eb;
/* Tailwind (arbitrary) */
class="text-[#c4a4eb] bg-[#c4a4eb]"
/* SCSS */
$brand: #c4a4eb;
/* SwiftUI */
Color(red: 0.769, green: 0.643, blue: 0.922)
/* Android */
Color.parseColor("#c4a4eb")Accessibility — WCAG contrast
Aa
#c4a4eb on white: 2.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c4a4eb on black: 9.86:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.9%
Green64.3%
Blue92.2%
CMYK percentages
Cyan16.6%
Magenta30.2%
Yellow0.0%
Key (black)7.8%
Color previews
#c4a4eb text on a black background
contrast 9.86:1
Card sample
#c4a4eb text on a white background
contrast 2.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c4a4eb;
Background color
Panel with #c4a4eb background
background-color: #c4a4eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c4a4eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(196, 164, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(196, 164, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c4a4eb; background: linear-gradient(135deg, #c4a4eb, #EBA4E3);