#b94eb0
a balanced, soft magenta / pink · warm · closest name: orchid
RGB
185, 78, 176
HSL
305°, 43%, 52%
CMYK
0, 58, 5, 28
Luminance
0.1890
Every format
| HEX | #b94eb0 |
| RGB | rgb(185, 78, 176) |
| HSL | hsl(305, 43%, 52%) |
| CMYK | cmyk(0%, 58%, 5%, 28%) |
| LAB | lab(50.6 55.6 -32.1) |
| LCH | lch(50.6 64.2 330.0) |
| OKLCH | oklch(0.597 0.181 330.9) |
Copy-ready code
/* CSS */
color: #b94eb0;
background-color: #b94eb0;
/* Tailwind (arbitrary) */
class="text-[#b94eb0] bg-[#b94eb0]"
/* SCSS */
$brand: #b94eb0;
/* SwiftUI */
Color(red: 0.725, green: 0.306, blue: 0.690)
/* Android */
Color.parseColor("#b94eb0")Accessibility — WCAG contrast
Aa
#b94eb0 on white: 4.39:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b94eb0 on black: 4.78:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.5%
Green30.6%
Blue69.0%
CMYK percentages
Cyan0.0%
Magenta57.8%
Yellow4.9%
Key (black)27.5%
Color previews
#b94eb0 text on a black background
contrast 4.78:1
Card sample
#b94eb0 text on a white background
contrast 4.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b94eb0;
Background color
Panel with #b94eb0 background
background-color: #b94eb0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b94eb0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(185, 78, 176, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(185, 78, 176, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b94eb0; background: linear-gradient(135deg, #b94eb0, #B94E69);