#fd29fe
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
253, 41, 254
HSL
300°, 99%, 58%
CMYK
0, 84, 0, 0
Luminance
0.2962
Every format
| HEX | #fd29fe |
| RGB | rgb(253, 41, 254) |
| HSL | hsl(300, 99%, 58%) |
| CMYK | cmyk(0%, 84%, 0%, 0%) |
| LAB | lab(61.3 93.7 -58.7) |
| LCH | lch(61.3 110.5 327.9) |
| OKLCH | oklch(0.708 0.308 328.0) |
Copy-ready code
/* CSS */
color: #fd29fe;
background-color: #fd29fe;
/* Tailwind (arbitrary) */
class="text-[#fd29fe] bg-[#fd29fe]"
/* SCSS */
$brand: #fd29fe;
/* SwiftUI */
Color(red: 0.992, green: 0.161, blue: 0.996)
/* Android */
Color.parseColor("#fd29fe")Accessibility — WCAG contrast
Aa
#fd29fe on white: 3.03:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#fd29fe on black: 6.92:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green16.1%
Blue99.6%
CMYK percentages
Cyan0.4%
Magenta83.9%
Yellow0.0%
Key (black)0.4%
Color previews
#fd29fe text on a black background
contrast 6.92:1
Card sample
#fd29fe text on a white background
contrast 3.03:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd29fe;
Background color
Panel with #fd29fe background
background-color: #fd29fe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd29fe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 41, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 41, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd29fe; background: linear-gradient(135deg, #fd29fe, #FE2971);