#f11fef
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
241, 31, 239
HSL
301°, 88%, 53%
CMYK
0, 87, 1, 6
Luminance
0.2591
Every format
| HEX | #f11fef |
| RGB | rgb(241, 31, 239) |
| HSL | hsl(301, 88%, 53%) |
| CMYK | cmyk(0%, 87%, 1%, 6%) |
| LAB | lab(58.0 91.1 -55.8) |
| LCH | lch(58.0 106.8 328.5) |
| OKLCH | oklch(0.678 0.299 328.7) |
Copy-ready code
/* CSS */
color: #f11fef;
background-color: #f11fef;
/* Tailwind (arbitrary) */
class="text-[#f11fef] bg-[#f11fef]"
/* SCSS */
$brand: #f11fef;
/* SwiftUI */
Color(red: 0.945, green: 0.122, blue: 0.937)
/* Android */
Color.parseColor("#f11fef")Accessibility — WCAG contrast
Aa
#f11fef on white: 3.40:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f11fef on black: 6.18:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.5%
Green12.2%
Blue93.7%
CMYK percentages
Cyan0.0%
Magenta87.1%
Yellow0.8%
Key (black)5.5%
Color previews
#f11fef text on a black background
contrast 6.18:1
Card sample
#f11fef text on a white background
contrast 3.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f11fef;
Background color
Panel with #f11fef background
background-color: #f11fef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f11fef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(241, 31, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(241, 31, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f11fef; background: linear-gradient(135deg, #f11fef, #F11F63);