#c19afb
a light, electric violet · warm · closest name: plum
RGB
193, 154, 251
HSL
264°, 92%, 79%
CMYK
23, 39, 0, 2
Luminance
0.4141
Every format
| HEX | #c19afb |
| RGB | rgb(193, 154, 251) |
| HSL | hsl(264, 92%, 79%) |
| CMYK | cmyk(23%, 39%, 0%, 2%) |
| LAB | lab(70.5 33.5 -43.1) |
| LCH | lch(70.5 54.6 307.9) |
| OKLCH | oklch(0.759 0.141 301.7) |
Copy-ready code
/* CSS */
color: #c19afb;
background-color: #c19afb;
/* Tailwind (arbitrary) */
class="text-[#c19afb] bg-[#c19afb]"
/* SCSS */
$brand: #c19afb;
/* SwiftUI */
Color(red: 0.757, green: 0.604, blue: 0.984)
/* Android */
Color.parseColor("#c19afb")Accessibility — WCAG contrast
Aa
#c19afb on white: 2.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c19afb on black: 9.28:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.7%
Green60.4%
Blue98.4%
CMYK percentages
Cyan23.1%
Magenta38.6%
Yellow0.0%
Key (black)1.6%
Color previews
#c19afb text on a black background
contrast 9.28:1
Card sample
#c19afb text on a white background
contrast 2.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c19afb;
Background color
Panel with #c19afb background
background-color: #c19afb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c19afb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(193, 154, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(193, 154, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c19afb; background: linear-gradient(135deg, #c19afb, #FB9AF4);