#b03eb0
a balanced, vivid magenta / pink · warm · closest name: purple
RGB
176, 62, 176
HSL
300°, 48%, 47%
CMYK
0, 65, 0, 31
Luminance
0.1581
Every format
| HEX | #b03eb0 |
| RGB | rgb(176, 62, 176) |
| HSL | hsl(300, 48%, 47%) |
| CMYK | cmyk(0%, 65%, 0%, 31%) |
| LAB | lab(46.7 60.2 -38.2) |
| LCH | lch(46.7 71.3 327.6) |
| OKLCH | oklch(0.567 0.198 327.8) |
Copy-ready code
/* CSS */
color: #b03eb0;
background-color: #b03eb0;
/* Tailwind (arbitrary) */
class="text-[#b03eb0] bg-[#b03eb0]"
/* SCSS */
$brand: #b03eb0;
/* SwiftUI */
Color(red: 0.690, green: 0.243, blue: 0.690)
/* Android */
Color.parseColor("#b03eb0")Accessibility — WCAG contrast
Aa
#b03eb0 on white: 5.05:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#b03eb0 on black: 4.16:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.0%
Green24.3%
Blue69.0%
CMYK percentages
Cyan0.0%
Magenta64.8%
Yellow0.0%
Key (black)31.0%
Color previews
#b03eb0 text on a black background
contrast 4.16:1
Card sample
#b03eb0 text on a white background
contrast 5.05:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b03eb0;
Background color
Panel with #b03eb0 background
background-color: #b03eb0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b03eb0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(176, 62, 176, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(176, 62, 176, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b03eb0; background: linear-gradient(135deg, #b03eb0, #B03E64);