#c4a3ff
a light, electric violet · warm · closest name: plum
RGB
196, 163, 255
HSL
262°, 100%, 82%
CMYK
23, 36, 0, 0
Luminance
0.4515
Every format
| HEX | #c4a3ff |
| RGB | rgb(196, 163, 255) |
| HSL | hsl(262, 100%, 82%) |
| CMYK | cmyk(23%, 36%, 0%, 0%) |
| LAB | lab(73.0 30.3 -41.3) |
| LCH | lch(73.0 51.2 306.3) |
| OKLCH | oklch(0.779 0.132 299.9) |
Copy-ready code
/* CSS */
color: #c4a3ff;
background-color: #c4a3ff;
/* Tailwind (arbitrary) */
class="text-[#c4a3ff] bg-[#c4a3ff]"
/* SCSS */
$brand: #c4a3ff;
/* SwiftUI */
Color(red: 0.769, green: 0.639, blue: 1.000)
/* Android */
Color.parseColor("#c4a3ff")Accessibility — WCAG contrast
Aa
#c4a3ff on white: 2.09:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c4a3ff on black: 10.03:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.9%
Green63.9%
Blue100.0%
CMYK percentages
Cyan23.1%
Magenta36.1%
Yellow0.0%
Key (black)0.0%
Color previews
#c4a3ff text on a black background
contrast 10.03:1
Card sample
#c4a3ff text on a white background
contrast 2.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c4a3ff;
Background color
Panel with #c4a3ff background
background-color: #c4a3ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c4a3ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(196, 163, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(196, 163, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c4a3ff; background: linear-gradient(135deg, #c4a3ff, #FFA3FD);