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