#b059ba
a balanced, soft magenta / pink · warm · closest name: orchid
RGB
176, 89, 186
HSL
294°, 41%, 54%
CMYK
5, 52, 0, 27
Luminance
0.1992
Every format
| HEX | #b059ba |
| RGB | rgb(176, 89, 186) |
| HSL | hsl(294, 41%, 54%) |
| CMYK | cmyk(5%, 52%, 0%, 27%) |
| LAB | lab(51.8 49.7 -36.1) |
| LCH | lch(51.8 61.4 324.0) |
| OKLCH | oklch(0.605 0.167 323.4) |
Copy-ready code
/* CSS */
color: #b059ba;
background-color: #b059ba;
/* Tailwind (arbitrary) */
class="text-[#b059ba] bg-[#b059ba]"
/* SCSS */
$brand: #b059ba;
/* SwiftUI */
Color(red: 0.690, green: 0.349, blue: 0.729)
/* Android */
Color.parseColor("#b059ba")Accessibility — WCAG contrast
Aa
#b059ba on white: 4.21:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b059ba on black: 4.98:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.0%
Green34.9%
Blue72.9%
CMYK percentages
Cyan5.4%
Magenta52.2%
Yellow0.0%
Key (black)27.1%
Color previews
#b059ba text on a black background
contrast 4.98:1
Card sample
#b059ba text on a white background
contrast 4.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b059ba;
Background color
Panel with #b059ba background
background-color: #b059ba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b059ba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(176, 89, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(176, 89, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b059ba; background: linear-gradient(135deg, #b059ba, #BA5983);