#fd4fff
a light, electric magenta / pink · warm · closest name: magenta
RGB
253, 79, 255
HSL
299°, 100%, 66%
CMYK
1, 69, 0, 0
Luminance
0.3369
Every format
| HEX | #fd4fff |
| RGB | rgb(253, 79, 255) |
| HSL | hsl(299, 100%, 66%) |
| CMYK | cmyk(1%, 69%, 0%, 0%) |
| LAB | lab(64.7 84.2 -53.8) |
| LCH | lch(64.7 99.9 327.4) |
| OKLCH | oklch(0.732 0.277 327.5) |
Copy-ready code
/* CSS */
color: #fd4fff;
background-color: #fd4fff;
/* Tailwind (arbitrary) */
class="text-[#fd4fff] bg-[#fd4fff]"
/* SCSS */
$brand: #fd4fff;
/* SwiftUI */
Color(red: 0.992, green: 0.310, blue: 1.000)
/* Android */
Color.parseColor("#fd4fff")Accessibility — WCAG contrast
Aa
#fd4fff on white: 2.71:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fd4fff on black: 7.74:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green31.0%
Blue100.0%
CMYK percentages
Cyan0.8%
Magenta69.0%
Yellow0.0%
Key (black)0.0%
Color previews
#fd4fff text on a black background
contrast 7.74:1
Card sample
#fd4fff text on a white background
contrast 2.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd4fff;
Background color
Panel with #fd4fff background
background-color: #fd4fff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd4fff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 79, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 79, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd4fff; background: linear-gradient(135deg, #fd4fff, #FF4F8C);