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