#b751af
a balanced, soft magenta / pink · warm · closest name: orchid
RGB
183, 81, 175
HSL
305°, 42%, 52%
CMYK
0, 56, 4, 28
Luminance
0.1905
Every format
| HEX | #b751af |
| RGB | rgb(183, 81, 175) |
| HSL | hsl(305, 42%, 52%) |
| CMYK | cmyk(0%, 56%, 4%, 28%) |
| LAB | lab(50.7 53.5 -31.2) |
| LCH | lch(50.7 62.0 329.7) |
| OKLCH | oklch(0.598 0.174 330.6) |
Copy-ready code
/* CSS */
color: #b751af;
background-color: #b751af;
/* Tailwind (arbitrary) */
class="text-[#b751af] bg-[#b751af]"
/* SCSS */
$brand: #b751af;
/* SwiftUI */
Color(red: 0.718, green: 0.318, blue: 0.686)
/* Android */
Color.parseColor("#b751af")Accessibility — WCAG contrast
Aa
#b751af on white: 4.37:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b751af on black: 4.81:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.8%
Green31.8%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta55.7%
Yellow4.4%
Key (black)28.2%
Color previews
#b751af text on a black background
contrast 4.81:1
Card sample
#b751af text on a white background
contrast 4.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b751af;
Background color
Panel with #b751af background
background-color: #b751af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b751af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(183, 81, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(183, 81, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b751af; background: linear-gradient(135deg, #b751af, #B7516B);