#b02fec
a balanced, electric violet · warm · closest name: magenta
RGB
176, 47, 236
HSL
281°, 83%, 56%
CMYK
25, 80, 0, 8
Luminance
0.1732
Every format
| HEX | #b02fec |
| RGB | rgb(176, 47, 236) |
| HSL | hsl(281, 83%, 56%) |
| CMYK | cmyk(25%, 80%, 0%, 8%) |
| LAB | lab(48.7 76.4 -69.7) |
| LCH | lch(48.7 103.4 317.7) |
| OKLCH | oklch(0.592 0.264 311.7) |
Copy-ready code
/* CSS */
color: #b02fec;
background-color: #b02fec;
/* Tailwind (arbitrary) */
class="text-[#b02fec] bg-[#b02fec]"
/* SCSS */
$brand: #b02fec;
/* SwiftUI */
Color(red: 0.690, green: 0.184, blue: 0.925)
/* Android */
Color.parseColor("#b02fec")Accessibility — WCAG contrast
Aa
#b02fec on white: 4.70:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#b02fec on black: 4.46:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.0%
Green18.4%
Blue92.5%
CMYK percentages
Cyan25.4%
Magenta80.1%
Yellow0.0%
Key (black)7.5%
Color previews
#b02fec text on a black background
contrast 4.46:1
Card sample
#b02fec text on a white background
contrast 4.70:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b02fec;
Background color
Panel with #b02fec background
background-color: #b02fec;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b02fec;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(176, 47, 236, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(176, 47, 236, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b02fec; background: linear-gradient(135deg, #b02fec, #EC2FAA);