#b13eee
a balanced, electric violet · warm · closest name: magenta
RGB
177, 62, 238
HSL
279°, 84%, 59%
CMYK
26, 74, 0, 7
Luminance
0.1897
Every format
| HEX | #b13eee |
| RGB | rgb(177, 62, 238) |
| HSL | hsl(279, 84%, 59%) |
| CMYK | cmyk(26%, 74%, 0%, 7%) |
| LAB | lab(50.6 72.1 -67.5) |
| LCH | lch(50.6 98.8 316.9) |
| OKLCH | oklch(0.607 0.253 310.7) |
Copy-ready code
/* CSS */
color: #b13eee;
background-color: #b13eee;
/* Tailwind (arbitrary) */
class="text-[#b13eee] bg-[#b13eee]"
/* SCSS */
$brand: #b13eee;
/* SwiftUI */
Color(red: 0.694, green: 0.243, blue: 0.933)
/* Android */
Color.parseColor("#b13eee")Accessibility — WCAG contrast
Aa
#b13eee on white: 4.38:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b13eee on black: 4.79:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.4%
Green24.3%
Blue93.3%
CMYK percentages
Cyan25.6%
Magenta73.9%
Yellow0.0%
Key (black)6.7%
Color previews
#b13eee text on a black background
contrast 4.79:1
Card sample
#b13eee text on a white background
contrast 4.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b13eee;
Background color
Panel with #b13eee background
background-color: #b13eee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b13eee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(177, 62, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(177, 62, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b13eee; background: linear-gradient(135deg, #b13eee, #EE3EB6);