#b04eb0
a balanced, soft magenta / pink · warm · closest name: orchid
RGB
176, 78, 176
HSL
300°, 39%, 50%
CMYK
0, 56, 0, 31
Luminance
0.1781
Every format
| HEX | #b04eb0 |
| RGB | rgb(176, 78, 176) |
| HSL | hsl(300, 39%, 50%) |
| CMYK | cmyk(0%, 56%, 0%, 31%) |
| LAB | lab(49.3 53.2 -34.2) |
| LCH | lch(49.3 63.2 327.3) |
| OKLCH | oklch(0.585 0.175 327.5) |
Copy-ready code
/* CSS */
color: #b04eb0;
background-color: #b04eb0;
/* Tailwind (arbitrary) */
class="text-[#b04eb0] bg-[#b04eb0]"
/* SCSS */
$brand: #b04eb0;
/* SwiftUI */
Color(red: 0.690, green: 0.306, blue: 0.690)
/* Android */
Color.parseColor("#b04eb0")Accessibility — WCAG contrast
Aa
#b04eb0 on white: 4.60:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#b04eb0 on black: 4.56:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.0%
Green30.6%
Blue69.0%
CMYK percentages
Cyan0.0%
Magenta55.7%
Yellow0.0%
Key (black)31.0%
Color previews
#b04eb0 text on a black background
contrast 4.56:1
Card sample
#b04eb0 text on a white background
contrast 4.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b04eb0;
Background color
Panel with #b04eb0 background
background-color: #b04eb0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b04eb0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(176, 78, 176, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(176, 78, 176, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b04eb0; background: linear-gradient(135deg, #b04eb0, #B04E6F);