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