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