#b104f7
a balanced, electric violet · warm · closest name: magenta
RGB
177, 4, 247
HSL
283°, 97%, 49%
CMYK
28, 98, 0, 3
Luminance
0.1615
Every format
| HEX | #b104f7 |
| RGB | rgb(177, 4, 247) |
| HSL | hsl(283, 97%, 49%) |
| CMYK | cmyk(28%, 98%, 0%, 3%) |
| LAB | lab(47.2 86.0 -78.3) |
| LCH | lch(47.2 116.3 317.7) |
| OKLCH | oklch(0.585 0.293 310.7) |
Copy-ready code
/* CSS */
color: #b104f7;
background-color: #b104f7;
/* Tailwind (arbitrary) */
class="text-[#b104f7] bg-[#b104f7]"
/* SCSS */
$brand: #b104f7;
/* SwiftUI */
Color(red: 0.694, green: 0.016, blue: 0.969)
/* Android */
Color.parseColor("#b104f7")Accessibility — WCAG contrast
Aa
#b104f7 on white: 4.96:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#b104f7 on black: 4.23:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.4%
Green1.6%
Blue96.9%
CMYK percentages
Cyan28.3%
Magenta98.4%
Yellow0.0%
Key (black)3.1%
Color previews
#b104f7 text on a black background
contrast 4.23:1
Card sample
#b104f7 text on a white background
contrast 4.96:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b104f7;
Background color
Panel with #b104f7 background
background-color: #b104f7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b104f7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(177, 4, 247, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(177, 4, 247, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b104f7; background: linear-gradient(135deg, #b104f7, #F7049B);