#b93eb0
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
185, 62, 176
HSL
304°, 50%, 48%
CMYK
0, 67, 5, 28
Luminance
0.1689
Every format
| HEX | #b93eb0 |
| RGB | rgb(185, 62, 176) |
| HSL | hsl(304, 50%, 48%) |
| CMYK | cmyk(0%, 67%, 5%, 28%) |
| LAB | lab(48.1 62.4 -35.9) |
| LCH | lch(48.1 72.0 330.1) |
| OKLCH | oklch(0.579 0.203 330.9) |
Copy-ready code
/* CSS */
color: #b93eb0;
background-color: #b93eb0;
/* Tailwind (arbitrary) */
class="text-[#b93eb0] bg-[#b93eb0]"
/* SCSS */
$brand: #b93eb0;
/* SwiftUI */
Color(red: 0.725, green: 0.243, blue: 0.690)
/* Android */
Color.parseColor("#b93eb0")Accessibility — WCAG contrast
Aa
#b93eb0 on white: 4.80:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#b93eb0 on black: 4.38:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.5%
Green24.3%
Blue69.0%
CMYK percentages
Cyan0.0%
Magenta66.5%
Yellow4.9%
Key (black)27.5%
Color previews
#b93eb0 text on a black background
contrast 4.38:1
Card sample
#b93eb0 text on a white background
contrast 4.80:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b93eb0;
Background color
Panel with #b93eb0 background
background-color: #b93eb0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b93eb0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(185, 62, 176, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(185, 62, 176, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b93eb0; background: linear-gradient(135deg, #b93eb0, #B93E5E);