#fd4def
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
253, 77, 239
HSL
305°, 98%, 65%
CMYK
0, 70, 6, 1
Luminance
0.3242
Every format
| HEX | #fd4def |
| RGB | rgb(253, 77, 239) |
| HSL | hsl(305, 98%, 65%) |
| CMYK | cmyk(0%, 70%, 6%, 1%) |
| LAB | lab(63.7 82.4 -46.6) |
| LCH | lch(63.7 94.7 330.5) |
| OKLCH | oklch(0.722 0.268 331.4) |
Copy-ready code
/* CSS */
color: #fd4def;
background-color: #fd4def;
/* Tailwind (arbitrary) */
class="text-[#fd4def] bg-[#fd4def]"
/* SCSS */
$brand: #fd4def;
/* SwiftUI */
Color(red: 0.992, green: 0.302, blue: 0.937)
/* Android */
Color.parseColor("#fd4def")Accessibility — WCAG contrast
Aa
#fd4def on white: 2.81:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fd4def on black: 7.48:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green30.2%
Blue93.7%
CMYK percentages
Cyan0.0%
Magenta69.6%
Yellow5.5%
Key (black)0.8%
Color previews
#fd4def text on a black background
contrast 7.48:1
Card sample
#fd4def text on a white background
contrast 2.81:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd4def;
Background color
Panel with #fd4def background
background-color: #fd4def;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd4def;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 77, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 77, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd4def; background: linear-gradient(135deg, #fd4def, #FD4D7A);