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