#b05eb0
a balanced, soft magenta / pink · warm · closest name: orchid
RGB
176, 94, 176
HSL
300°, 34%, 53%
CMYK
0, 47, 0, 31
Luminance
0.2037
Every format
| HEX | #b05eb0 |
| RGB | rgb(176, 94, 176) |
| HSL | hsl(300, 34%, 53%) |
| CMYK | cmyk(0%, 47%, 0%, 31%) |
| LAB | lab(52.3 45.3 -29.5) |
| LCH | lch(52.3 54.0 326.9) |
| OKLCH | oklch(0.607 0.149 327.2) |
Copy-ready code
/* CSS */
color: #b05eb0;
background-color: #b05eb0;
/* Tailwind (arbitrary) */
class="text-[#b05eb0] bg-[#b05eb0]"
/* SCSS */
$brand: #b05eb0;
/* SwiftUI */
Color(red: 0.690, green: 0.369, blue: 0.690)
/* Android */
Color.parseColor("#b05eb0")Accessibility — WCAG contrast
Aa
#b05eb0 on white: 4.14:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b05eb0 on black: 5.07:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.0%
Green36.9%
Blue69.0%
CMYK percentages
Cyan0.0%
Magenta46.6%
Yellow0.0%
Key (black)31.0%
Color previews
#b05eb0 text on a black background
contrast 5.07:1
Card sample
#b05eb0 text on a white background
contrast 4.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b05eb0;
Background color
Panel with #b05eb0 background
background-color: #b05eb0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b05eb0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(176, 94, 176, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(176, 94, 176, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b05eb0; background: linear-gradient(135deg, #b05eb0, #B05E79);