#fd65da
a light, electric magenta / pink · warm · closest name: violet
RGB
253, 101, 218
HSL
314°, 97%, 69%
CMYK
0, 60, 14, 1
Luminance
0.3525
Every format
| HEX | #fd65da |
| RGB | rgb(253, 101, 218) |
| HSL | hsl(314, 97%, 69%) |
| CMYK | cmyk(0%, 60%, 14%, 1%) |
| LAB | lab(66.0 70.4 -31.4) |
| LCH | lch(66.0 77.1 336.0) |
| OKLCH | oklch(0.736 0.224 337.7) |
Copy-ready code
/* CSS */
color: #fd65da;
background-color: #fd65da;
/* Tailwind (arbitrary) */
class="text-[#fd65da] bg-[#fd65da]"
/* SCSS */
$brand: #fd65da;
/* SwiftUI */
Color(red: 0.992, green: 0.396, blue: 0.855)
/* Android */
Color.parseColor("#fd65da")Accessibility — WCAG contrast
Aa
#fd65da on white: 2.61:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fd65da on black: 8.05:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green39.6%
Blue85.5%
CMYK percentages
Cyan0.0%
Magenta60.1%
Yellow13.8%
Key (black)0.8%
Color previews
#fd65da text on a black background
contrast 8.05:1
Card sample
#fd65da text on a white background
contrast 2.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd65da;
Background color
Panel with #fd65da background
background-color: #fd65da;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd65da;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 101, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 101, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd65da; background: linear-gradient(135deg, #fd65da, #FD6575);