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