#b02fef
a balanced, electric violet · warm · closest name: magenta
RGB
176, 47, 239
HSL
280°, 86%, 56%
CMYK
26, 80, 0, 6
Luminance
0.1750
Every format
| HEX | #b02fef |
| RGB | rgb(176, 47, 239) |
| HSL | hsl(280, 86%, 56%) |
| CMYK | cmyk(26%, 80%, 0%, 6%) |
| LAB | lab(48.9 77.0 -71.0) |
| LCH | lch(48.9 104.7 317.3) |
| OKLCH | oklch(0.594 0.267 311.0) |
Copy-ready code
/* CSS */
color: #b02fef;
background-color: #b02fef;
/* Tailwind (arbitrary) */
class="text-[#b02fef] bg-[#b02fef]"
/* SCSS */
$brand: #b02fef;
/* SwiftUI */
Color(red: 0.690, green: 0.184, blue: 0.937)
/* Android */
Color.parseColor("#b02fef")Accessibility — WCAG contrast
Aa
#b02fef on white: 4.67:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#b02fef on black: 4.50:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.0%
Green18.4%
Blue93.7%
CMYK percentages
Cyan26.4%
Magenta80.3%
Yellow0.0%
Key (black)6.3%
Color previews
#b02fef text on a black background
contrast 4.50:1
Card sample
#b02fef text on a white background
contrast 4.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b02fef;
Background color
Panel with #b02fef background
background-color: #b02fef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b02fef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(176, 47, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(176, 47, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b02fef; background: linear-gradient(135deg, #b02fef, #EF2FAE);