#c19dfb
a light, electric violet · warm · closest name: plum
RGB
193, 157, 251
HSL
263°, 92%, 80%
CMYK
23, 38, 0, 2
Luminance
0.4242
Every format
| HEX | #c19dfb |
| RGB | rgb(193, 157, 251) |
| HSL | hsl(263, 92%, 80%) |
| CMYK | cmyk(23%, 38%, 0%, 2%) |
| LAB | lab(71.2 31.8 -42.0) |
| LCH | lch(71.2 52.7 307.2) |
| OKLCH | oklch(0.764 0.136 300.9) |
Copy-ready code
/* CSS */
color: #c19dfb;
background-color: #c19dfb;
/* Tailwind (arbitrary) */
class="text-[#c19dfb] bg-[#c19dfb]"
/* SCSS */
$brand: #c19dfb;
/* SwiftUI */
Color(red: 0.757, green: 0.616, blue: 0.984)
/* Android */
Color.parseColor("#c19dfb")Accessibility — WCAG contrast
Aa
#c19dfb on white: 2.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c19dfb on black: 9.48:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.7%
Green61.6%
Blue98.4%
CMYK percentages
Cyan23.1%
Magenta37.5%
Yellow0.0%
Key (black)1.6%
Color previews
#c19dfb text on a black background
contrast 9.48:1
Card sample
#c19dfb text on a white background
contrast 2.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c19dfb;
Background color
Panel with #c19dfb background
background-color: #c19dfb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c19dfb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(193, 157, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(193, 157, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c19dfb; background: linear-gradient(135deg, #c19dfb, #FB9DF6);