#b62eee
a balanced, electric violet · warm · closest name: magenta
RGB
182, 46, 238
HSL
283°, 85%, 56%
CMYK
24, 81, 0, 7
Luminance
0.1807
Every format
| HEX | #b62eee |
| RGB | rgb(182, 46, 238) |
| HSL | hsl(283, 85%, 56%) |
| CMYK | cmyk(24%, 81%, 0%, 7%) |
| LAB | lab(49.6 78.1 -69.2) |
| LCH | lch(49.6 104.3 318.4) |
| OKLCH | oklch(0.601 0.269 313.1) |
Copy-ready code
/* CSS */
color: #b62eee;
background-color: #b62eee;
/* Tailwind (arbitrary) */
class="text-[#b62eee] bg-[#b62eee]"
/* SCSS */
$brand: #b62eee;
/* SwiftUI */
Color(red: 0.714, green: 0.180, blue: 0.933)
/* Android */
Color.parseColor("#b62eee")Accessibility — WCAG contrast
Aa
#b62eee on white: 4.55:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#b62eee on black: 4.61:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.4%
Green18.0%
Blue93.3%
CMYK percentages
Cyan23.5%
Magenta80.7%
Yellow0.0%
Key (black)6.7%
Color previews
#b62eee text on a black background
contrast 4.61:1
Card sample
#b62eee text on a white background
contrast 4.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b62eee;
Background color
Panel with #b62eee background
background-color: #b62eee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b62eee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(182, 46, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(182, 46, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b62eee; background: linear-gradient(135deg, #b62eee, #EE2EA6);