#b820da
a balanced, vivid violet · warm · closest name: magenta
RGB
184, 32, 218
HSL
289°, 74%, 49%
CMYK
16, 85, 0, 15
Luminance
0.1629
Every format
| HEX | #b820da |
| RGB | rgb(184, 32, 218) |
| HSL | hsl(289, 74%, 49%) |
| CMYK | cmyk(16%, 85%, 0%, 15%) |
| LAB | lab(47.4 78.1 -61.5) |
| LCH | lch(47.4 99.4 321.8) |
| OKLCH | oklch(0.581 0.263 318.9) |
Copy-ready code
/* CSS */
color: #b820da;
background-color: #b820da;
/* Tailwind (arbitrary) */
class="text-[#b820da] bg-[#b820da]"
/* SCSS */
$brand: #b820da;
/* SwiftUI */
Color(red: 0.722, green: 0.125, blue: 0.855)
/* Android */
Color.parseColor("#b820da")Accessibility — WCAG contrast
Aa
#b820da on white: 4.93:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#b820da on black: 4.26:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.2%
Green12.5%
Blue85.5%
CMYK percentages
Cyan15.6%
Magenta85.3%
Yellow0.0%
Key (black)14.5%
Color previews
#b820da text on a black background
contrast 4.26:1
Card sample
#b820da text on a white background
contrast 4.93:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b820da;
Background color
Panel with #b820da background
background-color: #b820da;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b820da;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(184, 32, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(184, 32, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b820da; background: linear-gradient(135deg, #b820da, #DA2080);