#b02af4
a balanced, electric violet · warm · closest name: magenta
RGB
176, 42, 244
HSL
280°, 90%, 56%
CMYK
28, 83, 0, 4
Luminance
0.1742
Every format
| HEX | #b02af4 |
| RGB | rgb(176, 42, 244) |
| HSL | hsl(280, 90%, 56%) |
| CMYK | cmyk(28%, 83%, 0%, 4%) |
| LAB | lab(48.8 79.3 -74.0) |
| LCH | lch(48.8 108.5 317.0) |
| OKLCH | oklch(0.595 0.275 310.1) |
Copy-ready code
/* CSS */
color: #b02af4;
background-color: #b02af4;
/* Tailwind (arbitrary) */
class="text-[#b02af4] bg-[#b02af4]"
/* SCSS */
$brand: #b02af4;
/* SwiftUI */
Color(red: 0.690, green: 0.165, blue: 0.957)
/* Android */
Color.parseColor("#b02af4")Accessibility — WCAG contrast
Aa
#b02af4 on white: 4.68:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#b02af4 on black: 4.48:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.0%
Green16.5%
Blue95.7%
CMYK percentages
Cyan27.9%
Magenta82.8%
Yellow0.0%
Key (black)4.3%
Color previews
#b02af4 text on a black background
contrast 4.48:1
Card sample
#b02af4 text on a white background
contrast 4.68:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b02af4;
Background color
Panel with #b02af4 background
background-color: #b02af4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b02af4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(176, 42, 244, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(176, 42, 244, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b02af4; background: linear-gradient(135deg, #b02af4, #F42AB1);