#c191cf
a light, soft violet · warm · closest name: plum
RGB
193, 145, 207
HSL
287°, 39%, 69%
CMYK
7, 30, 0, 19
Luminance
0.3609
Every format
| HEX | #c191cf |
| RGB | rgb(193, 145, 207) |
| HSL | hsl(287, 39%, 69%) |
| CMYK | cmyk(7%, 30%, 0%, 19%) |
| LAB | lab(66.6 29.0 -24.9) |
| LCH | lch(66.6 38.2 319.3) |
| OKLCH | oklch(0.723 0.102 318.5) |
Copy-ready code
/* CSS */
color: #c191cf;
background-color: #c191cf;
/* Tailwind (arbitrary) */
class="text-[#c191cf] bg-[#c191cf]"
/* SCSS */
$brand: #c191cf;
/* SwiftUI */
Color(red: 0.757, green: 0.569, blue: 0.812)
/* Android */
Color.parseColor("#c191cf")Accessibility — WCAG contrast
Aa
#c191cf on white: 2.56:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c191cf on black: 8.22:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.7%
Green56.9%
Blue81.2%
CMYK percentages
Cyan6.8%
Magenta30.0%
Yellow0.0%
Key (black)18.8%
Color previews
#c191cf text on a black background
contrast 8.22:1
Card sample
#c191cf text on a white background
contrast 2.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c191cf;
Background color
Panel with #c191cf background
background-color: #c191cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c191cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(193, 145, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(193, 145, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c191cf; background: linear-gradient(135deg, #c191cf, #CF91B4);