#f01df7
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
240, 29, 247
HSL
298°, 93%, 54%
CMYK
3, 88, 0, 3
Luminance
0.2612
Every format
| HEX | #f01df7 |
| RGB | rgb(240, 29, 247) |
| HSL | hsl(298, 93%, 54%) |
| CMYK | cmyk(3%, 88%, 0%, 3%) |
| LAB | lab(58.1 92.3 -60.0) |
| LCH | lch(58.1 110.1 327.0) |
| OKLCH | oklch(0.680 0.304 326.7) |
Copy-ready code
/* CSS */
color: #f01df7;
background-color: #f01df7;
/* Tailwind (arbitrary) */
class="text-[#f01df7] bg-[#f01df7]"
/* SCSS */
$brand: #f01df7;
/* SwiftUI */
Color(red: 0.941, green: 0.114, blue: 0.969)
/* Android */
Color.parseColor("#f01df7")Accessibility — WCAG contrast
Aa
#f01df7 on white: 3.37:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f01df7 on black: 6.22:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.1%
Green11.4%
Blue96.9%
CMYK percentages
Cyan2.8%
Magenta88.3%
Yellow0.0%
Key (black)3.1%
Color previews
#f01df7 text on a black background
contrast 6.22:1
Card sample
#f01df7 text on a white background
contrast 3.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f01df7;
Background color
Panel with #f01df7 background
background-color: #f01df7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f01df7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(240, 29, 247, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(240, 29, 247, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f01df7; background: linear-gradient(135deg, #f01df7, #F71D6D);