#c49cdf
a light, vivid violet · warm · closest name: plum
RGB
196, 156, 223
HSL
276°, 51%, 74%
CMYK
12, 30, 0, 13
Luminance
0.4084
Every format
| HEX | #c49cdf |
| RGB | rgb(196, 156, 223) |
| HSL | hsl(276, 51%, 74%) |
| CMYK | cmyk(12%, 30%, 0%, 13%) |
| LAB | lab(70.1 27.1 -28.4) |
| LCH | lch(70.1 39.2 313.7) |
| OKLCH | oklch(0.753 0.103 311.2) |
Copy-ready code
/* CSS */
color: #c49cdf;
background-color: #c49cdf;
/* Tailwind (arbitrary) */
class="text-[#c49cdf] bg-[#c49cdf]"
/* SCSS */
$brand: #c49cdf;
/* SwiftUI */
Color(red: 0.769, green: 0.612, blue: 0.875)
/* Android */
Color.parseColor("#c49cdf")Accessibility — WCAG contrast
Aa
#c49cdf on white: 2.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c49cdf on black: 9.17:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.9%
Green61.2%
Blue87.5%
CMYK percentages
Cyan12.1%
Magenta30.0%
Yellow0.0%
Key (black)12.5%
Color previews
#c49cdf text on a black background
contrast 9.17:1
Card sample
#c49cdf text on a white background
contrast 2.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c49cdf;
Background color
Panel with #c49cdf background
background-color: #c49cdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c49cdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(196, 156, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(196, 156, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c49cdf; background: linear-gradient(135deg, #c49cdf, #DF9CCD);