#f14fdf
a balanced, electric magenta / pink · warm · closest name: violet
RGB
241, 79, 223
HSL
307°, 85%, 63%
CMYK
0, 67, 8, 6
Luminance
0.2962
Every format
| HEX | #f14fdf |
| RGB | rgb(241, 79, 223) |
| HSL | hsl(307, 85%, 63%) |
| CMYK | cmyk(0%, 67%, 8%, 6%) |
| LAB | lab(61.3 76.7 -41.5) |
| LCH | lch(61.3 87.2 331.6) |
| OKLCH | oklch(0.699 0.248 332.7) |
Copy-ready code
/* CSS */
color: #f14fdf;
background-color: #f14fdf;
/* Tailwind (arbitrary) */
class="text-[#f14fdf] bg-[#f14fdf]"
/* SCSS */
$brand: #f14fdf;
/* SwiftUI */
Color(red: 0.945, green: 0.310, blue: 0.875)
/* Android */
Color.parseColor("#f14fdf")Accessibility — WCAG contrast
Aa
#f14fdf on white: 3.03:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f14fdf on black: 6.92:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.5%
Green31.0%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta67.2%
Yellow7.5%
Key (black)5.5%
Color previews
#f14fdf text on a black background
contrast 6.92:1
Card sample
#f14fdf text on a white background
contrast 3.03:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f14fdf;
Background color
Panel with #f14fdf background
background-color: #f14fdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f14fdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(241, 79, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(241, 79, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f14fdf; background: linear-gradient(135deg, #f14fdf, #F14F73);