#f11bff
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
241, 27, 255
HSL
296°, 100%, 55%
CMYK
6, 89, 0, 0
Luminance
0.2670
Every format
| HEX | #f11bff |
| RGB | rgb(241, 27, 255) |
| HSL | hsl(296, 100%, 55%) |
| CMYK | cmyk(6%, 89%, 0%, 0%) |
| LAB | lab(58.7 93.9 -63.5) |
| LCH | lch(58.7 113.4 325.9) |
| OKLCH | oklch(0.686 0.311 325.2) |
Copy-ready code
/* CSS */
color: #f11bff;
background-color: #f11bff;
/* Tailwind (arbitrary) */
class="text-[#f11bff] bg-[#f11bff]"
/* SCSS */
$brand: #f11bff;
/* SwiftUI */
Color(red: 0.945, green: 0.106, blue: 1.000)
/* Android */
Color.parseColor("#f11bff")Accessibility — WCAG contrast
Aa
#f11bff on white: 3.31:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f11bff on black: 6.34:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.5%
Green10.6%
Blue100.0%
CMYK percentages
Cyan5.5%
Magenta89.4%
Yellow0.0%
Key (black)0.0%
Color previews
#f11bff text on a black background
contrast 6.34:1
Card sample
#f11bff text on a white background
contrast 3.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f11bff;
Background color
Panel with #f11bff background
background-color: #f11bff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f11bff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(241, 27, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(241, 27, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f11bff; background: linear-gradient(135deg, #f11bff, #FF1B75);