#f11df7
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
241, 29, 247
HSL
298°, 93%, 54%
CMYK
2, 88, 0, 3
Luminance
0.2629
Every format
| HEX | #f11df7 |
| RGB | rgb(241, 29, 247) |
| HSL | hsl(298, 93%, 54%) |
| CMYK | cmyk(2%, 88%, 0%, 3%) |
| LAB | lab(58.3 92.5 -59.7) |
| LCH | lch(58.3 110.1 327.2) |
| OKLCH | oklch(0.682 0.305 326.9) |
Copy-ready code
/* CSS */
color: #f11df7;
background-color: #f11df7;
/* Tailwind (arbitrary) */
class="text-[#f11df7] bg-[#f11df7]"
/* SCSS */
$brand: #f11df7;
/* SwiftUI */
Color(red: 0.945, green: 0.114, blue: 0.969)
/* Android */
Color.parseColor("#f11df7")Accessibility — WCAG contrast
Aa
#f11df7 on white: 3.36:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f11df7 on black: 6.26:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.5%
Green11.4%
Blue96.9%
CMYK percentages
Cyan2.4%
Magenta88.3%
Yellow0.0%
Key (black)3.1%
Color previews
#f11df7 text on a black background
contrast 6.26:1
Card sample
#f11df7 text on a white background
contrast 3.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f11df7;
Background color
Panel with #f11df7 background
background-color: #f11df7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f11df7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(241, 29, 247, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(241, 29, 247, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f11df7; background: linear-gradient(135deg, #f11df7, #F71D6C);