#f546df
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
245, 70, 223
HSL
308°, 90%, 62%
CMYK
0, 71, 9, 4
Luminance
0.2912
Every format
| HEX | #f546df |
| RGB | rgb(245, 70, 223) |
| HSL | hsl(308, 90%, 62%) |
| CMYK | cmyk(0%, 71%, 9%, 4%) |
| LAB | lab(60.9 80.5 -42.2) |
| LCH | lch(60.9 90.9 332.4) |
| OKLCH | oklch(0.697 0.260 333.6) |
Copy-ready code
/* CSS */
color: #f546df;
background-color: #f546df;
/* Tailwind (arbitrary) */
class="text-[#f546df] bg-[#f546df]"
/* SCSS */
$brand: #f546df;
/* SwiftUI */
Color(red: 0.961, green: 0.275, blue: 0.875)
/* Android */
Color.parseColor("#f546df")Accessibility — WCAG contrast
Aa
#f546df on white: 3.08:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f546df on black: 6.82:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.1%
Green27.5%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta71.4%
Yellow9.0%
Key (black)3.9%
Color previews
#f546df text on a black background
contrast 6.82:1
Card sample
#f546df text on a white background
contrast 3.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f546df;
Background color
Panel with #f546df background
background-color: #f546df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f546df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(245, 70, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(245, 70, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f546df; background: linear-gradient(135deg, #f546df, #F5466B);