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