#b706fd
a balanced, electric violet · warm · closest name: magenta
RGB
183, 6, 253
HSL
283°, 98%, 51%
CMYK
28, 98, 0, 1
Luminance
0.1729
Every format
| HEX | #b706fd |
| RGB | rgb(183, 6, 253) |
| HSL | hsl(283, 98%, 51%) |
| CMYK | cmyk(28%, 98%, 0%, 1%) |
| LAB | lab(48.6 87.6 -79.2) |
| LCH | lch(48.6 118.1 317.9) |
| OKLCH | oklch(0.598 0.299 311.1) |
Copy-ready code
/* CSS */
color: #b706fd;
background-color: #b706fd;
/* Tailwind (arbitrary) */
class="text-[#b706fd] bg-[#b706fd]"
/* SCSS */
$brand: #b706fd;
/* SwiftUI */
Color(red: 0.718, green: 0.024, blue: 0.992)
/* Android */
Color.parseColor("#b706fd")Accessibility — WCAG contrast
Aa
#b706fd on white: 4.71:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#b706fd on black: 4.46:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.8%
Green2.4%
Blue99.2%
CMYK percentages
Cyan27.7%
Magenta97.6%
Yellow0.0%
Key (black)0.8%
Color previews
#b706fd text on a black background
contrast 4.46:1
Card sample
#b706fd text on a white background
contrast 4.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b706fd;
Background color
Panel with #b706fd background
background-color: #b706fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b706fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(183, 6, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(183, 6, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b706fd; background: linear-gradient(135deg, #b706fd, #FD069E);