#b65eb4
a balanced, soft magenta / pink · warm · closest name: orchid
RGB
182, 94, 180
HSL
301°, 38%, 54%
CMYK
0, 48, 1, 29
Luminance
0.2125
Every format
| HEX | #b65eb4 |
| RGB | rgb(182, 94, 180) |
| HSL | hsl(301, 38%, 54%) |
| CMYK | cmyk(0%, 48%, 1%, 29%) |
| LAB | lab(53.2 47.8 -30.3) |
| LCH | lch(53.2 56.6 327.6) |
| OKLCH | oklch(0.616 0.157 328.1) |
Copy-ready code
/* CSS */
color: #b65eb4;
background-color: #b65eb4;
/* Tailwind (arbitrary) */
class="text-[#b65eb4] bg-[#b65eb4]"
/* SCSS */
$brand: #b65eb4;
/* SwiftUI */
Color(red: 0.714, green: 0.369, blue: 0.706)
/* Android */
Color.parseColor("#b65eb4")Accessibility — WCAG contrast
Aa
#b65eb4 on white: 4.00:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b65eb4 on black: 5.25:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.4%
Green36.9%
Blue70.6%
CMYK percentages
Cyan0.0%
Magenta48.4%
Yellow1.1%
Key (black)28.6%
Color previews
#b65eb4 text on a black background
contrast 5.25:1
Card sample
#b65eb4 text on a white background
contrast 4.00:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b65eb4;
Background color
Panel with #b65eb4 background
background-color: #b65eb4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b65eb4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(182, 94, 180, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(182, 94, 180, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b65eb4; background: linear-gradient(135deg, #b65eb4, #B65E79);