#9104f8
a balanced, electric violet · warm · closest name: blue
RGB
145, 4, 248
HSL
275°, 97%, 49%
CMYK
42, 98, 0, 3
Luminance
0.1288
Every format
| HEX | #9104f8 |
| RGB | rgb(145, 4, 248) |
| HSL | hsl(275, 97%, 49%) |
| CMYK | cmyk(42%, 98%, 0%, 3%) |
| LAB | lab(42.6 82.8 -86.5) |
| LCH | lch(42.6 119.7 313.7) |
| OKLCH | oklch(0.544 0.288 300.7) |
Copy-ready code
/* CSS */
color: #9104f8;
background-color: #9104f8;
/* Tailwind (arbitrary) */
class="text-[#9104f8] bg-[#9104f8]"
/* SCSS */
$brand: #9104f8;
/* SwiftUI */
Color(red: 0.569, green: 0.016, blue: 0.973)
/* Android */
Color.parseColor("#9104f8")Accessibility — WCAG contrast
Aa
#9104f8 on white: 5.87:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#9104f8 on black: 3.58:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red56.9%
Green1.6%
Blue97.3%
CMYK percentages
Cyan41.5%
Magenta98.4%
Yellow0.0%
Key (black)2.7%
Color previews
#9104f8 text on a black background
contrast 3.58:1
Card sample
#9104f8 text on a white background
contrast 5.87:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9104f8;
Background color
Panel with #9104f8 background
background-color: #9104f8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9104f8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(145, 4, 248, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(145, 4, 248, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9104f8; background: linear-gradient(135deg, #9104f8, #F804BC);