#c496e8
a light, vivid violet · warm · closest name: plum
RGB
196, 150, 232
HSL
274°, 64%, 75%
CMYK
16, 35, 0, 9
Luminance
0.3937
Every format
| HEX | #c496e8 |
| RGB | rgb(196, 150, 232) |
| HSL | hsl(274, 64%, 75%) |
| CMYK | cmyk(16%, 35%, 0%, 9%) |
| LAB | lab(69.0 32.3 -34.9) |
| LCH | lch(69.0 47.6 312.8) |
| OKLCH | oklch(0.746 0.124 309.3) |
Copy-ready code
/* CSS */
color: #c496e8;
background-color: #c496e8;
/* Tailwind (arbitrary) */
class="text-[#c496e8] bg-[#c496e8]"
/* SCSS */
$brand: #c496e8;
/* SwiftUI */
Color(red: 0.769, green: 0.588, blue: 0.910)
/* Android */
Color.parseColor("#c496e8")Accessibility — WCAG contrast
Aa
#c496e8 on white: 2.37:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c496e8 on black: 8.87:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.9%
Green58.8%
Blue91.0%
CMYK percentages
Cyan15.5%
Magenta35.3%
Yellow0.0%
Key (black)9.0%
Color previews
#c496e8 text on a black background
contrast 8.87:1
Card sample
#c496e8 text on a white background
contrast 2.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c496e8;
Background color
Panel with #c496e8 background
background-color: #c496e8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c496e8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(196, 150, 232, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(196, 150, 232, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c496e8; background: linear-gradient(135deg, #c496e8, #E896D5);