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