#b616df
a balanced, electric violet · warm · closest name: magenta
RGB
182, 22, 223
HSL
288°, 82%, 48%
CMYK
18, 90, 0, 13
Luminance
0.1585
Every format
| HEX | #b616df |
| RGB | rgb(182, 22, 223) |
| HSL | hsl(288, 82%, 48%) |
| CMYK | cmyk(18%, 90%, 0%, 13%) |
| LAB | lab(46.8 80.5 -65.3) |
| LCH | lch(46.8 103.6 320.9) |
| OKLCH | oklch(0.578 0.272 317.3) |
Copy-ready code
/* CSS */
color: #b616df;
background-color: #b616df;
/* Tailwind (arbitrary) */
class="text-[#b616df] bg-[#b616df]"
/* SCSS */
$brand: #b616df;
/* SwiftUI */
Color(red: 0.714, green: 0.086, blue: 0.875)
/* Android */
Color.parseColor("#b616df")Accessibility — WCAG contrast
Aa
#b616df on white: 5.04:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#b616df on black: 4.17:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.4%
Green8.6%
Blue87.5%
CMYK percentages
Cyan18.4%
Magenta90.1%
Yellow0.0%
Key (black)12.5%
Color previews
#b616df text on a black background
contrast 4.17:1
Card sample
#b616df text on a white background
contrast 5.04:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b616df;
Background color
Panel with #b616df background
background-color: #b616df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b616df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(182, 22, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(182, 22, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b616df; background: linear-gradient(135deg, #b616df, #DF1682);