#c784af
a balanced, soft magenta / pink · warm · closest name: plum
RGB
199, 132, 175
HSL
322°, 37%, 65%
CMYK
0, 34, 12, 22
Luminance
0.3174
Every format
| HEX | #c784af |
| RGB | rgb(199, 132, 175) |
| HSL | hsl(322, 37%, 65%) |
| CMYK | cmyk(0%, 34%, 12%, 22%) |
| LAB | lab(63.1 32.2 -12.1) |
| LCH | lch(63.1 34.4 339.4) |
| OKLCH | oklch(0.695 0.099 341.2) |
Copy-ready code
/* CSS */
color: #c784af;
background-color: #c784af;
/* Tailwind (arbitrary) */
class="text-[#c784af] bg-[#c784af]"
/* SCSS */
$brand: #c784af;
/* SwiftUI */
Color(red: 0.780, green: 0.518, blue: 0.686)
/* Android */
Color.parseColor("#c784af")Accessibility — WCAG contrast
Aa
#c784af on white: 2.86:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c784af on black: 7.35:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.0%
Green51.8%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta33.7%
Yellow12.1%
Key (black)22.0%
Color previews
#c784af text on a black background
contrast 7.35:1
Card sample
#c784af text on a white background
contrast 2.86:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c784af;
Background color
Panel with #c784af background
background-color: #c784af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c784af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(199, 132, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(199, 132, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c784af; background: linear-gradient(135deg, #c784af, #C78684);