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