#c17eb0
a balanced, soft magenta / pink · warm · closest name: plum
RGB
193, 126, 176
HSL
315°, 35%, 63%
CMYK
0, 35, 9, 24
Luminance
0.2939
Every format
| HEX | #c17eb0 |
| RGB | rgb(193, 126, 176) |
| HSL | hsl(315, 35%, 63%) |
| CMYK | cmyk(0%, 35%, 9%, 24%) |
| LAB | lab(61.1 33.6 -15.8) |
| LCH | lch(61.1 37.1 334.9) |
| OKLCH | oklch(0.678 0.105 336.5) |
Copy-ready code
/* CSS */
color: #c17eb0;
background-color: #c17eb0;
/* Tailwind (arbitrary) */
class="text-[#c17eb0] bg-[#c17eb0]"
/* SCSS */
$brand: #c17eb0;
/* SwiftUI */
Color(red: 0.757, green: 0.494, blue: 0.690)
/* Android */
Color.parseColor("#c17eb0")Accessibility — WCAG contrast
Aa
#c17eb0 on white: 3.05:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c17eb0 on black: 6.88:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.7%
Green49.4%
Blue69.0%
CMYK percentages
Cyan0.0%
Magenta34.7%
Yellow8.8%
Key (black)24.3%
Color previews
#c17eb0 text on a black background
contrast 6.88:1
Card sample
#c17eb0 text on a white background
contrast 3.05:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c17eb0;
Background color
Panel with #c17eb0 background
background-color: #c17eb0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c17eb0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(193, 126, 176, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(193, 126, 176, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c17eb0; background: linear-gradient(135deg, #c17eb0, #C17E83);