#fd39ac
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
253, 57, 172
HSL
325°, 98%, 61%
CMYK
0, 78, 32, 1
Luminance
0.2679
Every format
| HEX | #fd39ac |
| RGB | rgb(253, 57, 172) |
| HSL | hsl(325, 98%, 61%) |
| CMYK | cmyk(0%, 78%, 32%, 1%) |
| LAB | lab(58.8 79.7 -16.2) |
| LCH | lch(58.8 81.3 348.5) |
| OKLCH | oklch(0.677 0.248 350.2) |
Copy-ready code
/* CSS */
color: #fd39ac;
background-color: #fd39ac;
/* Tailwind (arbitrary) */
class="text-[#fd39ac] bg-[#fd39ac]"
/* SCSS */
$brand: #fd39ac;
/* SwiftUI */
Color(red: 0.992, green: 0.224, blue: 0.675)
/* Android */
Color.parseColor("#fd39ac")Accessibility — WCAG contrast
Aa
#fd39ac on white: 3.30:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#fd39ac on black: 6.36:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green22.4%
Blue67.5%
CMYK percentages
Cyan0.0%
Magenta77.5%
Yellow32.0%
Key (black)0.8%
Color previews
#fd39ac text on a black background
contrast 6.36:1
Card sample
#fd39ac text on a white background
contrast 3.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd39ac;
Background color
Panel with #fd39ac background
background-color: #fd39ac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd39ac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 57, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 57, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd39ac; background: linear-gradient(135deg, #fd39ac, #FD4939);