#b972be
a balanced, soft magenta / pink · warm · closest name: orchid
RGB
185, 114, 190
HSL
296°, 37%, 60%
CMYK
3, 40, 0, 26
Luminance
0.2607
Every format
| HEX | #b972be |
| RGB | rgb(185, 114, 190) |
| HSL | hsl(296, 37%, 60%) |
| CMYK | cmyk(3%, 40%, 0%, 26%) |
| LAB | lab(58.1 40.1 -28.4) |
| LCH | lch(58.1 49.1 324.6) |
| OKLCH | oklch(0.655 0.134 324.6) |
Copy-ready code
/* CSS */
color: #b972be;
background-color: #b972be;
/* Tailwind (arbitrary) */
class="text-[#b972be] bg-[#b972be]"
/* SCSS */
$brand: #b972be;
/* SwiftUI */
Color(red: 0.725, green: 0.447, blue: 0.745)
/* Android */
Color.parseColor("#b972be")Accessibility — WCAG contrast
Aa
#b972be on white: 3.38:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b972be on black: 6.21:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.5%
Green44.7%
Blue74.5%
CMYK percentages
Cyan2.6%
Magenta40.0%
Yellow0.0%
Key (black)25.5%
Color previews
#b972be text on a black background
contrast 6.21:1
Card sample
#b972be text on a white background
contrast 3.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b972be;
Background color
Panel with #b972be background
background-color: #b972be;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b972be;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(185, 114, 190, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(185, 114, 190, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b972be; background: linear-gradient(135deg, #b972be, #BE7290);