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