#c59dfb
a light, electric violet · warm · closest name: plum
RGB
197, 157, 251
HSL
266°, 92%, 80%
CMYK
22, 38, 0, 2
Luminance
0.4295
Every format
| HEX | #c59dfb |
| RGB | rgb(197, 157, 251) |
| HSL | hsl(266, 92%, 80%) |
| CMYK | cmyk(22%, 38%, 0%, 2%) |
| LAB | lab(71.5 33.0 -41.4) |
| LCH | lch(71.5 52.9 308.5) |
| OKLCH | oklch(0.768 0.137 302.9) |
Copy-ready code
/* CSS */
color: #c59dfb;
background-color: #c59dfb;
/* Tailwind (arbitrary) */
class="text-[#c59dfb] bg-[#c59dfb]"
/* SCSS */
$brand: #c59dfb;
/* SwiftUI */
Color(red: 0.773, green: 0.616, blue: 0.984)
/* Android */
Color.parseColor("#c59dfb")Accessibility — WCAG contrast
Aa
#c59dfb on white: 2.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c59dfb on black: 9.59:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.3%
Green61.6%
Blue98.4%
CMYK percentages
Cyan21.5%
Magenta37.5%
Yellow0.0%
Key (black)1.6%
Color previews
#c59dfb text on a black background
contrast 9.59:1
Card sample
#c59dfb text on a white background
contrast 2.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c59dfb;
Background color
Panel with #c59dfb background
background-color: #c59dfb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c59dfb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(197, 157, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(197, 157, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c59dfb; background: linear-gradient(135deg, #c59dfb, #FB9DF2);