#c19fc2
a light, soft magenta / pink · warm · closest name: plum
RGB
193, 159, 194
HSL
298°, 22%, 69%
CMYK
1, 18, 0, 24
Luminance
0.4003
Every format
| HEX | #c19fc2 |
| RGB | rgb(193, 159, 194) |
| HSL | hsl(298, 22%, 69%) |
| CMYK | cmyk(1%, 18%, 0%, 24%) |
| LAB | lab(69.5 18.7 -13.3) |
| LCH | lch(69.5 22.9 324.6) |
| OKLCH | oklch(0.744 0.062 325.3) |
Copy-ready code
/* CSS */
color: #c19fc2;
background-color: #c19fc2;
/* Tailwind (arbitrary) */
class="text-[#c19fc2] bg-[#c19fc2]"
/* SCSS */
$brand: #c19fc2;
/* SwiftUI */
Color(red: 0.757, green: 0.624, blue: 0.761)
/* Android */
Color.parseColor("#c19fc2")Accessibility — WCAG contrast
Aa
#c19fc2 on white: 2.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c19fc2 on black: 9.01:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.7%
Green62.4%
Blue76.1%
CMYK percentages
Cyan0.5%
Magenta18.0%
Yellow0.0%
Key (black)23.9%
Color previews
#c19fc2 text on a black background
contrast 9.01:1
Card sample
#c19fc2 text on a white background
contrast 2.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c19fc2;
Background color
Panel with #c19fc2 background
background-color: #c19fc2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c19fc2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(193, 159, 194, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(193, 159, 194, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c19fc2; background: linear-gradient(135deg, #c19fc2, #C29FAC);