#c892cf
a light, soft magenta / pink · warm · closest name: plum
RGB
200, 146, 207
HSL
293°, 39%, 69%
CMYK
3, 30, 0, 19
Luminance
0.3734
Every format
| HEX | #c892cf |
| RGB | rgb(200, 146, 207) |
| HSL | hsl(293, 39%, 69%) |
| CMYK | cmyk(3%, 30%, 0%, 19%) |
| LAB | lab(67.5 30.7 -23.4) |
| LCH | lch(67.5 38.6 322.7) |
| OKLCH | oklch(0.732 0.104 322.6) |
Copy-ready code
/* CSS */
color: #c892cf;
background-color: #c892cf;
/* Tailwind (arbitrary) */
class="text-[#c892cf] bg-[#c892cf]"
/* SCSS */
$brand: #c892cf;
/* SwiftUI */
Color(red: 0.784, green: 0.573, blue: 0.812)
/* Android */
Color.parseColor("#c892cf")Accessibility — WCAG contrast
Aa
#c892cf on white: 2.48:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c892cf on black: 8.47:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.4%
Green57.3%
Blue81.2%
CMYK percentages
Cyan3.4%
Magenta29.5%
Yellow0.0%
Key (black)18.8%
Color previews
#c892cf text on a black background
contrast 8.47:1
Card sample
#c892cf text on a white background
contrast 2.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c892cf;
Background color
Panel with #c892cf background
background-color: #c892cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c892cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(200, 146, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(200, 146, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c892cf; background: linear-gradient(135deg, #c892cf, #CF92AD);