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