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