#c4afec
a light, vivid violet · warm · closest name: plum
RGB
196, 175, 236
HSL
261°, 62%, 81%
CMYK
17, 26, 0, 8
Luminance
0.4845
Every format
| HEX | #c4afec |
| RGB | rgb(196, 175, 236) |
| HSL | hsl(261, 62%, 81%) |
| CMYK | cmyk(17%, 26%, 0%, 8%) |
| LAB | lab(75.1 19.4 -27.7) |
| LCH | lch(75.1 33.8 305.0) |
| OKLCH | oklch(0.793 0.088 300.2) |
Copy-ready code
/* CSS */
color: #c4afec;
background-color: #c4afec;
/* Tailwind (arbitrary) */
class="text-[#c4afec] bg-[#c4afec]"
/* SCSS */
$brand: #c4afec;
/* SwiftUI */
Color(red: 0.769, green: 0.686, blue: 0.925)
/* Android */
Color.parseColor("#c4afec")Accessibility — WCAG contrast
Aa
#c4afec on white: 1.96:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c4afec on black: 10.69:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.9%
Green68.6%
Blue92.5%
CMYK percentages
Cyan16.9%
Magenta25.8%
Yellow0.0%
Key (black)7.5%
Color previews
#c4afec text on a black background
contrast 10.69:1
Card sample
#c4afec text on a white background
contrast 1.96:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c4afec;
Background color
Panel with #c4afec background
background-color: #c4afec;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c4afec;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(196, 175, 236, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(196, 175, 236, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c4afec; background: linear-gradient(135deg, #c4afec, #ECAFEB);