#b64eb3
a balanced, soft magenta / pink · warm · closest name: orchid
RGB
182, 78, 179
HSL
302°, 42%, 51%
CMYK
0, 57, 2, 29
Luminance
0.1865
Every format
| HEX | #b64eb3 |
| RGB | rgb(182, 78, 179) |
| HSL | hsl(302, 42%, 51%) |
| CMYK | cmyk(0%, 57%, 2%, 29%) |
| LAB | lab(50.3 55.3 -34.3) |
| LCH | lch(50.3 65.1 328.2) |
| OKLCH | oklch(0.595 0.182 328.7) |
Copy-ready code
/* CSS */
color: #b64eb3;
background-color: #b64eb3;
/* Tailwind (arbitrary) */
class="text-[#b64eb3] bg-[#b64eb3]"
/* SCSS */
$brand: #b64eb3;
/* SwiftUI */
Color(red: 0.714, green: 0.306, blue: 0.702)
/* Android */
Color.parseColor("#b64eb3")Accessibility — WCAG contrast
Aa
#b64eb3 on white: 4.44:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b64eb3 on black: 4.73:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.4%
Green30.6%
Blue70.2%
CMYK percentages
Cyan0.0%
Magenta57.1%
Yellow1.6%
Key (black)28.6%
Color previews
#b64eb3 text on a black background
contrast 4.73:1
Card sample
#b64eb3 text on a white background
contrast 4.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b64eb3;
Background color
Panel with #b64eb3 background
background-color: #b64eb3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b64eb3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(182, 78, 179, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(182, 78, 179, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b64eb3; background: linear-gradient(135deg, #b64eb3, #B64E6E);