#fd48ab
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
253, 72, 171
HSL
327°, 98%, 64%
CMYK
0, 72, 32, 1
Luminance
0.2846
Every format
| HEX | #fd48ab |
| RGB | rgb(253, 72, 171) |
| HSL | hsl(327, 98%, 64%) |
| CMYK | cmyk(0%, 72%, 32%, 1%) |
| LAB | lab(60.3 75.2 -13.3) |
| LCH | lch(60.3 76.4 350.0) |
| OKLCH | oklch(0.689 0.233 351.5) |
Copy-ready code
/* CSS */
color: #fd48ab;
background-color: #fd48ab;
/* Tailwind (arbitrary) */
class="text-[#fd48ab] bg-[#fd48ab]"
/* SCSS */
$brand: #fd48ab;
/* SwiftUI */
Color(red: 0.992, green: 0.282, blue: 0.671)
/* Android */
Color.parseColor("#fd48ab")Accessibility — WCAG contrast
Aa
#fd48ab on white: 3.14:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#fd48ab on black: 6.69:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green28.2%
Blue67.1%
CMYK percentages
Cyan0.0%
Magenta71.5%
Yellow32.4%
Key (black)0.8%
Color previews
#fd48ab text on a black background
contrast 6.69:1
Card sample
#fd48ab text on a white background
contrast 3.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd48ab;
Background color
Panel with #fd48ab background
background-color: #fd48ab;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd48ab;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 72, 171, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 72, 171, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd48ab; background: linear-gradient(135deg, #fd48ab, #FD5E48);