#b80bdf
a balanced, electric violet · warm · closest name: magenta
RGB
184, 11, 223
HSL
289°, 91%, 46%
CMYK
18, 95, 0, 13
Luminance
0.1576
Every format
| HEX | #b80bdf |
| RGB | rgb(184, 11, 223) |
| HSL | hsl(289, 91%, 46%) |
| CMYK | cmyk(18%, 95%, 0%, 13%) |
| LAB | lab(46.7 82.1 -65.5) |
| LCH | lch(46.7 105.0 321.4) |
| OKLCH | oklch(0.578 0.276 318.0) |
Copy-ready code
/* CSS */
color: #b80bdf;
background-color: #b80bdf;
/* Tailwind (arbitrary) */
class="text-[#b80bdf] bg-[#b80bdf]"
/* SCSS */
$brand: #b80bdf;
/* SwiftUI */
Color(red: 0.722, green: 0.043, blue: 0.875)
/* Android */
Color.parseColor("#b80bdf")Accessibility — WCAG contrast
Aa
#b80bdf on white: 5.06:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#b80bdf on black: 4.15:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.2%
Green4.3%
Blue87.5%
CMYK percentages
Cyan17.5%
Magenta95.1%
Yellow0.0%
Key (black)12.5%
Color previews
#b80bdf text on a black background
contrast 4.15:1
Card sample
#b80bdf text on a white background
contrast 5.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b80bdf;
Background color
Panel with #b80bdf background
background-color: #b80bdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b80bdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(184, 11, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(184, 11, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b80bdf; background: linear-gradient(135deg, #b80bdf, #DF0B79);