#b65daf
a balanced, soft magenta / pink · warm · closest name: orchid
RGB
182, 93, 175
HSL
305°, 38%, 54%
CMYK
0, 49, 4, 29
Luminance
0.2087
Every format
| HEX | #b65daf |
| RGB | rgb(182, 93, 175) |
| HSL | hsl(305, 38%, 54%) |
| CMYK | cmyk(0%, 49%, 4%, 29%) |
| LAB | lab(52.8 47.4 -28.0) |
| LCH | lch(52.8 55.1 329.4) |
| OKLCH | oklch(0.613 0.154 330.3) |
Copy-ready code
/* CSS */
color: #b65daf;
background-color: #b65daf;
/* Tailwind (arbitrary) */
class="text-[#b65daf] bg-[#b65daf]"
/* SCSS */
$brand: #b65daf;
/* SwiftUI */
Color(red: 0.714, green: 0.365, blue: 0.686)
/* Android */
Color.parseColor("#b65daf")Accessibility — WCAG contrast
Aa
#b65daf on white: 4.06:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b65daf on black: 5.17:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.4%
Green36.5%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta48.9%
Yellow3.8%
Key (black)28.6%
Color previews
#b65daf text on a black background
contrast 5.17:1
Card sample
#b65daf text on a white background
contrast 4.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b65daf;
Background color
Panel with #b65daf background
background-color: #b65daf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b65daf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(182, 93, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(182, 93, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b65daf; background: linear-gradient(135deg, #b65daf, #B65D74);