#b892af
a balanced, soft magenta / pink · warm · closest name: plum
RGB
184, 146, 175
HSL
314°, 21%, 65%
CMYK
0, 21, 5, 28
Luminance
0.3384
Every format
| HEX | #b892af |
| RGB | rgb(184, 146, 175) |
| HSL | hsl(314, 21%, 65%) |
| CMYK | cmyk(0%, 21%, 5%, 28%) |
| LAB | lab(64.8 19.2 -9.7) |
| LCH | lch(64.8 21.5 333.2) |
| OKLCH | oklch(0.704 0.060 334.7) |
Copy-ready code
/* CSS */
color: #b892af;
background-color: #b892af;
/* Tailwind (arbitrary) */
class="text-[#b892af] bg-[#b892af]"
/* SCSS */
$brand: #b892af;
/* SwiftUI */
Color(red: 0.722, green: 0.573, blue: 0.686)
/* Android */
Color.parseColor("#b892af")Accessibility — WCAG contrast
Aa
#b892af on white: 2.70:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b892af on black: 7.77:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.2%
Green57.3%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta20.7%
Yellow4.9%
Key (black)27.8%
Color previews
#b892af text on a black background
contrast 7.77:1
Card sample
#b892af text on a white background
contrast 2.70:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b892af;
Background color
Panel with #b892af background
background-color: #b892af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b892af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(184, 146, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(184, 146, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b892af; background: linear-gradient(135deg, #b892af, #B89296);