#c496e9
a light, vivid violet · warm · closest name: plum
RGB
196, 150, 233
HSL
273°, 65%, 75%
CMYK
16, 36, 0, 9
Luminance
0.3943
Every format
| HEX | #c496e9 |
| RGB | rgb(196, 150, 233) |
| HSL | hsl(273, 65%, 75%) |
| CMYK | cmyk(16%, 36%, 0%, 9%) |
| LAB | lab(69.1 32.6 -35.4) |
| LCH | lch(69.1 48.1 312.6) |
| OKLCH | oklch(0.746 0.126 309.0) |
Copy-ready code
/* CSS */
color: #c496e9;
background-color: #c496e9;
/* Tailwind (arbitrary) */
class="text-[#c496e9] bg-[#c496e9]"
/* SCSS */
$brand: #c496e9;
/* SwiftUI */
Color(red: 0.769, green: 0.588, blue: 0.914)
/* Android */
Color.parseColor("#c496e9")Accessibility — WCAG contrast
Aa
#c496e9 on white: 2.36:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c496e9 on black: 8.89:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.9%
Green58.8%
Blue91.4%
CMYK percentages
Cyan15.9%
Magenta35.6%
Yellow0.0%
Key (black)8.6%
Color previews
#c496e9 text on a black background
contrast 8.89:1
Card sample
#c496e9 text on a white background
contrast 2.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c496e9;
Background color
Panel with #c496e9 background
background-color: #c496e9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c496e9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(196, 150, 233, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(196, 150, 233, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c496e9; background: linear-gradient(135deg, #c496e9, #E996D7);