#c59bfd
a light, electric violet · warm · closest name: plum
RGB
197, 155, 253
HSL
266°, 96%, 80%
CMYK
22, 39, 0, 1
Luminance
0.4240
Every format
| HEX | #c59bfd |
| RGB | rgb(197, 155, 253) |
| HSL | hsl(266, 96%, 80%) |
| CMYK | cmyk(22%, 39%, 0%, 1%) |
| LAB | lab(71.2 34.5 -43.1) |
| LCH | lch(71.2 55.2 308.7) |
| OKLCH | oklch(0.765 0.143 302.9) |
Copy-ready code
/* CSS */
color: #c59bfd;
background-color: #c59bfd;
/* Tailwind (arbitrary) */
class="text-[#c59bfd] bg-[#c59bfd]"
/* SCSS */
$brand: #c59bfd;
/* SwiftUI */
Color(red: 0.773, green: 0.608, blue: 0.992)
/* Android */
Color.parseColor("#c59bfd")Accessibility — WCAG contrast
Aa
#c59bfd on white: 2.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c59bfd on black: 9.48:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.3%
Green60.8%
Blue99.2%
CMYK percentages
Cyan22.1%
Magenta38.7%
Yellow0.0%
Key (black)0.8%
Color previews
#c59bfd text on a black background
contrast 9.48:1
Card sample
#c59bfd text on a white background
contrast 2.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c59bfd;
Background color
Panel with #c59bfd background
background-color: #c59bfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c59bfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(197, 155, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(197, 155, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c59bfd; background: linear-gradient(135deg, #c59bfd, #FD9BF4);