#fd48da
a balanced, electric magenta / pink · warm · closest name: violet
RGB
253, 72, 218
HSL
312°, 98%, 64%
CMYK
0, 72, 14, 1
Luminance
0.3058
Every format
| HEX | #fd48da |
| RGB | rgb(253, 72, 218) |
| HSL | hsl(312, 98%, 64%) |
| CMYK | cmyk(0%, 72%, 14%, 1%) |
| LAB | lab(62.2 81.0 -37.3) |
| LCH | lch(62.2 89.2 335.3) |
| OKLCH | oklch(0.708 0.259 337.0) |
Copy-ready code
/* CSS */
color: #fd48da;
background-color: #fd48da;
/* Tailwind (arbitrary) */
class="text-[#fd48da] bg-[#fd48da]"
/* SCSS */
$brand: #fd48da;
/* SwiftUI */
Color(red: 0.992, green: 0.282, blue: 0.855)
/* Android */
Color.parseColor("#fd48da")Accessibility — WCAG contrast
Aa
#fd48da on white: 2.95:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fd48da on black: 7.12:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green28.2%
Blue85.5%
CMYK percentages
Cyan0.0%
Magenta71.5%
Yellow13.8%
Key (black)0.8%
Color previews
#fd48da text on a black background
contrast 7.12:1
Card sample
#fd48da text on a white background
contrast 2.95:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd48da;
Background color
Panel with #fd48da background
background-color: #fd48da;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd48da;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 72, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 72, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd48da; background: linear-gradient(135deg, #fd48da, #FD4861);