#f14dfb
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
241, 77, 251
HSL
297°, 96%, 64%
CMYK
4, 69, 0, 2
Luminance
0.3097
Every format
| HEX | #f14dfb |
| RGB | rgb(241, 77, 251) |
| HSL | hsl(297, 96%, 64%) |
| CMYK | cmyk(4%, 69%, 0%, 2%) |
| LAB | lab(62.5 81.7 -55.3) |
| LCH | lch(62.5 98.7 325.9) |
| OKLCH | oklch(0.712 0.271 325.5) |
Copy-ready code
/* CSS */
color: #f14dfb;
background-color: #f14dfb;
/* Tailwind (arbitrary) */
class="text-[#f14dfb] bg-[#f14dfb]"
/* SCSS */
$brand: #f14dfb;
/* SwiftUI */
Color(red: 0.945, green: 0.302, blue: 0.984)
/* Android */
Color.parseColor("#f14dfb")Accessibility — WCAG contrast
Aa
#f14dfb on white: 2.92:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f14dfb on black: 7.19:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.5%
Green30.2%
Blue98.4%
CMYK percentages
Cyan4.0%
Magenta69.3%
Yellow0.0%
Key (black)1.6%
Color previews
#f14dfb text on a black background
contrast 7.19:1
Card sample
#f14dfb text on a white background
contrast 2.92:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f14dfb;
Background color
Panel with #f14dfb background
background-color: #f14dfb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f14dfb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(241, 77, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(241, 77, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f14dfb; background: linear-gradient(135deg, #f14dfb, #FB4D91);