#b02afd
a balanced, electric violet · warm · closest name: magenta
RGB
176, 42, 253
HSL
278°, 98%, 58%
CMYK
30, 83, 0, 1
Luminance
0.1798
Every format
| HEX | #b02afd |
| RGB | rgb(176, 42, 253) |
| HSL | hsl(278, 98%, 58%) |
| CMYK | cmyk(30%, 83%, 0%, 1%) |
| LAB | lab(49.5 81.1 -77.9) |
| LCH | lch(49.5 112.4 316.2) |
| OKLCH | oklch(0.602 0.282 308.2) |
Copy-ready code
/* CSS */
color: #b02afd;
background-color: #b02afd;
/* Tailwind (arbitrary) */
class="text-[#b02afd] bg-[#b02afd]"
/* SCSS */
$brand: #b02afd;
/* SwiftUI */
Color(red: 0.690, green: 0.165, blue: 0.992)
/* Android */
Color.parseColor("#b02afd")Accessibility — WCAG contrast
Aa
#b02afd on white: 4.57:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#b02afd on black: 4.60:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.0%
Green16.5%
Blue99.2%
CMYK percentages
Cyan30.4%
Magenta83.4%
Yellow0.0%
Key (black)0.8%
Color previews
#b02afd text on a black background
contrast 4.60:1
Card sample
#b02afd text on a white background
contrast 4.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b02afd;
Background color
Panel with #b02afd background
background-color: #b02afd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b02afd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(176, 42, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(176, 42, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b02afd; background: linear-gradient(135deg, #b02afd, #FD2ABD);