#f314fd
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
243, 20, 253
HSL
297°, 98%, 54%
CMYK
4, 92, 0, 1
Luminance
0.2665
Every format
| HEX | #f314fd |
| RGB | rgb(243, 20, 253) |
| HSL | hsl(297, 98%, 54%) |
| CMYK | cmyk(4%, 92%, 0%, 1%) |
| LAB | lab(58.6 94.7 -62.5) |
| LCH | lch(58.6 113.5 326.6) |
| OKLCH | oklch(0.686 0.313 326.1) |
Copy-ready code
/* CSS */
color: #f314fd;
background-color: #f314fd;
/* Tailwind (arbitrary) */
class="text-[#f314fd] bg-[#f314fd]"
/* SCSS */
$brand: #f314fd;
/* SwiftUI */
Color(red: 0.953, green: 0.078, blue: 0.992)
/* Android */
Color.parseColor("#f314fd")Accessibility — WCAG contrast
Aa
#f314fd on white: 3.32:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f314fd on black: 6.33:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.3%
Green7.8%
Blue99.2%
CMYK percentages
Cyan4.0%
Magenta92.1%
Yellow0.0%
Key (black)0.8%
Color previews
#f314fd text on a black background
contrast 6.33:1
Card sample
#f314fd text on a white background
contrast 3.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f314fd;
Background color
Panel with #f314fd background
background-color: #f314fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f314fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(243, 20, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(243, 20, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f314fd; background: linear-gradient(135deg, #f314fd, #FD146C);