#c49dfd
a light, electric violet · warm · closest name: plum
RGB
196, 157, 253
HSL
264°, 96%, 80%
CMYK
23, 38, 0, 1
Luminance
0.4294
Every format
| HEX | #c49dfd |
| RGB | rgb(196, 157, 253) |
| HSL | hsl(264, 96%, 80%) |
| CMYK | cmyk(23%, 38%, 0%, 1%) |
| LAB | lab(71.5 33.1 -42.5) |
| LCH | lch(71.5 53.9 308.0) |
| OKLCH | oklch(0.768 0.139 301.9) |
Copy-ready code
/* CSS */
color: #c49dfd;
background-color: #c49dfd;
/* Tailwind (arbitrary) */
class="text-[#c49dfd] bg-[#c49dfd]"
/* SCSS */
$brand: #c49dfd;
/* SwiftUI */
Color(red: 0.769, green: 0.616, blue: 0.992)
/* Android */
Color.parseColor("#c49dfd")Accessibility — WCAG contrast
Aa
#c49dfd on white: 2.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c49dfd on black: 9.59:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.9%
Green61.6%
Blue99.2%
CMYK percentages
Cyan22.5%
Magenta37.9%
Yellow0.0%
Key (black)0.8%
Color previews
#c49dfd text on a black background
contrast 9.59:1
Card sample
#c49dfd text on a white background
contrast 2.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c49dfd;
Background color
Panel with #c49dfd background
background-color: #c49dfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c49dfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(196, 157, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(196, 157, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c49dfd; background: linear-gradient(135deg, #c49dfd, #FD9DF6);