#b65da3
a balanced, soft magenta / pink · warm · closest name: orchid
RGB
182, 93, 163
HSL
313°, 38%, 54%
CMYK
0, 49, 10, 29
Luminance
0.2042
Every format
| HEX | #b65da3 |
| RGB | rgb(182, 93, 163) |
| HSL | hsl(313, 38%, 54%) |
| CMYK | cmyk(0%, 49%, 10%, 29%) |
| LAB | lab(52.3 45.3 -21.8) |
| LCH | lch(52.3 50.3 334.3) |
| OKLCH | oklch(0.607 0.144 335.9) |
Copy-ready code
/* CSS */
color: #b65da3;
background-color: #b65da3;
/* Tailwind (arbitrary) */
class="text-[#b65da3] bg-[#b65da3]"
/* SCSS */
$brand: #b65da3;
/* SwiftUI */
Color(red: 0.714, green: 0.365, blue: 0.639)
/* Android */
Color.parseColor("#b65da3")Accessibility — WCAG contrast
Aa
#b65da3 on white: 4.13:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b65da3 on black: 5.08:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.4%
Green36.5%
Blue63.9%
CMYK percentages
Cyan0.0%
Magenta48.9%
Yellow10.4%
Key (black)28.6%
Color previews
#b65da3 text on a black background
contrast 5.08:1
Card sample
#b65da3 text on a white background
contrast 4.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b65da3;
Background color
Panel with #b65da3 background
background-color: #b65da3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b65da3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(182, 93, 163, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(182, 93, 163, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b65da3; background: linear-gradient(135deg, #b65da3, #B65D68);