#c496e4
a light, vivid violet · warm · closest name: plum
RGB
196, 150, 228
HSL
275°, 59%, 74%
CMYK
14, 34, 0, 11
Luminance
0.3915
Every format
| HEX | #c496e4 |
| RGB | rgb(196, 150, 228) |
| HSL | hsl(275, 59%, 74%) |
| CMYK | cmyk(14%, 34%, 0%, 11%) |
| LAB | lab(68.9 31.5 -33.0) |
| LCH | lch(68.9 45.6 313.7) |
| OKLCH | oklch(0.744 0.120 310.7) |
Copy-ready code
/* CSS */
color: #c496e4;
background-color: #c496e4;
/* Tailwind (arbitrary) */
class="text-[#c496e4] bg-[#c496e4]"
/* SCSS */
$brand: #c496e4;
/* SwiftUI */
Color(red: 0.769, green: 0.588, blue: 0.894)
/* Android */
Color.parseColor("#c496e4")Accessibility — WCAG contrast
Aa
#c496e4 on white: 2.38:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c496e4 on black: 8.83:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.9%
Green58.8%
Blue89.4%
CMYK percentages
Cyan14.0%
Magenta34.2%
Yellow0.0%
Key (black)10.6%
Color previews
#c496e4 text on a black background
contrast 8.83:1
Card sample
#c496e4 text on a white background
contrast 2.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c496e4;
Background color
Panel with #c496e4 background
background-color: #c496e4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c496e4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(196, 150, 228, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(196, 150, 228, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c496e4; background: linear-gradient(135deg, #c496e4, #E496D0);