#fd4ffb
a light, electric magenta / pink · warm · closest name: magenta
RGB
253, 79, 251
HSL
301°, 98%, 65%
CMYK
0, 69, 1, 1
Luminance
0.3344
Every format
| HEX | #fd4ffb |
| RGB | rgb(253, 79, 251) |
| HSL | hsl(301, 98%, 65%) |
| CMYK | cmyk(0%, 69%, 1%, 1%) |
| LAB | lab(64.5 83.5 -52.0) |
| LCH | lch(64.5 98.4 328.1) |
| OKLCH | oklch(0.730 0.275 328.4) |
Copy-ready code
/* CSS */
color: #fd4ffb;
background-color: #fd4ffb;
/* Tailwind (arbitrary) */
class="text-[#fd4ffb] bg-[#fd4ffb]"
/* SCSS */
$brand: #fd4ffb;
/* SwiftUI */
Color(red: 0.992, green: 0.310, blue: 0.984)
/* Android */
Color.parseColor("#fd4ffb")Accessibility — WCAG contrast
Aa
#fd4ffb on white: 2.73:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fd4ffb on black: 7.69:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green31.0%
Blue98.4%
CMYK percentages
Cyan0.0%
Magenta68.8%
Yellow0.8%
Key (black)0.8%
Color previews
#fd4ffb text on a black background
contrast 7.69:1
Card sample
#fd4ffb text on a white background
contrast 2.73:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd4ffb;
Background color
Panel with #fd4ffb background
background-color: #fd4ffb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd4ffb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 79, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 79, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd4ffb; background: linear-gradient(135deg, #fd4ffb, #FD4F87);