#b044f2
a balanced, electric violet · warm · closest name: magenta
RGB
176, 68, 242
HSL
277°, 87%, 61%
CMYK
27, 72, 0, 5
Luminance
0.1978
Every format
| HEX | #b044f2 |
| RGB | rgb(176, 68, 242) |
| HSL | hsl(277, 87%, 61%) |
| CMYK | cmyk(27%, 72%, 0%, 5%) |
| LAB | lab(51.6 70.4 -68.3) |
| LCH | lch(51.6 98.1 315.9) |
| OKLCH | oklch(0.614 0.250 309.1) |
Copy-ready code
/* CSS */
color: #b044f2;
background-color: #b044f2;
/* Tailwind (arbitrary) */
class="text-[#b044f2] bg-[#b044f2]"
/* SCSS */
$brand: #b044f2;
/* SwiftUI */
Color(red: 0.690, green: 0.267, blue: 0.949)
/* Android */
Color.parseColor("#b044f2")Accessibility — WCAG contrast
Aa
#b044f2 on white: 4.24:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b044f2 on black: 4.96:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.0%
Green26.7%
Blue94.9%
CMYK percentages
Cyan27.3%
Magenta71.9%
Yellow0.0%
Key (black)5.1%
Color previews
#b044f2 text on a black background
contrast 4.96:1
Card sample
#b044f2 text on a white background
contrast 4.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b044f2;
Background color
Panel with #b044f2 background
background-color: #b044f2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b044f2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(176, 68, 242, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(176, 68, 242, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b044f2; background: linear-gradient(135deg, #b044f2, #F244C0);