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