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