#b02fff
a balanced, electric violet · warm · closest name: magenta
RGB
176, 47, 255
HSL
277°, 100%, 59%
CMYK
31, 82, 0, 0
Luminance
0.1848
Every format
| HEX | #b02fff |
| RGB | rgb(176, 47, 255) |
| HSL | hsl(277, 100%, 59%) |
| CMYK | cmyk(31%, 82%, 0%, 0%) |
| LAB | lab(50.1 80.2 -78.0) |
| LCH | lch(50.1 111.8 315.8) |
| OKLCH | oklch(0.606 0.280 307.6) |
Copy-ready code
/* CSS */
color: #b02fff;
background-color: #b02fff;
/* Tailwind (arbitrary) */
class="text-[#b02fff] bg-[#b02fff]"
/* SCSS */
$brand: #b02fff;
/* SwiftUI */
Color(red: 0.690, green: 0.184, blue: 1.000)
/* Android */
Color.parseColor("#b02fff")Accessibility — WCAG contrast
Aa
#b02fff on white: 4.47:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b02fff on black: 4.70:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.0%
Green18.4%
Blue100.0%
CMYK percentages
Cyan31.0%
Magenta81.6%
Yellow0.0%
Key (black)0.0%
Color previews
#b02fff text on a black background
contrast 4.70:1
Card sample
#b02fff text on a white background
contrast 4.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b02fff;
Background color
Panel with #b02fff background
background-color: #b02fff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b02fff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(176, 47, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(176, 47, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b02fff; background: linear-gradient(135deg, #b02fff, #FF2FC3);