#fd4bfc
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
253, 75, 252
HSL
300°, 98%, 64%
CMYK
0, 70, 0, 1
Luminance
0.3294
Every format
| HEX | #fd4bfc |
| RGB | rgb(253, 75, 252) |
| HSL | hsl(300, 98%, 64%) |
| CMYK | cmyk(0%, 70%, 0%, 1%) |
| LAB | lab(64.1 85.0 -53.1) |
| LCH | lch(64.1 100.2 328.0) |
| OKLCH | oklch(0.727 0.279 328.2) |
Copy-ready code
/* CSS */
color: #fd4bfc;
background-color: #fd4bfc;
/* Tailwind (arbitrary) */
class="text-[#fd4bfc] bg-[#fd4bfc]"
/* SCSS */
$brand: #fd4bfc;
/* SwiftUI */
Color(red: 0.992, green: 0.294, blue: 0.988)
/* Android */
Color.parseColor("#fd4bfc")Accessibility — WCAG contrast
Aa
#fd4bfc on white: 2.77:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fd4bfc on black: 7.59:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green29.4%
Blue98.8%
CMYK percentages
Cyan0.0%
Magenta70.4%
Yellow0.4%
Key (black)0.8%
Color previews
#fd4bfc text on a black background
contrast 7.59:1
Card sample
#fd4bfc text on a white background
contrast 2.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd4bfc;
Background color
Panel with #fd4bfc background
background-color: #fd4bfc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd4bfc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 75, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 75, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd4bfc; background: linear-gradient(135deg, #fd4bfc, #FD4B85);