#c29bdf
a light, vivid violet · warm · closest name: plum
RGB
194, 155, 223
HSL
274°, 52%, 74%
CMYK
13, 31, 0, 13
Luminance
0.4024
Every format
| HEX | #c29bdf |
| RGB | rgb(194, 155, 223) |
| HSL | hsl(274, 52%, 74%) |
| CMYK | cmyk(13%, 31%, 0%, 13%) |
| LAB | lab(69.6 27.1 -29.0) |
| LCH | lch(69.6 39.7 313.0) |
| OKLCH | oklch(0.749 0.104 310.2) |
Copy-ready code
/* CSS */
color: #c29bdf;
background-color: #c29bdf;
/* Tailwind (arbitrary) */
class="text-[#c29bdf] bg-[#c29bdf]"
/* SCSS */
$brand: #c29bdf;
/* SwiftUI */
Color(red: 0.761, green: 0.608, blue: 0.875)
/* Android */
Color.parseColor("#c29bdf")Accessibility — WCAG contrast
Aa
#c29bdf on white: 2.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c29bdf on black: 9.05:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.1%
Green60.8%
Blue87.5%
CMYK percentages
Cyan13.0%
Magenta30.5%
Yellow0.0%
Key (black)12.5%
Color previews
#c29bdf text on a black background
contrast 9.05:1
Card sample
#c29bdf text on a white background
contrast 2.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c29bdf;
Background color
Panel with #c29bdf background
background-color: #c29bdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c29bdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(194, 155, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(194, 155, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c29bdf; background: linear-gradient(135deg, #c29bdf, #DF9BCF);