#b707df
a balanced, electric violet · warm · closest name: magenta
RGB
183, 7, 223
HSL
289°, 94%, 45%
CMYK
18, 97, 0, 13
Luminance
0.1555
Every format
| HEX | #b707df |
| RGB | rgb(183, 7, 223) |
| HSL | hsl(289, 94%, 45%) |
| CMYK | cmyk(18%, 97%, 0%, 13%) |
| LAB | lab(46.4 82.3 -65.9) |
| LCH | lch(46.4 105.4 321.3) |
| OKLCH | oklch(0.575 0.277 317.7) |
Copy-ready code
/* CSS */
color: #b707df;
background-color: #b707df;
/* Tailwind (arbitrary) */
class="text-[#b707df] bg-[#b707df]"
/* SCSS */
$brand: #b707df;
/* SwiftUI */
Color(red: 0.718, green: 0.027, blue: 0.875)
/* Android */
Color.parseColor("#b707df")Accessibility — WCAG contrast
Aa
#b707df on white: 5.11:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#b707df on black: 4.11:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.8%
Green2.7%
Blue87.5%
CMYK percentages
Cyan17.9%
Magenta96.9%
Yellow0.0%
Key (black)12.5%
Color previews
#b707df text on a black background
contrast 4.11:1
Card sample
#b707df text on a white background
contrast 5.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b707df;
Background color
Panel with #b707df background
background-color: #b707df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b707df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(183, 7, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(183, 7, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b707df; background: linear-gradient(135deg, #b707df, #DF0777);