#b609fd
a balanced, electric violet · warm · closest name: magenta
RGB
182, 9, 253
HSL
283°, 98%, 51%
CMYK
28, 96, 0, 1
Luminance
0.1723
Every format
| HEX | #b609fd |
| RGB | rgb(182, 9, 253) |
| HSL | hsl(283, 98%, 51%) |
| CMYK | cmyk(28%, 96%, 0%, 1%) |
| LAB | lab(48.5 87.2 -79.3) |
| LCH | lch(48.5 117.9 317.7) |
| OKLCH | oklch(0.597 0.298 310.8) |
Copy-ready code
/* CSS */
color: #b609fd;
background-color: #b609fd;
/* Tailwind (arbitrary) */
class="text-[#b609fd] bg-[#b609fd]"
/* SCSS */
$brand: #b609fd;
/* SwiftUI */
Color(red: 0.714, green: 0.035, blue: 0.992)
/* Android */
Color.parseColor("#b609fd")Accessibility — WCAG contrast
Aa
#b609fd on white: 4.72:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#b609fd on black: 4.45:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.4%
Green3.5%
Blue99.2%
CMYK percentages
Cyan28.1%
Magenta96.4%
Yellow0.0%
Key (black)0.8%
Color previews
#b609fd text on a black background
contrast 4.45:1
Card sample
#b609fd text on a white background
contrast 4.72:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b609fd;
Background color
Panel with #b609fd background
background-color: #b609fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b609fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(182, 9, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(182, 9, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b609fd; background: linear-gradient(135deg, #b609fd, #FD09A2);