#f134df
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
241, 52, 223
HSL
306°, 87%, 58%
CMYK
0, 78, 8, 6
Luminance
0.2648
Every format
| HEX | #f134df |
| RGB | rgb(241, 52, 223) |
| HSL | hsl(306, 87%, 58%) |
| CMYK | cmyk(0%, 78%, 8%, 6%) |
| LAB | lab(58.5 84.7 -46.0) |
| LCH | lch(58.5 96.4 331.5) |
| OKLCH | oklch(0.679 0.275 332.6) |
Copy-ready code
/* CSS */
color: #f134df;
background-color: #f134df;
/* Tailwind (arbitrary) */
class="text-[#f134df] bg-[#f134df]"
/* SCSS */
$brand: #f134df;
/* SwiftUI */
Color(red: 0.945, green: 0.204, blue: 0.875)
/* Android */
Color.parseColor("#f134df")Accessibility — WCAG contrast
Aa
#f134df on white: 3.33:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f134df on black: 6.30:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.5%
Green20.4%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta78.4%
Yellow7.5%
Key (black)5.5%
Color previews
#f134df text on a black background
contrast 6.30:1
Card sample
#f134df text on a white background
contrast 3.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f134df;
Background color
Panel with #f134df background
background-color: #f134df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f134df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(241, 52, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(241, 52, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f134df; background: linear-gradient(135deg, #f134df, #F13461);