#f10df1
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
241, 13, 241
HSL
300°, 90%, 50%
CMYK
0, 95, 0, 6
Luminance
0.2534
Every format
| HEX | #f10df1 |
| RGB | rgb(241, 13, 241) |
| HSL | hsl(300, 90%, 50%) |
| CMYK | cmyk(0%, 95%, 0%, 6%) |
| LAB | lab(57.4 93.3 -57.8) |
| LCH | lch(57.4 109.8 328.2) |
| OKLCH | oklch(0.674 0.306 328.3) |
Copy-ready code
/* CSS */
color: #f10df1;
background-color: #f10df1;
/* Tailwind (arbitrary) */
class="text-[#f10df1] bg-[#f10df1]"
/* SCSS */
$brand: #f10df1;
/* SwiftUI */
Color(red: 0.945, green: 0.051, blue: 0.945)
/* Android */
Color.parseColor("#f10df1")Accessibility — WCAG contrast
Aa
#f10df1 on white: 3.46:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f10df1 on black: 6.07:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.5%
Green5.1%
Blue94.5%
CMYK percentages
Cyan0.0%
Magenta94.6%
Yellow0.0%
Key (black)5.5%
Color previews
#f10df1 text on a black background
contrast 6.07:1
Card sample
#f10df1 text on a white background
contrast 3.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f10df1;
Background color
Panel with #f10df1 background
background-color: #f10df1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f10df1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(241, 13, 241, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(241, 13, 241, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f10df1; background: linear-gradient(135deg, #f10df1, #F10D59);