#fd4fee
a light, electric magenta / pink · warm · closest name: magenta
RGB
253, 79, 238
HSL
305°, 98%, 65%
CMYK
0, 69, 6, 1
Luminance
0.3265
Every format
| HEX | #fd4fee |
| RGB | rgb(253, 79, 238) |
| HSL | hsl(305, 98%, 65%) |
| CMYK | cmyk(0%, 69%, 6%, 1%) |
| LAB | lab(63.9 81.6 -45.8) |
| LCH | lch(63.9 93.5 330.7) |
| OKLCH | oklch(0.724 0.265 331.7) |
Copy-ready code
/* CSS */
color: #fd4fee;
background-color: #fd4fee;
/* Tailwind (arbitrary) */
class="text-[#fd4fee] bg-[#fd4fee]"
/* SCSS */
$brand: #fd4fee;
/* SwiftUI */
Color(red: 0.992, green: 0.310, blue: 0.933)
/* Android */
Color.parseColor("#fd4fee")Accessibility — WCAG contrast
Aa
#fd4fee on white: 2.79:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fd4fee on black: 7.53:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green31.0%
Blue93.3%
CMYK percentages
Cyan0.0%
Magenta68.8%
Yellow5.9%
Key (black)0.8%
Color previews
#fd4fee text on a black background
contrast 7.53:1
Card sample
#fd4fee text on a white background
contrast 2.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd4fee;
Background color
Panel with #fd4fee background
background-color: #fd4fee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd4fee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 79, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 79, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd4fee; background: linear-gradient(135deg, #fd4fee, #FD4F7A);