#f11ef1
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
241, 30, 241
HSL
300°, 88%, 53%
CMYK
0, 88, 0, 6
Luminance
0.2598
Every format
| HEX | #f11ef1 |
| RGB | rgb(241, 30, 241) |
| HSL | hsl(300, 88%, 53%) |
| CMYK | cmyk(0%, 88%, 0%, 6%) |
| LAB | lab(58.0 91.5 -56.9) |
| LCH | lch(58.0 107.7 328.1) |
| OKLCH | oklch(0.679 0.300 328.3) |
Copy-ready code
/* CSS */
color: #f11ef1;
background-color: #f11ef1;
/* Tailwind (arbitrary) */
class="text-[#f11ef1] bg-[#f11ef1]"
/* SCSS */
$brand: #f11ef1;
/* SwiftUI */
Color(red: 0.945, green: 0.118, blue: 0.945)
/* Android */
Color.parseColor("#f11ef1")Accessibility — WCAG contrast
Aa
#f11ef1 on white: 3.39:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f11ef1 on black: 6.20:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.5%
Green11.8%
Blue94.5%
CMYK percentages
Cyan0.0%
Magenta87.6%
Yellow0.0%
Key (black)5.5%
Color previews
#f11ef1 text on a black background
contrast 6.20:1
Card sample
#f11ef1 text on a white background
contrast 3.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f11ef1;
Background color
Panel with #f11ef1 background
background-color: #f11ef1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f11ef1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(241, 30, 241, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(241, 30, 241, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f11ef1; background: linear-gradient(135deg, #f11ef1, #F11E64);