#f1007e
a balanced, electric magenta / pink · warm · closest name: crimson
RGB
241, 0, 126
HSL
329°, 100%, 47%
CMYK
0, 100, 48, 6
Luminance
0.2021
Every format
| HEX | #f1007e |
| RGB | rgb(241, 0, 126) |
| HSL | hsl(329, 100%, 47%) |
| CMYK | cmyk(0%, 100%, 48%, 6%) |
| LAB | lab(52.1 81.4 0.9) |
| LCH | lch(52.1 81.4 0.6) |
| OKLCH | oklch(0.620 0.251 0.7) |
Copy-ready code
/* CSS */
color: #f1007e;
background-color: #f1007e;
/* Tailwind (arbitrary) */
class="text-[#f1007e] bg-[#f1007e]"
/* SCSS */
$brand: #f1007e;
/* SwiftUI */
Color(red: 0.945, green: 0.000, blue: 0.494)
/* Android */
Color.parseColor("#f1007e")Accessibility — WCAG contrast
Aa
#f1007e on white: 4.17:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f1007e on black: 5.04:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.5%
Green0.0%
Blue49.4%
CMYK percentages
Cyan0.0%
Magenta100.0%
Yellow47.7%
Key (black)5.5%
Color previews
#f1007e text on a black background
contrast 5.04:1
Card sample
#f1007e text on a white background
contrast 4.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f1007e;
Background color
Panel with #f1007e background
background-color: #f1007e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f1007e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(241, 0, 126, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(241, 0, 126, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f1007e; background: linear-gradient(135deg, #f1007e, #F12300);