#fd65ae
a light, electric magenta / pink · warm · closest name: orchid
RGB
253, 101, 174
HSL
331°, 97%, 69%
CMYK
0, 60, 31, 1
Luminance
0.3325
Every format
| HEX | #fd65ae |
| RGB | rgb(253, 101, 174) |
| HSL | hsl(331, 97%, 69%) |
| CMYK | cmyk(0%, 60%, 31%, 1%) |
| LAB | lab(64.4 64.6 -8.9) |
| LCH | lch(64.4 65.3 352.1) |
| OKLCH | oklch(0.719 0.198 353.4) |
Copy-ready code
/* CSS */
color: #fd65ae;
background-color: #fd65ae;
/* Tailwind (arbitrary) */
class="text-[#fd65ae] bg-[#fd65ae]"
/* SCSS */
$brand: #fd65ae;
/* SwiftUI */
Color(red: 0.992, green: 0.396, blue: 0.682)
/* Android */
Color.parseColor("#fd65ae")Accessibility — WCAG contrast
Aa
#fd65ae on white: 2.75:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fd65ae on black: 7.65:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green39.6%
Blue68.2%
CMYK percentages
Cyan0.0%
Magenta60.1%
Yellow31.2%
Key (black)0.8%
Color previews
#fd65ae text on a black background
contrast 7.65:1
Card sample
#fd65ae text on a white background
contrast 2.75:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd65ae;
Background color
Panel with #fd65ae background
background-color: #fd65ae;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd65ae;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 101, 174, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 101, 174, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd65ae; background: linear-gradient(135deg, #fd65ae, #FD8165);