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