#fd5adf
a light, electric magenta / pink · warm · closest name: violet
RGB
253, 90, 223
HSL
311°, 98%, 67%
CMYK
0, 64, 12, 1
Luminance
0.3352
Every format
| HEX | #fd5adf |
| RGB | rgb(253, 90, 223) |
| HSL | hsl(311, 98%, 67%) |
| CMYK | cmyk(0%, 64%, 12%, 1%) |
| LAB | lab(64.6 75.5 -36.3) |
| LCH | lch(64.6 83.8 334.3) |
| OKLCH | oklch(0.726 0.242 335.9) |
Copy-ready code
/* CSS */
color: #fd5adf;
background-color: #fd5adf;
/* Tailwind (arbitrary) */
class="text-[#fd5adf] bg-[#fd5adf]"
/* SCSS */
$brand: #fd5adf;
/* SwiftUI */
Color(red: 0.992, green: 0.353, blue: 0.875)
/* Android */
Color.parseColor("#fd5adf")Accessibility — WCAG contrast
Aa
#fd5adf on white: 2.73:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fd5adf on black: 7.70:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green35.3%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta64.4%
Yellow11.9%
Key (black)0.8%
Color previews
#fd5adf text on a black background
contrast 7.70:1
Card sample
#fd5adf text on a white background
contrast 2.73:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd5adf;
Background color
Panel with #fd5adf background
background-color: #fd5adf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd5adf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 90, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 90, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd5adf; background: linear-gradient(135deg, #fd5adf, #FD5A73);