#f75dfe
a light, electric magenta / pink · warm · closest name: magenta
RGB
247, 93, 254
HSL
297°, 99%, 68%
CMYK
3, 63, 0, 0
Luminance
0.3476
Every format
| HEX | #f75dfe |
| RGB | rgb(247, 93, 254) |
| HSL | hsl(297, 99%, 68%) |
| CMYK | cmyk(3%, 63%, 0%, 0%) |
| LAB | lab(65.6 77.7 -52.0) |
| LCH | lch(65.6 93.5 326.2) |
| OKLCH | oklch(0.736 0.258 326.0) |
Copy-ready code
/* CSS */
color: #f75dfe;
background-color: #f75dfe;
/* Tailwind (arbitrary) */
class="text-[#f75dfe] bg-[#f75dfe]"
/* SCSS */
$brand: #f75dfe;
/* SwiftUI */
Color(red: 0.969, green: 0.365, blue: 0.996)
/* Android */
Color.parseColor("#f75dfe")Accessibility — WCAG contrast
Aa
#f75dfe on white: 2.64:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f75dfe on black: 7.95:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.9%
Green36.5%
Blue99.6%
CMYK percentages
Cyan2.8%
Magenta63.4%
Yellow0.0%
Key (black)0.4%
Color previews
#f75dfe text on a black background
contrast 7.95:1
Card sample
#f75dfe text on a white background
contrast 2.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f75dfe;
Background color
Panel with #f75dfe background
background-color: #f75dfe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f75dfe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(247, 93, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(247, 93, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f75dfe; background: linear-gradient(135deg, #f75dfe, #FE5D9A);