#f61fdf
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
246, 31, 223
HSL
306°, 92%, 54%
CMYK
0, 87, 9, 4
Luminance
0.2590
Every format
| HEX | #f61fdf |
| RGB | rgb(246, 31, 223) |
| HSL | hsl(306, 92%, 54%) |
| CMYK | cmyk(0%, 87%, 9%, 4%) |
| LAB | lab(58.0 89.7 -46.8) |
| LCH | lch(58.0 101.2 332.5) |
| OKLCH | oklch(0.676 0.291 333.7) |
Copy-ready code
/* CSS */
color: #f61fdf;
background-color: #f61fdf;
/* Tailwind (arbitrary) */
class="text-[#f61fdf] bg-[#f61fdf]"
/* SCSS */
$brand: #f61fdf;
/* SwiftUI */
Color(red: 0.965, green: 0.122, blue: 0.875)
/* Android */
Color.parseColor("#f61fdf")Accessibility — WCAG contrast
Aa
#f61fdf on white: 3.40:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f61fdf on black: 6.18:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.5%
Green12.2%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta87.4%
Yellow9.3%
Key (black)3.5%
Color previews
#f61fdf text on a black background
contrast 6.18:1
Card sample
#f61fdf text on a white background
contrast 3.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f61fdf;
Background color
Panel with #f61fdf background
background-color: #f61fdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f61fdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(246, 31, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(246, 31, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f61fdf; background: linear-gradient(135deg, #f61fdf, #F61F50);