#fd4ff9
a light, electric magenta / pink · warm · closest name: magenta
RGB
253, 79, 249
HSL
301°, 98%, 65%
CMYK
0, 69, 2, 1
Luminance
0.3331
Every format
| HEX | #fd4ff9 |
| RGB | rgb(253, 79, 249) |
| HSL | hsl(301, 98%, 65%) |
| CMYK | cmyk(0%, 69%, 2%, 1%) |
| LAB | lab(64.4 83.3 -51.0) |
| LCH | lch(64.4 97.6 328.5) |
| OKLCH | oklch(0.729 0.273 328.9) |
Copy-ready code
/* CSS */
color: #fd4ff9;
background-color: #fd4ff9;
/* Tailwind (arbitrary) */
class="text-[#fd4ff9] bg-[#fd4ff9]"
/* SCSS */
$brand: #fd4ff9;
/* SwiftUI */
Color(red: 0.992, green: 0.310, blue: 0.976)
/* Android */
Color.parseColor("#fd4ff9")Accessibility — WCAG contrast
Aa
#fd4ff9 on white: 2.74:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fd4ff9 on black: 7.66:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green31.0%
Blue97.6%
CMYK percentages
Cyan0.0%
Magenta68.8%
Yellow1.6%
Key (black)0.8%
Color previews
#fd4ff9 text on a black background
contrast 7.66:1
Card sample
#fd4ff9 text on a white background
contrast 2.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd4ff9;
Background color
Panel with #fd4ff9 background
background-color: #fd4ff9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd4ff9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 79, 249, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 79, 249, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd4ff9; background: linear-gradient(135deg, #fd4ff9, #FD4F85);