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