#b90fe3
a balanced, electric violet · warm · closest name: magenta
RGB
185, 15, 227
HSL
288°, 88%, 48%
CMYK
19, 93, 0, 11
Luminance
0.1620
Every format
| HEX | #b90fe3 |
| RGB | rgb(185, 15, 227) |
| HSL | hsl(288, 88%, 48%) |
| CMYK | cmyk(19%, 93%, 0%, 11%) |
| LAB | lab(47.2 82.5 -66.8) |
| LCH | lch(47.2 106.2 321.0) |
| OKLCH | oklch(0.583 0.278 317.3) |
Copy-ready code
/* CSS */
color: #b90fe3;
background-color: #b90fe3;
/* Tailwind (arbitrary) */
class="text-[#b90fe3] bg-[#b90fe3]"
/* SCSS */
$brand: #b90fe3;
/* SwiftUI */
Color(red: 0.725, green: 0.059, blue: 0.890)
/* Android */
Color.parseColor("#b90fe3")Accessibility — WCAG contrast
Aa
#b90fe3 on white: 4.95:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#b90fe3 on black: 4.24:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.5%
Green5.9%
Blue89.0%
CMYK percentages
Cyan18.5%
Magenta93.4%
Yellow0.0%
Key (black)11.0%
Color previews
#b90fe3 text on a black background
contrast 4.24:1
Card sample
#b90fe3 text on a white background
contrast 4.95:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b90fe3;
Background color
Panel with #b90fe3 background
background-color: #b90fe3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b90fe3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(185, 15, 227, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(185, 15, 227, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b90fe3; background: linear-gradient(135deg, #b90fe3, #E30F80);