#c29ef1
a light, vivid violet · warm · closest name: plum
RGB
194, 158, 241
HSL
266°, 75%, 78%
CMYK
20, 34, 0, 6
Luminance
0.4227
Every format
| HEX | #c29ef1 |
| RGB | rgb(194, 158, 241) |
| HSL | hsl(266, 75%, 78%) |
| CMYK | cmyk(20%, 34%, 0%, 6%) |
| LAB | lab(71.1 29.3 -36.7) |
| LCH | lch(71.1 47.0 308.6) |
| OKLCH | oklch(0.762 0.122 303.6) |
Copy-ready code
/* CSS */
color: #c29ef1;
background-color: #c29ef1;
/* Tailwind (arbitrary) */
class="text-[#c29ef1] bg-[#c29ef1]"
/* SCSS */
$brand: #c29ef1;
/* SwiftUI */
Color(red: 0.761, green: 0.620, blue: 0.945)
/* Android */
Color.parseColor("#c29ef1")Accessibility — WCAG contrast
Aa
#c29ef1 on white: 2.22:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c29ef1 on black: 9.45:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.1%
Green62.0%
Blue94.5%
CMYK percentages
Cyan19.5%
Magenta34.4%
Yellow0.0%
Key (black)5.5%
Color previews
#c29ef1 text on a black background
contrast 9.45:1
Card sample
#c29ef1 text on a white background
contrast 2.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c29ef1;
Background color
Panel with #c29ef1 background
background-color: #c29ef1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c29ef1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(194, 158, 241, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(194, 158, 241, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c29ef1; background: linear-gradient(135deg, #c29ef1, #F19EE9);