#f11fd2
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
241, 31, 210
HSL
309°, 88%, 53%
CMYK
0, 87, 13, 6
Luminance
0.2433
Every format
| HEX | #f11fd2 |
| RGB | rgb(241, 31, 210) |
| HSL | hsl(309, 88%, 53%) |
| CMYK | cmyk(0%, 87%, 13%, 6%) |
| LAB | lab(56.4 87.1 -41.9) |
| LCH | lch(56.4 96.7 334.3) |
| OKLCH | oklch(0.662 0.281 335.9) |
Copy-ready code
/* CSS */
color: #f11fd2;
background-color: #f11fd2;
/* Tailwind (arbitrary) */
class="text-[#f11fd2] bg-[#f11fd2]"
/* SCSS */
$brand: #f11fd2;
/* SwiftUI */
Color(red: 0.945, green: 0.122, blue: 0.824)
/* Android */
Color.parseColor("#f11fd2")Accessibility — WCAG contrast
Aa
#f11fd2 on white: 3.58:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f11fd2 on black: 5.87:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.5%
Green12.2%
Blue82.4%
CMYK percentages
Cyan0.0%
Magenta87.1%
Yellow12.9%
Key (black)5.5%
Color previews
#f11fd2 text on a black background
contrast 5.87:1
Card sample
#f11fd2 text on a white background
contrast 3.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f11fd2;
Background color
Panel with #f11fd2 background
background-color: #f11fd2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f11fd2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(241, 31, 210, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(241, 31, 210, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f11fd2; background: linear-gradient(135deg, #f11fd2, #F11F46);