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