#c29bfd
a light, electric violet · warm · closest name: plum
RGB
194, 155, 253
HSL
264°, 96%, 80%
CMYK
23, 39, 0, 1
Luminance
0.4200
Every format
| HEX | #c29bfd |
| RGB | rgb(194, 155, 253) |
| HSL | hsl(264, 96%, 80%) |
| CMYK | cmyk(23%, 39%, 0%, 1%) |
| LAB | lab(70.9 33.7 -43.5) |
| LCH | lch(70.9 55.0 307.7) |
| OKLCH | oklch(0.762 0.142 301.5) |
Copy-ready code
/* CSS */
color: #c29bfd;
background-color: #c29bfd;
/* Tailwind (arbitrary) */
class="text-[#c29bfd] bg-[#c29bfd]"
/* SCSS */
$brand: #c29bfd;
/* SwiftUI */
Color(red: 0.761, green: 0.608, blue: 0.992)
/* Android */
Color.parseColor("#c29bfd")Accessibility — WCAG contrast
Aa
#c29bfd on white: 2.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c29bfd on black: 9.40:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.1%
Green60.8%
Blue99.2%
CMYK percentages
Cyan23.3%
Magenta38.7%
Yellow0.0%
Key (black)0.8%
Color previews
#c29bfd text on a black background
contrast 9.40:1
Card sample
#c29bfd text on a white background
contrast 2.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c29bfd;
Background color
Panel with #c29bfd background
background-color: #c29bfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c29bfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(194, 155, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(194, 155, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c29bfd; background: linear-gradient(135deg, #c29bfd, #FD9BF7);