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