#fd85ae
a light, electric magenta / pink · warm · closest name: plum
RGB
253, 133, 174
HSL
340°, 97%, 76%
CMYK
0, 47, 31, 1
Luminance
0.4071
Every format
| HEX | #fd85ae |
| RGB | rgb(253, 133, 174) |
| HSL | hsl(340, 97%, 76%) |
| CMYK | cmyk(0%, 47%, 31%, 1%) |
| LAB | lab(70.0 49.9 -0.7) |
| LCH | lch(70.0 49.9 359.3) |
| OKLCH | oklch(0.761 0.151 359.6) |
Copy-ready code
/* CSS */
color: #fd85ae;
background-color: #fd85ae;
/* Tailwind (arbitrary) */
class="text-[#fd85ae] bg-[#fd85ae]"
/* SCSS */
$brand: #fd85ae;
/* SwiftUI */
Color(red: 0.992, green: 0.522, blue: 0.682)
/* Android */
Color.parseColor("#fd85ae")Accessibility — WCAG contrast
Aa
#fd85ae on white: 2.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fd85ae on black: 9.14:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green52.2%
Blue68.2%
CMYK percentages
Cyan0.0%
Magenta47.4%
Yellow31.2%
Key (black)0.8%
Color previews
#fd85ae text on a black background
contrast 9.14:1
Card sample
#fd85ae text on a white background
contrast 2.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd85ae;
Background color
Panel with #fd85ae background
background-color: #fd85ae;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd85ae;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 133, 174, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 133, 174, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd85ae; background: linear-gradient(135deg, #fd85ae, #FDAC85);