#b04eb2
a balanced, soft magenta / pink · warm · closest name: orchid
RGB
176, 78, 178
HSL
299°, 39%, 50%
CMYK
1, 56, 0, 30
Luminance
0.1789
Every format
| HEX | #b04eb2 |
| RGB | rgb(176, 78, 178) |
| HSL | hsl(299, 39%, 50%) |
| CMYK | cmyk(1%, 56%, 0%, 30%) |
| LAB | lab(49.4 53.5 -35.2) |
| LCH | lch(49.4 64.1 326.7) |
| OKLCH | oklch(0.586 0.177 326.8) |
Copy-ready code
/* CSS */
color: #b04eb2;
background-color: #b04eb2;
/* Tailwind (arbitrary) */
class="text-[#b04eb2] bg-[#b04eb2]"
/* SCSS */
$brand: #b04eb2;
/* SwiftUI */
Color(red: 0.690, green: 0.306, blue: 0.698)
/* Android */
Color.parseColor("#b04eb2")Accessibility — WCAG contrast
Aa
#b04eb2 on white: 4.59:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#b04eb2 on black: 4.58:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.0%
Green30.6%
Blue69.8%
CMYK percentages
Cyan1.1%
Magenta56.2%
Yellow0.0%
Key (black)30.2%
Color previews
#b04eb2 text on a black background
contrast 4.58:1
Card sample
#b04eb2 text on a white background
contrast 4.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b04eb2;
Background color
Panel with #b04eb2 background
background-color: #b04eb2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b04eb2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(176, 78, 178, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(176, 78, 178, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b04eb2; background: linear-gradient(135deg, #b04eb2, #B24E71);