#fd34ab
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
253, 52, 171
HSL
325°, 98%, 60%
CMYK
0, 79, 32, 1
Luminance
0.2628
Every format
| HEX | #fd34ab |
| RGB | rgb(253, 52, 171) |
| HSL | hsl(325, 98%, 60%) |
| CMYK | cmyk(0%, 79%, 32%, 1%) |
| LAB | lab(58.3 80.9 -16.3) |
| LCH | lch(58.3 82.5 348.6) |
| OKLCH | oklch(0.674 0.252 350.3) |
Copy-ready code
/* CSS */
color: #fd34ab;
background-color: #fd34ab;
/* Tailwind (arbitrary) */
class="text-[#fd34ab] bg-[#fd34ab]"
/* SCSS */
$brand: #fd34ab;
/* SwiftUI */
Color(red: 0.992, green: 0.204, blue: 0.671)
/* Android */
Color.parseColor("#fd34ab")Accessibility — WCAG contrast
Aa
#fd34ab on white: 3.36:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#fd34ab on black: 6.26:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green20.4%
Blue67.1%
CMYK percentages
Cyan0.0%
Magenta79.4%
Yellow32.4%
Key (black)0.8%
Color previews
#fd34ab text on a black background
contrast 6.26:1
Card sample
#fd34ab text on a white background
contrast 3.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd34ab;
Background color
Panel with #fd34ab background
background-color: #fd34ab;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd34ab;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 52, 171, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 52, 171, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd34ab; background: linear-gradient(135deg, #fd34ab, #FD4334);