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