#b040f2
a balanced, electric violet · warm · closest name: magenta
RGB
176, 64, 242
HSL
278°, 87%, 60%
CMYK
27, 74, 0, 5
Luminance
0.1931
Every format
| HEX | #b040f2 |
| RGB | rgb(176, 64, 242) |
| HSL | hsl(278, 87%, 60%) |
| CMYK | cmyk(27%, 74%, 0%, 5%) |
| LAB | lab(51.0 72.0 -69.2) |
| LCH | lch(51.0 99.8 316.1) |
| OKLCH | oklch(0.610 0.254 309.4) |
Copy-ready code
/* CSS */
color: #b040f2;
background-color: #b040f2;
/* Tailwind (arbitrary) */
class="text-[#b040f2] bg-[#b040f2]"
/* SCSS */
$brand: #b040f2;
/* SwiftUI */
Color(red: 0.690, green: 0.251, blue: 0.949)
/* Android */
Color.parseColor("#b040f2")Accessibility — WCAG contrast
Aa
#b040f2 on white: 4.32:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b040f2 on black: 4.86:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.0%
Green25.1%
Blue94.9%
CMYK percentages
Cyan27.3%
Magenta73.6%
Yellow0.0%
Key (black)5.1%
Color previews
#b040f2 text on a black background
contrast 4.86:1
Card sample
#b040f2 text on a white background
contrast 4.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b040f2;
Background color
Panel with #b040f2 background
background-color: #b040f2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b040f2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(176, 64, 242, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(176, 64, 242, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b040f2; background: linear-gradient(135deg, #b040f2, #F240BD);