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