#c892bb
a light, soft magenta / pink · warm · closest name: plum
RGB
200, 146, 187
HSL
314°, 33%, 68%
CMYK
0, 27, 7, 22
Luminance
0.3642
Every format
| HEX | #c892bb |
| RGB | rgb(200, 146, 187) |
| HSL | hsl(314, 33%, 68%) |
| CMYK | cmyk(0%, 27%, 7%, 22%) |
| LAB | lab(66.8 26.9 -13.3) |
| LCH | lch(66.8 30.0 333.8) |
| OKLCH | oklch(0.725 0.085 335.3) |
Copy-ready code
/* CSS */
color: #c892bb;
background-color: #c892bb;
/* Tailwind (arbitrary) */
class="text-[#c892bb] bg-[#c892bb]"
/* SCSS */
$brand: #c892bb;
/* SwiftUI */
Color(red: 0.784, green: 0.573, blue: 0.733)
/* Android */
Color.parseColor("#c892bb")Accessibility — WCAG contrast
Aa
#c892bb on white: 2.53:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c892bb on black: 8.28:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.4%
Green57.3%
Blue73.3%
CMYK percentages
Cyan0.0%
Magenta27.0%
Yellow6.5%
Key (black)21.6%
Color previews
#c892bb text on a black background
contrast 8.28:1
Card sample
#c892bb text on a white background
contrast 2.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c892bb;
Background color
Panel with #c892bb background
background-color: #c892bb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c892bb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(200, 146, 187, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(200, 146, 187, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c892bb; background: linear-gradient(135deg, #c892bb, #C89297);