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