#b415df
a balanced, electric violet · warm · closest name: magenta
RGB
180, 21, 223
HSL
287°, 83%, 48%
CMYK
19, 91, 0, 13
Luminance
0.1557
Every format
| HEX | #b415df |
| RGB | rgb(180, 21, 223) |
| HSL | hsl(287, 83%, 48%) |
| CMYK | cmyk(19%, 91%, 0%, 13%) |
| LAB | lab(46.4 80.3 -65.9) |
| LCH | lch(46.4 103.9 320.6) |
| OKLCH | oklch(0.575 0.272 316.7) |
Copy-ready code
/* CSS */
color: #b415df;
background-color: #b415df;
/* Tailwind (arbitrary) */
class="text-[#b415df] bg-[#b415df]"
/* SCSS */
$brand: #b415df;
/* SwiftUI */
Color(red: 0.706, green: 0.082, blue: 0.875)
/* Android */
Color.parseColor("#b415df")Accessibility — WCAG contrast
Aa
#b415df on white: 5.11:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#b415df on black: 4.11:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red70.6%
Green8.2%
Blue87.5%
CMYK percentages
Cyan19.3%
Magenta90.6%
Yellow0.0%
Key (black)12.5%
Color previews
#b415df text on a black background
contrast 4.11:1
Card sample
#b415df text on a white background
contrast 5.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b415df;
Background color
Panel with #b415df background
background-color: #b415df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b415df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(180, 21, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(180, 21, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b415df; background: linear-gradient(135deg, #b415df, #DF1583);