#f65af7
a light, electric magenta / pink · warm · closest name: magenta
RGB
246, 90, 247
HSL
300°, 91%, 66%
CMYK
0, 64, 0, 3
Luminance
0.3362
Every format
| HEX | #f65af7 |
| RGB | rgb(246, 90, 247) |
| HSL | hsl(300, 91%, 66%) |
| CMYK | cmyk(0%, 64%, 0%, 3%) |
| LAB | lab(64.7 77.5 -49.6) |
| LCH | lch(64.7 92.0 327.4) |
| OKLCH | oklch(0.729 0.256 327.5) |
Copy-ready code
/* CSS */
color: #f65af7;
background-color: #f65af7;
/* Tailwind (arbitrary) */
class="text-[#f65af7] bg-[#f65af7]"
/* SCSS */
$brand: #f65af7;
/* SwiftUI */
Color(red: 0.965, green: 0.353, blue: 0.969)
/* Android */
Color.parseColor("#f65af7")Accessibility — WCAG contrast
Aa
#f65af7 on white: 2.72:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f65af7 on black: 7.72:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.5%
Green35.3%
Blue96.9%
CMYK percentages
Cyan0.4%
Magenta63.6%
Yellow0.0%
Key (black)3.1%
Color previews
#f65af7 text on a black background
contrast 7.72:1
Card sample
#f65af7 text on a white background
contrast 2.72:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f65af7;
Background color
Panel with #f65af7 background
background-color: #f65af7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f65af7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(246, 90, 247, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(246, 90, 247, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f65af7; background: linear-gradient(135deg, #f65af7, #F75A8F);