#b439df
a balanced, vivid violet · warm · closest name: magenta
RGB
180, 57, 223
HSL
285°, 72%, 55%
CMYK
19, 74, 0, 13
Luminance
0.1796
Every format
| HEX | #b439df |
| RGB | rgb(180, 57, 223) |
| HSL | hsl(285, 72%, 55%) |
| CMYK | cmyk(19%, 74%, 0%, 13%) |
| LAB | lab(49.5 71.5 -61.0) |
| LCH | lch(49.5 94.0 319.5) |
| OKLCH | oklch(0.596 0.245 315.5) |
Copy-ready code
/* CSS */
color: #b439df;
background-color: #b439df;
/* Tailwind (arbitrary) */
class="text-[#b439df] bg-[#b439df]"
/* SCSS */
$brand: #b439df;
/* SwiftUI */
Color(red: 0.706, green: 0.224, blue: 0.875)
/* Android */
Color.parseColor("#b439df")Accessibility — WCAG contrast
Aa
#b439df on white: 4.57:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#b439df on black: 4.59:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red70.6%
Green22.4%
Blue87.5%
CMYK percentages
Cyan19.3%
Magenta74.4%
Yellow0.0%
Key (black)12.5%
Color previews
#b439df text on a black background
contrast 4.59:1
Card sample
#b439df text on a white background
contrast 4.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b439df;
Background color
Panel with #b439df background
background-color: #b439df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b439df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(180, 57, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(180, 57, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b439df; background: linear-gradient(135deg, #b439df, #DF399B);