#c496e3
a light, vivid violet · warm · closest name: plum
RGB
196, 150, 227
HSL
276°, 58%, 74%
CMYK
14, 34, 0, 11
Luminance
0.3909
Every format
| HEX | #c496e3 |
| RGB | rgb(196, 150, 227) |
| HSL | hsl(276, 58%, 74%) |
| CMYK | cmyk(14%, 34%, 0%, 11%) |
| LAB | lab(68.8 31.3 -32.5) |
| LCH | lch(68.8 45.1 313.9) |
| OKLCH | oklch(0.744 0.118 311.0) |
Copy-ready code
/* CSS */
color: #c496e3;
background-color: #c496e3;
/* Tailwind (arbitrary) */
class="text-[#c496e3] bg-[#c496e3]"
/* SCSS */
$brand: #c496e3;
/* SwiftUI */
Color(red: 0.769, green: 0.588, blue: 0.890)
/* Android */
Color.parseColor("#c496e3")Accessibility — WCAG contrast
Aa
#c496e3 on white: 2.38:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c496e3 on black: 8.82:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.9%
Green58.8%
Blue89.0%
CMYK percentages
Cyan13.7%
Magenta33.9%
Yellow0.0%
Key (black)11.0%
Color previews
#c496e3 text on a black background
contrast 8.82:1
Card sample
#c496e3 text on a white background
contrast 2.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c496e3;
Background color
Panel with #c496e3 background
background-color: #c496e3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c496e3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(196, 150, 227, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(196, 150, 227, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c496e3; background: linear-gradient(135deg, #c496e3, #E396CF);