#f61df0
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
246, 29, 240
HSL
302°, 92%, 54%
CMYK
0, 88, 2, 4
Luminance
0.2676
Every format
| HEX | #f61df0 |
| RGB | rgb(246, 29, 240) |
| HSL | hsl(302, 92%, 54%) |
| CMYK | cmyk(0%, 88%, 2%, 4%) |
| LAB | lab(58.8 92.3 -55.1) |
| LCH | lch(58.8 107.5 329.2) |
| OKLCH | oklch(0.685 0.302 329.7) |
Copy-ready code
/* CSS */
color: #f61df0;
background-color: #f61df0;
/* Tailwind (arbitrary) */
class="text-[#f61df0] bg-[#f61df0]"
/* SCSS */
$brand: #f61df0;
/* SwiftUI */
Color(red: 0.965, green: 0.114, blue: 0.941)
/* Android */
Color.parseColor("#f61df0")Accessibility — WCAG contrast
Aa
#f61df0 on white: 3.31:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f61df0 on black: 6.35:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.5%
Green11.4%
Blue94.1%
CMYK percentages
Cyan0.0%
Magenta88.2%
Yellow2.4%
Key (black)3.5%
Color previews
#f61df0 text on a black background
contrast 6.35:1
Card sample
#f61df0 text on a white background
contrast 3.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f61df0;
Background color
Panel with #f61df0 background
background-color: #f61df0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f61df0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(246, 29, 240, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(246, 29, 240, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f61df0; background: linear-gradient(135deg, #f61df0, #F61D5F);