#b02fdf
a balanced, vivid violet · warm · closest name: magenta
RGB
176, 47, 223
HSL
284°, 73%, 53%
CMYK
21, 79, 0, 13
Luminance
0.1659
Every format
| HEX | #b02fdf |
| RGB | rgb(176, 47, 223) |
| HSL | hsl(284, 73%, 53%) |
| CMYK | cmyk(21%, 79%, 0%, 13%) |
| LAB | lab(47.7 74.0 -63.8) |
| LCH | lch(47.7 97.7 319.2) |
| OKLCH | oklch(0.583 0.254 314.7) |
Copy-ready code
/* CSS */
color: #b02fdf;
background-color: #b02fdf;
/* Tailwind (arbitrary) */
class="text-[#b02fdf] bg-[#b02fdf]"
/* SCSS */
$brand: #b02fdf;
/* SwiftUI */
Color(red: 0.690, green: 0.184, blue: 0.875)
/* Android */
Color.parseColor("#b02fdf")Accessibility — WCAG contrast
Aa
#b02fdf on white: 4.86:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#b02fdf on black: 4.32:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.0%
Green18.4%
Blue87.5%
CMYK percentages
Cyan21.1%
Magenta78.9%
Yellow0.0%
Key (black)12.5%
Color previews
#b02fdf text on a black background
contrast 4.32:1
Card sample
#b02fdf text on a white background
contrast 4.86:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b02fdf;
Background color
Panel with #b02fdf background
background-color: #b02fdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b02fdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(176, 47, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(176, 47, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b02fdf; background: linear-gradient(135deg, #b02fdf, #DF2F99);