#c29eee
a light, vivid violet · warm · closest name: plum
RGB
194, 158, 238
HSL
267°, 70%, 78%
CMYK
19, 34, 0, 7
Luminance
0.4210
Every format
| HEX | #c29eee |
| RGB | rgb(194, 158, 238) |
| HSL | hsl(267, 70%, 78%) |
| CMYK | cmyk(19%, 34%, 0%, 7%) |
| LAB | lab(70.9 28.6 -35.3) |
| LCH | lch(70.9 45.4 309.1) |
| OKLCH | oklch(0.761 0.118 304.4) |
Copy-ready code
/* CSS */
color: #c29eee;
background-color: #c29eee;
/* Tailwind (arbitrary) */
class="text-[#c29eee] bg-[#c29eee]"
/* SCSS */
$brand: #c29eee;
/* SwiftUI */
Color(red: 0.761, green: 0.620, blue: 0.933)
/* Android */
Color.parseColor("#c29eee")Accessibility — WCAG contrast
Aa
#c29eee on white: 2.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c29eee on black: 9.42:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.1%
Green62.0%
Blue93.3%
CMYK percentages
Cyan18.5%
Magenta33.6%
Yellow0.0%
Key (black)6.7%
Color previews
#c29eee text on a black background
contrast 9.42:1
Card sample
#c29eee text on a white background
contrast 2.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c29eee;
Background color
Panel with #c29eee background
background-color: #c29eee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c29eee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(194, 158, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(194, 158, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c29eee; background: linear-gradient(135deg, #c29eee, #EE9EE5);