#c49fd2
a light, soft violet · warm · closest name: plum
RGB
196, 159, 210
HSL
284°, 36%, 72%
CMYK
7, 24, 0, 18
Luminance
0.4119
Every format
| HEX | #c49fd2 |
| RGB | rgb(196, 159, 210) |
| HSL | hsl(284, 36%, 72%) |
| CMYK | cmyk(7%, 24%, 0%, 18%) |
| LAB | lab(70.3 22.8 -20.8) |
| LCH | lch(70.3 30.9 317.6) |
| OKLCH | oklch(0.753 0.082 316.6) |
Copy-ready code
/* CSS */
color: #c49fd2;
background-color: #c49fd2;
/* Tailwind (arbitrary) */
class="text-[#c49fd2] bg-[#c49fd2]"
/* SCSS */
$brand: #c49fd2;
/* SwiftUI */
Color(red: 0.769, green: 0.624, blue: 0.824)
/* Android */
Color.parseColor("#c49fd2")Accessibility — WCAG contrast
Aa
#c49fd2 on white: 2.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c49fd2 on black: 9.24:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.9%
Green62.4%
Blue82.4%
CMYK percentages
Cyan6.7%
Magenta24.3%
Yellow0.0%
Key (black)17.6%
Color previews
#c49fd2 text on a black background
contrast 9.24:1
Card sample
#c49fd2 text on a white background
contrast 2.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c49fd2;
Background color
Panel with #c49fd2 background
background-color: #c49fd2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c49fd2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(196, 159, 210, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(196, 159, 210, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c49fd2; background: linear-gradient(135deg, #c49fd2, #D29FBE);