#c29ddf
a light, vivid violet · warm · closest name: plum
RGB
194, 157, 223
HSL
274°, 51%, 75%
CMYK
13, 30, 0, 13
Luminance
0.4091
Every format
| HEX | #c29ddf |
| RGB | rgb(194, 157, 223) |
| HSL | hsl(274, 51%, 75%) |
| CMYK | cmyk(13%, 30%, 0%, 13%) |
| LAB | lab(70.1 25.9 -28.3) |
| LCH | lch(70.1 38.4 312.5) |
| OKLCH | oklch(0.752 0.101 309.6) |
Copy-ready code
/* CSS */
color: #c29ddf;
background-color: #c29ddf;
/* Tailwind (arbitrary) */
class="text-[#c29ddf] bg-[#c29ddf]"
/* SCSS */
$brand: #c29ddf;
/* SwiftUI */
Color(red: 0.761, green: 0.616, blue: 0.875)
/* Android */
Color.parseColor("#c29ddf")Accessibility — WCAG contrast
Aa
#c29ddf on white: 2.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c29ddf on black: 9.18:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.1%
Green61.6%
Blue87.5%
CMYK percentages
Cyan13.0%
Magenta29.6%
Yellow0.0%
Key (black)12.5%
Color previews
#c29ddf text on a black background
contrast 9.18:1
Card sample
#c29ddf text on a white background
contrast 2.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c29ddf;
Background color
Panel with #c29ddf background
background-color: #c29ddf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c29ddf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(194, 157, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(194, 157, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c29ddf; background: linear-gradient(135deg, #c29ddf, #DF9DD0);