#fd29fc
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
253, 41, 252
HSL
300°, 98%, 58%
CMYK
0, 84, 0, 1
Luminance
0.2950
Every format
| HEX | #fd29fc |
| RGB | rgb(253, 41, 252) |
| HSL | hsl(300, 98%, 58%) |
| CMYK | cmyk(0%, 84%, 0%, 1%) |
| LAB | lab(61.2 93.4 -57.8) |
| LCH | lch(61.2 109.8 328.3) |
| OKLCH | oklch(0.707 0.306 328.5) |
Copy-ready code
/* CSS */
color: #fd29fc;
background-color: #fd29fc;
/* Tailwind (arbitrary) */
class="text-[#fd29fc] bg-[#fd29fc]"
/* SCSS */
$brand: #fd29fc;
/* SwiftUI */
Color(red: 0.992, green: 0.161, blue: 0.988)
/* Android */
Color.parseColor("#fd29fc")Accessibility — WCAG contrast
Aa
#fd29fc on white: 3.04:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#fd29fc on black: 6.90:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green16.1%
Blue98.8%
CMYK percentages
Cyan0.0%
Magenta83.8%
Yellow0.4%
Key (black)0.8%
Color previews
#fd29fc text on a black background
contrast 6.90:1
Card sample
#fd29fc text on a white background
contrast 3.04:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd29fc;
Background color
Panel with #fd29fc background
background-color: #fd29fc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd29fc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 41, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 41, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd29fc; background: linear-gradient(135deg, #fd29fc, #FD296E);