#b44af5
a balanced, electric violet · warm · closest name: magenta
RGB
180, 74, 245
HSL
277°, 90%, 63%
CMYK
27, 70, 0, 4
Luminance
0.2119
Every format
| HEX | #b44af5 |
| RGB | rgb(180, 74, 245) |
| HSL | hsl(277, 90%, 63%) |
| CMYK | cmyk(27%, 70%, 0%, 4%) |
| LAB | lab(53.2 69.4 -67.4) |
| LCH | lch(53.2 96.7 315.9) |
| OKLCH | oklch(0.627 0.247 309.3) |
Copy-ready code
/* CSS */
color: #b44af5;
background-color: #b44af5;
/* Tailwind (arbitrary) */
class="text-[#b44af5] bg-[#b44af5]"
/* SCSS */
$brand: #b44af5;
/* SwiftUI */
Color(red: 0.706, green: 0.290, blue: 0.961)
/* Android */
Color.parseColor("#b44af5")Accessibility — WCAG contrast
Aa
#b44af5 on white: 4.01:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b44af5 on black: 5.24:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red70.6%
Green29.0%
Blue96.1%
CMYK percentages
Cyan26.5%
Magenta69.8%
Yellow0.0%
Key (black)3.9%
Color previews
#b44af5 text on a black background
contrast 5.24:1
Card sample
#b44af5 text on a white background
contrast 4.01:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b44af5;
Background color
Panel with #b44af5 background
background-color: #b44af5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b44af5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(180, 74, 245, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(180, 74, 245, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b44af5; background: linear-gradient(135deg, #b44af5, #F54AC4);