#c19dfe
a light, electric violet · warm · closest name: plum
RGB
193, 157, 254
HSL
262°, 98%, 81%
CMYK
24, 38, 0, 0
Luminance
0.4261
Every format
| HEX | #c19dfe |
| RGB | rgb(193, 157, 254) |
| HSL | hsl(262, 98%, 81%) |
| CMYK | cmyk(24%, 38%, 0%, 0%) |
| LAB | lab(71.3 32.5 -43.4) |
| LCH | lch(71.3 54.3 306.8) |
| OKLCH | oklch(0.765 0.140 300.2) |
Copy-ready code
/* CSS */
color: #c19dfe;
background-color: #c19dfe;
/* Tailwind (arbitrary) */
class="text-[#c19dfe] bg-[#c19dfe]"
/* SCSS */
$brand: #c19dfe;
/* SwiftUI */
Color(red: 0.757, green: 0.616, blue: 0.996)
/* Android */
Color.parseColor("#c19dfe")Accessibility — WCAG contrast
Aa
#c19dfe on white: 2.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c19dfe on black: 9.52:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.7%
Green61.6%
Blue99.6%
CMYK percentages
Cyan24.0%
Magenta38.2%
Yellow0.0%
Key (black)0.4%
Color previews
#c19dfe text on a black background
contrast 9.52:1
Card sample
#c19dfe text on a white background
contrast 2.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c19dfe;
Background color
Panel with #c19dfe background
background-color: #c19dfe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c19dfe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(193, 157, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(193, 157, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c19dfe; background: linear-gradient(135deg, #c19dfe, #FE9DFA);