#b83ee3
a balanced, vivid violet · warm · closest name: magenta
RGB
184, 62, 227
HSL
284°, 75%, 57%
CMYK
19, 73, 0, 11
Luminance
0.1918
Every format
| HEX | #b83ee3 |
| RGB | rgb(184, 62, 227) |
| HSL | hsl(284, 75%, 57%) |
| CMYK | cmyk(19%, 73%, 0%, 11%) |
| LAB | lab(50.9 71.2 -60.9) |
| LCH | lch(50.9 93.7 319.5) |
| OKLCH | oklch(0.608 0.245 315.6) |
Copy-ready code
/* CSS */
color: #b83ee3;
background-color: #b83ee3;
/* Tailwind (arbitrary) */
class="text-[#b83ee3] bg-[#b83ee3]"
/* SCSS */
$brand: #b83ee3;
/* SwiftUI */
Color(red: 0.722, green: 0.243, blue: 0.890)
/* Android */
Color.parseColor("#b83ee3")Accessibility — WCAG contrast
Aa
#b83ee3 on white: 4.34:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b83ee3 on black: 4.84:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.2%
Green24.3%
Blue89.0%
CMYK percentages
Cyan18.9%
Magenta72.7%
Yellow0.0%
Key (black)11.0%
Color previews
#b83ee3 text on a black background
contrast 4.84:1
Card sample
#b83ee3 text on a white background
contrast 4.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b83ee3;
Background color
Panel with #b83ee3 background
background-color: #b83ee3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b83ee3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(184, 62, 227, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(184, 62, 227, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b83ee3; background: linear-gradient(135deg, #b83ee3, #E33EA0);