#b90eee
a balanced, electric violet · warm · closest name: magenta
RGB
185, 14, 238
HSL
286°, 89%, 49%
CMYK
22, 94, 0, 7
Luminance
0.1680
Every format
| HEX | #b90eee |
| RGB | rgb(185, 14, 238) |
| HSL | hsl(286, 89%, 49%) |
| CMYK | cmyk(22%, 94%, 0%, 7%) |
| LAB | lab(48.0 84.5 -71.8) |
| LCH | lch(48.0 110.9 319.6) |
| OKLCH | oklch(0.591 0.286 314.8) |
Copy-ready code
/* CSS */
color: #b90eee;
background-color: #b90eee;
/* Tailwind (arbitrary) */
class="text-[#b90eee] bg-[#b90eee]"
/* SCSS */
$brand: #b90eee;
/* SwiftUI */
Color(red: 0.725, green: 0.055, blue: 0.933)
/* Android */
Color.parseColor("#b90eee")Accessibility — WCAG contrast
Aa
#b90eee on white: 4.82:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#b90eee on black: 4.36:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.5%
Green5.5%
Blue93.3%
CMYK percentages
Cyan22.3%
Magenta94.1%
Yellow0.0%
Key (black)6.7%
Color previews
#b90eee text on a black background
contrast 4.36:1
Card sample
#b90eee text on a white background
contrast 4.82:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b90eee;
Background color
Panel with #b90eee background
background-color: #b90eee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b90eee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(185, 14, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(185, 14, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b90eee; background: linear-gradient(135deg, #b90eee, #EE0E8E);