#f75dfb
a light, electric magenta / pink · warm · closest name: magenta
RGB
247, 93, 251
HSL
299°, 95%, 68%
CMYK
2, 63, 0, 2
Luminance
0.3457
Every format
| HEX | #f75dfb |
| RGB | rgb(247, 93, 251) |
| HSL | hsl(299, 95%, 68%) |
| CMYK | cmyk(2%, 63%, 0%, 2%) |
| LAB | lab(65.4 77.2 -50.6) |
| LCH | lch(65.4 92.3 326.8) |
| OKLCH | oklch(0.735 0.255 326.8) |
Copy-ready code
/* CSS */
color: #f75dfb;
background-color: #f75dfb;
/* Tailwind (arbitrary) */
class="text-[#f75dfb] bg-[#f75dfb]"
/* SCSS */
$brand: #f75dfb;
/* SwiftUI */
Color(red: 0.969, green: 0.365, blue: 0.984)
/* Android */
Color.parseColor("#f75dfb")Accessibility — WCAG contrast
Aa
#f75dfb on white: 2.65:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f75dfb on black: 7.91:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.9%
Green36.5%
Blue98.4%
CMYK percentages
Cyan1.6%
Magenta62.9%
Yellow0.0%
Key (black)1.6%
Color previews
#f75dfb text on a black background
contrast 7.91:1
Card sample
#f75dfb text on a white background
contrast 2.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f75dfb;
Background color
Panel with #f75dfb background
background-color: #f75dfb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f75dfb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(247, 93, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(247, 93, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f75dfb; background: linear-gradient(135deg, #f75dfb, #FB5D96);