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