#b609da
a dark, electric violet · warm · closest name: magenta
RGB
182, 9, 218
HSL
290°, 92%, 45%
CMYK
17, 96, 0, 15
Luminance
0.1520
Every format
| HEX | #b609da |
| RGB | rgb(182, 9, 218) |
| HSL | hsl(290, 92%, 45%) |
| CMYK | cmyk(17%, 96%, 0%, 15%) |
| LAB | lab(45.9 81.1 -63.8) |
| LCH | lch(45.9 103.2 321.8) |
| OKLCH | oklch(0.571 0.273 318.6) |
Copy-ready code
/* CSS */
color: #b609da;
background-color: #b609da;
/* Tailwind (arbitrary) */
class="text-[#b609da] bg-[#b609da]"
/* SCSS */
$brand: #b609da;
/* SwiftUI */
Color(red: 0.714, green: 0.035, blue: 0.855)
/* Android */
Color.parseColor("#b609da")Accessibility — WCAG contrast
Aa
#b609da on white: 5.20:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#b609da on black: 4.04:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.4%
Green3.5%
Blue85.5%
CMYK percentages
Cyan16.5%
Magenta95.9%
Yellow0.0%
Key (black)14.5%
Color previews
#b609da text on a black background
contrast 4.04:1
Card sample
#b609da text on a white background
contrast 5.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b609da;
Background color
Panel with #b609da background
background-color: #b609da;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b609da;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(182, 9, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(182, 9, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b609da; background: linear-gradient(135deg, #b609da, #DA0973);