#b856af
a balanced, soft magenta / pink · warm · closest name: orchid
RGB
184, 86, 175
HSL
306°, 41%, 53%
CMYK
0, 53, 5, 28
Luminance
0.1994
Every format
| HEX | #b856af |
| RGB | rgb(184, 86, 175) |
| HSL | hsl(306, 41%, 53%) |
| CMYK | cmyk(0%, 53%, 5%, 28%) |
| LAB | lab(51.8 51.4 -29.6) |
| LCH | lch(51.8 59.4 330.1) |
| OKLCH | oklch(0.606 0.167 331.0) |
Copy-ready code
/* CSS */
color: #b856af;
background-color: #b856af;
/* Tailwind (arbitrary) */
class="text-[#b856af] bg-[#b856af]"
/* SCSS */
$brand: #b856af;
/* SwiftUI */
Color(red: 0.722, green: 0.337, blue: 0.686)
/* Android */
Color.parseColor("#b856af")Accessibility — WCAG contrast
Aa
#b856af on white: 4.21:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b856af on black: 4.99:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.2%
Green33.7%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta53.3%
Yellow4.9%
Key (black)27.8%
Color previews
#b856af text on a black background
contrast 4.99:1
Card sample
#b856af text on a white background
contrast 4.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b856af;
Background color
Panel with #b856af background
background-color: #b856af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b856af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(184, 86, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(184, 86, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b856af; background: linear-gradient(135deg, #b856af, #B8566E);