#fd33f7
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
253, 51, 247
HSL
302°, 98%, 60%
CMYK
0, 80, 2, 1
Luminance
0.2997
Every format
| HEX | #fd33f7 |
| RGB | rgb(253, 51, 247) |
| HSL | hsl(302, 98%, 60%) |
| CMYK | cmyk(0%, 80%, 2%, 1%) |
| LAB | lab(61.6 90.7 -54.3) |
| LCH | lch(61.6 105.7 329.1) |
| OKLCH | oklch(0.709 0.297 329.5) |
Copy-ready code
/* CSS */
color: #fd33f7;
background-color: #fd33f7;
/* Tailwind (arbitrary) */
class="text-[#fd33f7] bg-[#fd33f7]"
/* SCSS */
$brand: #fd33f7;
/* SwiftUI */
Color(red: 0.992, green: 0.200, blue: 0.969)
/* Android */
Color.parseColor("#fd33f7")Accessibility — WCAG contrast
Aa
#fd33f7 on white: 3.00:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#fd33f7 on black: 6.99:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green20.0%
Blue96.9%
CMYK percentages
Cyan0.0%
Magenta79.8%
Yellow2.4%
Key (black)0.8%
Color previews
#fd33f7 text on a black background
contrast 6.99:1
Card sample
#fd33f7 text on a white background
contrast 3.00:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd33f7;
Background color
Panel with #fd33f7 background
background-color: #fd33f7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd33f7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 51, 247, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 51, 247, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd33f7; background: linear-gradient(135deg, #fd33f7, #FD3370);