#f11fdf
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
241, 31, 223
HSL
305°, 88%, 53%
CMYK
0, 87, 8, 6
Luminance
0.2501
Every format
| HEX | #f11fdf |
| RGB | rgb(241, 31, 223) |
| HSL | hsl(305, 88%, 53%) |
| CMYK | cmyk(0%, 87%, 8%, 6%) |
| LAB | lab(57.1 88.8 -48.2) |
| LCH | lch(57.1 101.1 331.5) |
| OKLCH | oklch(0.669 0.288 332.6) |
Copy-ready code
/* CSS */
color: #f11fdf;
background-color: #f11fdf;
/* Tailwind (arbitrary) */
class="text-[#f11fdf] bg-[#f11fdf]"
/* SCSS */
$brand: #f11fdf;
/* SwiftUI */
Color(red: 0.945, green: 0.122, blue: 0.875)
/* Android */
Color.parseColor("#f11fdf")Accessibility — WCAG contrast
Aa
#f11fdf on white: 3.50:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f11fdf on black: 6.00:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.5%
Green12.2%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta87.1%
Yellow7.5%
Key (black)5.5%
Color previews
#f11fdf text on a black background
contrast 6.00:1
Card sample
#f11fdf text on a white background
contrast 3.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f11fdf;
Background color
Panel with #f11fdf background
background-color: #f11fdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f11fdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(241, 31, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(241, 31, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f11fdf; background: linear-gradient(135deg, #f11fdf, #F11F53);