#b02eb8
a balanced, vivid magenta / pink · warm · closest name: purple
RGB
176, 46, 184
HSL
297°, 60%, 45%
CMYK
4, 75, 0, 28
Luminance
0.1464
Every format
| HEX | #b02eb8 |
| RGB | rgb(176, 46, 184) |
| HSL | hsl(297, 60%, 45%) |
| CMYK | cmyk(4%, 75%, 0%, 28%) |
| LAB | lab(45.1 67.3 -45.4) |
| LCH | lch(45.1 81.2 326.0) |
| OKLCH | oklch(0.556 0.223 325.5) |
Copy-ready code
/* CSS */
color: #b02eb8;
background-color: #b02eb8;
/* Tailwind (arbitrary) */
class="text-[#b02eb8] bg-[#b02eb8]"
/* SCSS */
$brand: #b02eb8;
/* SwiftUI */
Color(red: 0.690, green: 0.180, blue: 0.722)
/* Android */
Color.parseColor("#b02eb8")Accessibility — WCAG contrast
Aa
#b02eb8 on white: 5.34:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#b02eb8 on black: 3.93:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.0%
Green18.0%
Blue72.2%
CMYK percentages
Cyan4.3%
Magenta75.0%
Yellow0.0%
Key (black)27.8%
Color previews
#b02eb8 text on a black background
contrast 3.93:1
Card sample
#b02eb8 text on a white background
contrast 5.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b02eb8;
Background color
Panel with #b02eb8 background
background-color: #b02eb8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b02eb8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(176, 46, 184, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(176, 46, 184, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b02eb8; background: linear-gradient(135deg, #b02eb8, #B82E64);