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