#fd149f
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
253, 20, 159
HSL
324°, 98%, 54%
CMYK
0, 92, 37, 1
Luminance
0.2389
Every format
| HEX | #fd149f |
| RGB | rgb(253, 20, 159) |
| HSL | hsl(324, 98%, 54%) |
| CMYK | cmyk(0%, 92%, 37%, 1%) |
| LAB | lab(56.0 85.2 -12.8) |
| LCH | lch(56.0 86.1 351.4) |
| OKLCH | oklch(0.656 0.265 352.9) |
Copy-ready code
/* CSS */
color: #fd149f;
background-color: #fd149f;
/* Tailwind (arbitrary) */
class="text-[#fd149f] bg-[#fd149f]"
/* SCSS */
$brand: #fd149f;
/* SwiftUI */
Color(red: 0.992, green: 0.078, blue: 0.624)
/* Android */
Color.parseColor("#fd149f")Accessibility — WCAG contrast
Aa
#fd149f on white: 3.63:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#fd149f on black: 5.78:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green7.8%
Blue62.4%
CMYK percentages
Cyan0.0%
Magenta92.1%
Yellow37.2%
Key (black)0.8%
Color previews
#fd149f text on a black background
contrast 5.78:1
Card sample
#fd149f text on a white background
contrast 3.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd149f;
Background color
Panel with #fd149f background
background-color: #fd149f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd149f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 20, 159, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 20, 159, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd149f; background: linear-gradient(135deg, #fd149f, #FD2414);