#b10eee
a balanced, electric violet · warm · closest name: magenta
RGB
177, 14, 238
HSL
284°, 89%, 49%
CMYK
26, 94, 0, 7
Luminance
0.1583
Every format
| HEX | #b10eee |
| RGB | rgb(177, 14, 238) |
| HSL | hsl(284, 89%, 49%) |
| CMYK | cmyk(26%, 94%, 0%, 7%) |
| LAB | lab(46.8 83.5 -73.9) |
| LCH | lch(46.8 111.5 318.5) |
| OKLCH | oklch(0.580 0.284 312.5) |
Copy-ready code
/* CSS */
color: #b10eee;
background-color: #b10eee;
/* Tailwind (arbitrary) */
class="text-[#b10eee] bg-[#b10eee]"
/* SCSS */
$brand: #b10eee;
/* SwiftUI */
Color(red: 0.694, green: 0.055, blue: 0.933)
/* Android */
Color.parseColor("#b10eee")Accessibility — WCAG contrast
Aa
#b10eee on white: 5.04:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#b10eee on black: 4.17:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.4%
Green5.5%
Blue93.3%
CMYK percentages
Cyan25.6%
Magenta94.1%
Yellow0.0%
Key (black)6.7%
Color previews
#b10eee text on a black background
contrast 4.17:1
Card sample
#b10eee text on a white background
contrast 5.04:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b10eee;
Background color
Panel with #b10eee background
background-color: #b10eee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b10eee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(177, 14, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(177, 14, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b10eee; background: linear-gradient(135deg, #b10eee, #EE0E95);