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