#c19ccc
a light, soft violet · warm · closest name: plum
RGB
193, 156, 204
HSL
286°, 32%, 71%
CMYK
5, 24, 0, 20
Luminance
0.3947
Every format
| HEX | #c19ccc |
| RGB | rgb(193, 156, 204) |
| HSL | hsl(286, 32%, 71%) |
| CMYK | cmyk(5%, 24%, 0%, 20%) |
| LAB | lab(69.1 22.3 -19.4) |
| LCH | lch(69.1 29.5 319.0) |
| OKLCH | oklch(0.742 0.079 318.4) |
Copy-ready code
/* CSS */
color: #c19ccc;
background-color: #c19ccc;
/* Tailwind (arbitrary) */
class="text-[#c19ccc] bg-[#c19ccc]"
/* SCSS */
$brand: #c19ccc;
/* SwiftUI */
Color(red: 0.757, green: 0.612, blue: 0.800)
/* Android */
Color.parseColor("#c19ccc")Accessibility — WCAG contrast
Aa
#c19ccc on white: 2.36:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c19ccc on black: 8.89:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.7%
Green61.2%
Blue80.0%
CMYK percentages
Cyan5.4%
Magenta23.5%
Yellow0.0%
Key (black)20.0%
Color previews
#c19ccc text on a black background
contrast 8.89:1
Card sample
#c19ccc text on a white background
contrast 2.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c19ccc;
Background color
Panel with #c19ccc background
background-color: #c19ccc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c19ccc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(193, 156, 204, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(193, 156, 204, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c19ccc; background: linear-gradient(135deg, #c19ccc, #CC9CB7);