#c49fdf
a light, vivid violet · warm · closest name: plum
RGB
196, 159, 223
HSL
275°, 50%, 75%
CMYK
12, 29, 0, 13
Luminance
0.4186
Every format
| HEX | #c49fdf |
| RGB | rgb(196, 159, 223) |
| HSL | hsl(275, 50%, 75%) |
| CMYK | cmyk(12%, 29%, 0%, 13%) |
| LAB | lab(70.8 25.5 -27.3) |
| LCH | lch(70.8 37.3 313.0) |
| OKLCH | oklch(0.758 0.098 310.4) |
Copy-ready code
/* CSS */
color: #c49fdf;
background-color: #c49fdf;
/* Tailwind (arbitrary) */
class="text-[#c49fdf] bg-[#c49fdf]"
/* SCSS */
$brand: #c49fdf;
/* SwiftUI */
Color(red: 0.769, green: 0.624, blue: 0.875)
/* Android */
Color.parseColor("#c49fdf")Accessibility — WCAG contrast
Aa
#c49fdf on white: 2.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c49fdf on black: 9.37:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.9%
Green62.4%
Blue87.5%
CMYK percentages
Cyan12.1%
Magenta28.7%
Yellow0.0%
Key (black)12.5%
Color previews
#c49fdf text on a black background
contrast 9.37:1
Card sample
#c49fdf text on a white background
contrast 2.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c49fdf;
Background color
Panel with #c49fdf background
background-color: #c49fdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c49fdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(196, 159, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(196, 159, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c49fdf; background: linear-gradient(135deg, #c49fdf, #DF9FCF);