#c892af
a light, soft magenta / pink · warm · closest name: plum
RGB
200, 146, 175
HSL
328°, 33%, 68%
CMYK
0, 27, 13, 22
Luminance
0.3593
Every format
| HEX | #c892af |
| RGB | rgb(200, 146, 175) |
| HSL | hsl(328, 33%, 68%) |
| CMYK | cmyk(0%, 27%, 13%, 22%) |
| LAB | lab(66.5 24.9 -7.1) |
| LCH | lch(66.5 25.9 344.1) |
| OKLCH | oklch(0.721 0.075 345.7) |
Copy-ready code
/* CSS */
color: #c892af;
background-color: #c892af;
/* Tailwind (arbitrary) */
class="text-[#c892af] bg-[#c892af]"
/* SCSS */
$brand: #c892af;
/* SwiftUI */
Color(red: 0.784, green: 0.573, blue: 0.686)
/* Android */
Color.parseColor("#c892af")Accessibility — WCAG contrast
Aa
#c892af on white: 2.57:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c892af on black: 8.19:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.4%
Green57.3%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta27.0%
Yellow12.5%
Key (black)21.6%
Color previews
#c892af text on a black background
contrast 8.19:1
Card sample
#c892af text on a white background
contrast 2.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c892af;
Background color
Panel with #c892af background
background-color: #c892af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c892af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(200, 146, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(200, 146, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c892af; background: linear-gradient(135deg, #c892af, #C89992);