#f451fd
a light, electric magenta / pink · warm · closest name: magenta
RGB
244, 81, 253
HSL
297°, 98%, 66%
CMYK
4, 68, 0, 1
Luminance
0.3221
Every format
| HEX | #f451fd |
| RGB | rgb(244, 81, 253) |
| HSL | hsl(297, 98%, 66%) |
| CMYK | cmyk(4%, 68%, 0%, 1%) |
| LAB | lab(63.5 81.3 -54.7) |
| LCH | lch(63.5 98.0 326.0) |
| OKLCH | oklch(0.721 0.270 325.7) |
Copy-ready code
/* CSS */
color: #f451fd;
background-color: #f451fd;
/* Tailwind (arbitrary) */
class="text-[#f451fd] bg-[#f451fd]"
/* SCSS */
$brand: #f451fd;
/* SwiftUI */
Color(red: 0.957, green: 0.318, blue: 0.992)
/* Android */
Color.parseColor("#f451fd")Accessibility — WCAG contrast
Aa
#f451fd on white: 2.82:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f451fd on black: 7.44:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.7%
Green31.8%
Blue99.2%
CMYK percentages
Cyan3.6%
Magenta68.0%
Yellow0.0%
Key (black)0.8%
Color previews
#f451fd text on a black background
contrast 7.44:1
Card sample
#f451fd text on a white background
contrast 2.82:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f451fd;
Background color
Panel with #f451fd background
background-color: #f451fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f451fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(244, 81, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(244, 81, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f451fd; background: linear-gradient(135deg, #f451fd, #FD5193);