#d29fe6
a light, vivid violet · warm · closest name: plum
RGB
210, 159, 230
HSL
283°, 59%, 76%
CMYK
9, 31, 0, 10
Luminance
0.4421
Every format
| HEX | #d29fe6 |
| RGB | rgb(210, 159, 230) |
| HSL | hsl(283, 59%, 76%) |
| CMYK | cmyk(9%, 31%, 0%, 10%) |
| LAB | lab(72.4 31.3 -28.5) |
| LCH | lch(72.4 42.4 317.6) |
| OKLCH | oklch(0.774 0.113 316.2) |
Copy-ready code
/* CSS */
color: #d29fe6;
background-color: #d29fe6;
/* Tailwind (arbitrary) */
class="text-[#d29fe6] bg-[#d29fe6]"
/* SCSS */
$brand: #d29fe6;
/* SwiftUI */
Color(red: 0.824, green: 0.624, blue: 0.902)
/* Android */
Color.parseColor("#d29fe6")Accessibility — WCAG contrast
Aa
#d29fe6 on white: 2.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d29fe6 on black: 9.84:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red82.4%
Green62.4%
Blue90.2%
CMYK percentages
Cyan8.7%
Magenta30.9%
Yellow0.0%
Key (black)9.8%
Color previews
#d29fe6 text on a black background
contrast 9.84:1
Card sample
#d29fe6 text on a white background
contrast 2.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d29fe6;
Background color
Panel with #d29fe6 background
background-color: #d29fe6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d29fe6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(210, 159, 230, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(210, 159, 230, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d29fe6; background: linear-gradient(135deg, #d29fe6, #E69FCB);