#b765af
a balanced, soft magenta / pink · warm · closest name: orchid
RGB
183, 101, 175
HSL
306°, 36%, 56%
CMYK
0, 45, 4, 28
Luminance
0.2247
Every format
| HEX | #b765af |
| RGB | rgb(183, 101, 175) |
| HSL | hsl(306, 36%, 56%) |
| CMYK | cmyk(0%, 45%, 4%, 28%) |
| LAB | lab(54.5 43.6 -25.4) |
| LCH | lch(54.5 50.4 329.8) |
| OKLCH | oklch(0.626 0.141 330.8) |
Copy-ready code
/* CSS */
color: #b765af;
background-color: #b765af;
/* Tailwind (arbitrary) */
class="text-[#b765af] bg-[#b765af]"
/* SCSS */
$brand: #b765af;
/* SwiftUI */
Color(red: 0.718, green: 0.396, blue: 0.686)
/* Android */
Color.parseColor("#b765af")Accessibility — WCAG contrast
Aa
#b765af on white: 3.82:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b765af on black: 5.49:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.8%
Green39.6%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta44.8%
Yellow4.4%
Key (black)28.2%
Color previews
#b765af text on a black background
contrast 5.49:1
Card sample
#b765af text on a white background
contrast 3.82:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b765af;
Background color
Panel with #b765af background
background-color: #b765af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b765af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(183, 101, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(183, 101, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b765af; background: linear-gradient(135deg, #b765af, #B76578);