#c892c2
a light, soft magenta / pink · warm · closest name: plum
RGB
200, 146, 194
HSL
307°, 33%, 68%
CMYK
0, 27, 3, 22
Luminance
0.3673
Every format
| HEX | #c892c2 |
| RGB | rgb(200, 146, 194) |
| HSL | hsl(307, 33%, 68%) |
| CMYK | cmyk(0%, 27%, 3%, 22%) |
| LAB | lab(67.1 28.2 -16.8) |
| LCH | lch(67.1 32.9 329.2) |
| OKLCH | oklch(0.727 0.091 330.3) |
Copy-ready code
/* CSS */
color: #c892c2;
background-color: #c892c2;
/* Tailwind (arbitrary) */
class="text-[#c892c2] bg-[#c892c2]"
/* SCSS */
$brand: #c892c2;
/* SwiftUI */
Color(red: 0.784, green: 0.573, blue: 0.761)
/* Android */
Color.parseColor("#c892c2")Accessibility — WCAG contrast
Aa
#c892c2 on white: 2.52:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c892c2 on black: 8.35:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.4%
Green57.3%
Blue76.1%
CMYK percentages
Cyan0.0%
Magenta27.0%
Yellow3.0%
Key (black)21.6%
Color previews
#c892c2 text on a black background
contrast 8.35:1
Card sample
#c892c2 text on a white background
contrast 2.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c892c2;
Background color
Panel with #c892c2 background
background-color: #c892c2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c892c2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(200, 146, 194, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(200, 146, 194, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c892c2; background: linear-gradient(135deg, #c892c2, #C8929E);