#c894af
a light, soft magenta / pink · warm · closest name: plum
RGB
200, 148, 175
HSL
329°, 32%, 68%
CMYK
0, 26, 13, 22
Luminance
0.3655
Every format
| HEX | #c894af |
| RGB | rgb(200, 148, 175) |
| HSL | hsl(329, 32%, 68%) |
| CMYK | cmyk(0%, 26%, 13%, 22%) |
| LAB | lab(66.9 23.8 -6.4) |
| LCH | lch(66.9 24.6 345.0) |
| OKLCH | oklch(0.724 0.072 346.5) |
Copy-ready code
/* CSS */
color: #c894af;
background-color: #c894af;
/* Tailwind (arbitrary) */
class="text-[#c894af] bg-[#c894af]"
/* SCSS */
$brand: #c894af;
/* SwiftUI */
Color(red: 0.784, green: 0.580, blue: 0.686)
/* Android */
Color.parseColor("#c894af")Accessibility — WCAG contrast
Aa
#c894af on white: 2.53:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c894af on black: 8.31:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.4%
Green58.0%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta26.0%
Yellow12.5%
Key (black)21.6%
Color previews
#c894af text on a black background
contrast 8.31:1
Card sample
#c894af text on a white background
contrast 2.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c894af;
Background color
Panel with #c894af background
background-color: #c894af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c894af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(200, 148, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(200, 148, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c894af; background: linear-gradient(135deg, #c894af, #C89C94);