#b90fdf
a balanced, electric violet · warm · closest name: magenta
RGB
185, 15, 223
HSL
289°, 87%, 47%
CMYK
17, 93, 0, 13
Luminance
0.1598
Every format
| HEX | #b90fdf |
| RGB | rgb(185, 15, 223) |
| HSL | hsl(289, 87%, 47%) |
| CMYK | cmyk(17%, 93%, 0%, 13%) |
| LAB | lab(47.0 81.8 -65.0) |
| LCH | lch(47.0 104.5 321.5) |
| OKLCH | oklch(0.580 0.275 318.2) |
Copy-ready code
/* CSS */
color: #b90fdf;
background-color: #b90fdf;
/* Tailwind (arbitrary) */
class="text-[#b90fdf] bg-[#b90fdf]"
/* SCSS */
$brand: #b90fdf;
/* SwiftUI */
Color(red: 0.725, green: 0.059, blue: 0.875)
/* Android */
Color.parseColor("#b90fdf")Accessibility — WCAG contrast
Aa
#b90fdf on white: 5.00:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#b90fdf on black: 4.20:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.5%
Green5.9%
Blue87.5%
CMYK percentages
Cyan17.0%
Magenta93.3%
Yellow0.0%
Key (black)12.5%
Color previews
#b90fdf text on a black background
contrast 4.20:1
Card sample
#b90fdf text on a white background
contrast 5.00:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b90fdf;
Background color
Panel with #b90fdf background
background-color: #b90fdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b90fdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(185, 15, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(185, 15, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b90fdf; background: linear-gradient(135deg, #b90fdf, #DF0F7B);