#fd349f
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
253, 52, 159
HSL
328°, 98%, 60%
CMYK
0, 79, 37, 1
Luminance
0.2584
Every format
| HEX | #fd349f |
| RGB | rgb(253, 52, 159) |
| HSL | hsl(328, 98%, 60%) |
| CMYK | cmyk(0%, 79%, 37%, 1%) |
| LAB | lab(57.9 79.7 -9.9) |
| LCH | lch(57.9 80.3 352.9) |
| OKLCH | oklch(0.670 0.246 354.1) |
Copy-ready code
/* CSS */
color: #fd349f;
background-color: #fd349f;
/* Tailwind (arbitrary) */
class="text-[#fd349f] bg-[#fd349f]"
/* SCSS */
$brand: #fd349f;
/* SwiftUI */
Color(red: 0.992, green: 0.204, blue: 0.624)
/* Android */
Color.parseColor("#fd349f")Accessibility — WCAG contrast
Aa
#fd349f on white: 3.40:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#fd349f on black: 6.17:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green20.4%
Blue62.4%
CMYK percentages
Cyan0.0%
Magenta79.4%
Yellow37.2%
Key (black)0.8%
Color previews
#fd349f text on a black background
contrast 6.17:1
Card sample
#fd349f text on a white background
contrast 3.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd349f;
Background color
Panel with #fd349f background
background-color: #fd349f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd349f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 52, 159, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 52, 159, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd349f; background: linear-gradient(135deg, #fd349f, #FD4F34);