#b02bdf
a balanced, vivid violet · warm · closest name: magenta
RGB
176, 43, 223
HSL
284°, 74%, 52%
CMYK
21, 81, 0, 13
Luminance
0.1629
Every format
| HEX | #b02bdf |
| RGB | rgb(176, 43, 223) |
| HSL | hsl(284, 74%, 52%) |
| CMYK | cmyk(21%, 81%, 0%, 13%) |
| LAB | lab(47.4 75.1 -64.4) |
| LCH | lch(47.4 98.9 319.4) |
| OKLCH | oklch(0.580 0.257 314.9) |
Copy-ready code
/* CSS */
color: #b02bdf;
background-color: #b02bdf;
/* Tailwind (arbitrary) */
class="text-[#b02bdf] bg-[#b02bdf]"
/* SCSS */
$brand: #b02bdf;
/* SwiftUI */
Color(red: 0.690, green: 0.169, blue: 0.875)
/* Android */
Color.parseColor("#b02bdf")Accessibility — WCAG contrast
Aa
#b02bdf on white: 4.93:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#b02bdf on black: 4.26:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.0%
Green16.9%
Blue87.5%
CMYK percentages
Cyan21.1%
Magenta80.7%
Yellow0.0%
Key (black)12.5%
Color previews
#b02bdf text on a black background
contrast 4.26:1
Card sample
#b02bdf text on a white background
contrast 4.93:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b02bdf;
Background color
Panel with #b02bdf background
background-color: #b02bdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b02bdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(176, 43, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(176, 43, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b02bdf; background: linear-gradient(135deg, #b02bdf, #DF2B96);