#fd28da
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
253, 40, 218
HSL
310°, 98%, 58%
CMYK
0, 84, 14, 1
Luminance
0.2746
Every format
| HEX | #fd28da |
| RGB | rgb(253, 40, 218) |
| HSL | hsl(310, 98%, 58%) |
| CMYK | cmyk(0%, 84%, 14%, 1%) |
| LAB | lab(59.4 88.9 -41.6) |
| LCH | lch(59.4 98.2 334.9) |
| OKLCH | oklch(0.688 0.286 336.6) |
Copy-ready code
/* CSS */
color: #fd28da;
background-color: #fd28da;
/* Tailwind (arbitrary) */
class="text-[#fd28da] bg-[#fd28da]"
/* SCSS */
$brand: #fd28da;
/* SwiftUI */
Color(red: 0.992, green: 0.157, blue: 0.855)
/* Android */
Color.parseColor("#fd28da")Accessibility — WCAG contrast
Aa
#fd28da on white: 3.23:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#fd28da on black: 6.49:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green15.7%
Blue85.5%
CMYK percentages
Cyan0.0%
Magenta84.2%
Yellow13.8%
Key (black)0.8%
Color previews
#fd28da text on a black background
contrast 6.49:1
Card sample
#fd28da text on a white background
contrast 3.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd28da;
Background color
Panel with #fd28da background
background-color: #fd28da;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd28da;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 40, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 40, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd28da; background: linear-gradient(135deg, #fd28da, #FD284C);