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