#b820f3
a balanced, electric violet · warm · closest name: magenta
RGB
184, 32, 243
HSL
283°, 90%, 54%
CMYK
24, 87, 0, 5
Luminance
0.1769
Every format
| HEX | #b820f3 |
| RGB | rgb(184, 32, 243) |
| HSL | hsl(283, 90%, 54%) |
| CMYK | cmyk(24%, 87%, 0%, 5%) |
| LAB | lab(49.1 82.6 -72.8) |
| LCH | lch(49.1 110.1 318.6) |
| OKLCH | oklch(0.599 0.282 313.0) |
Copy-ready code
/* CSS */
color: #b820f3;
background-color: #b820f3;
/* Tailwind (arbitrary) */
class="text-[#b820f3] bg-[#b820f3]"
/* SCSS */
$brand: #b820f3;
/* SwiftUI */
Color(red: 0.722, green: 0.125, blue: 0.953)
/* Android */
Color.parseColor("#b820f3")Accessibility — WCAG contrast
Aa
#b820f3 on white: 4.63:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#b820f3 on black: 4.54:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.2%
Green12.5%
Blue95.3%
CMYK percentages
Cyan24.3%
Magenta86.8%
Yellow0.0%
Key (black)4.7%
Color previews
#b820f3 text on a black background
contrast 4.54:1
Card sample
#b820f3 text on a white background
contrast 4.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b820f3;
Background color
Panel with #b820f3 background
background-color: #b820f3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b820f3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(184, 32, 243, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(184, 32, 243, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b820f3; background: linear-gradient(135deg, #b820f3, #F320A1);