#c29df0
a light, vivid violet · warm · closest name: plum
RGB
194, 157, 240
HSL
267°, 74%, 78%
CMYK
19, 35, 0, 6
Luminance
0.4187
Every format
| HEX | #c29df0 |
| RGB | rgb(194, 157, 240) |
| HSL | hsl(267, 74%, 78%) |
| CMYK | cmyk(19%, 35%, 0%, 6%) |
| LAB | lab(70.8 29.6 -36.6) |
| LCH | lch(70.8 47.1 309.0) |
| OKLCH | oklch(0.760 0.122 304.1) |
Copy-ready code
/* CSS */
color: #c29df0;
background-color: #c29df0;
/* Tailwind (arbitrary) */
class="text-[#c29df0] bg-[#c29df0]"
/* SCSS */
$brand: #c29df0;
/* SwiftUI */
Color(red: 0.761, green: 0.616, blue: 0.941)
/* Android */
Color.parseColor("#c29df0")Accessibility — WCAG contrast
Aa
#c29df0 on white: 2.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c29df0 on black: 9.37:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.1%
Green61.6%
Blue94.1%
CMYK percentages
Cyan19.2%
Magenta34.6%
Yellow0.0%
Key (black)5.9%
Color previews
#c29df0 text on a black background
contrast 9.37:1
Card sample
#c29df0 text on a white background
contrast 2.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c29df0;
Background color
Panel with #c29df0 background
background-color: #c29df0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c29df0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(194, 157, 240, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(194, 157, 240, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c29df0; background: linear-gradient(135deg, #c29df0, #F09DE7);