#f75fdf
a light, electric magenta / pink · warm · closest name: violet
RGB
247, 95, 223
HSL
310°, 91%, 67%
CMYK
0, 62, 10, 3
Luminance
0.3329
Every format
| HEX | #f75fdf |
| RGB | rgb(247, 95, 223) |
| HSL | hsl(310, 91%, 67%) |
| CMYK | cmyk(0%, 62%, 10%, 3%) |
| LAB | lab(64.4 72.1 -36.7) |
| LCH | lch(64.4 80.8 333.0) |
| OKLCH | oklch(0.723 0.232 334.4) |
Copy-ready code
/* CSS */
color: #f75fdf;
background-color: #f75fdf;
/* Tailwind (arbitrary) */
class="text-[#f75fdf] bg-[#f75fdf]"
/* SCSS */
$brand: #f75fdf;
/* SwiftUI */
Color(red: 0.969, green: 0.373, blue: 0.875)
/* Android */
Color.parseColor("#f75fdf")Accessibility — WCAG contrast
Aa
#f75fdf on white: 2.74:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f75fdf on black: 7.66:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.9%
Green37.3%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta61.5%
Yellow9.7%
Key (black)3.1%
Color previews
#f75fdf text on a black background
contrast 7.66:1
Card sample
#f75fdf text on a white background
contrast 2.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f75fdf;
Background color
Panel with #f75fdf background
background-color: #f75fdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f75fdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(247, 95, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(247, 95, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f75fdf; background: linear-gradient(135deg, #f75fdf, #F75F7A);