#fd3ffb
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
253, 63, 251
HSL
301°, 98%, 62%
CMYK
0, 75, 1, 1
Luminance
0.3140
Every format
| HEX | #fd3ffb |
| RGB | rgb(253, 63, 251) |
| HSL | hsl(301, 98%, 62%) |
| CMYK | cmyk(0%, 75%, 1%, 1%) |
| LAB | lab(62.9 88.3 -54.6) |
| LCH | lch(62.9 103.8 328.3) |
| OKLCH | oklch(0.718 0.290 328.6) |
Copy-ready code
/* CSS */
color: #fd3ffb;
background-color: #fd3ffb;
/* Tailwind (arbitrary) */
class="text-[#fd3ffb] bg-[#fd3ffb]"
/* SCSS */
$brand: #fd3ffb;
/* SwiftUI */
Color(red: 0.992, green: 0.247, blue: 0.984)
/* Android */
Color.parseColor("#fd3ffb")Accessibility — WCAG contrast
Aa
#fd3ffb on white: 2.88:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fd3ffb on black: 7.28:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green24.7%
Blue98.4%
CMYK percentages
Cyan0.0%
Magenta75.1%
Yellow0.8%
Key (black)0.8%
Color previews
#fd3ffb text on a black background
contrast 7.28:1
Card sample
#fd3ffb text on a white background
contrast 2.88:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd3ffb;
Background color
Panel with #fd3ffb background
background-color: #fd3ffb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd3ffb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 63, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 63, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd3ffb; background: linear-gradient(135deg, #fd3ffb, #FD3F7D);