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