#ff65da
a light, electric magenta / pink · warm · closest name: violet
RGB
255, 101, 218
HSL
314°, 100%, 70%
CMYK
0, 60, 15, 0
Luminance
0.3563
Every format
| HEX | #ff65da |
| RGB | rgb(255, 101, 218) |
| HSL | hsl(314, 100%, 70%) |
| CMYK | cmyk(0%, 60%, 15%, 0%) |
| LAB | lab(66.2 71.0 -30.9) |
| LCH | lch(66.2 77.4 336.5) |
| OKLCH | oklch(0.738 0.225 338.2) |
Copy-ready code
/* CSS */
color: #ff65da;
background-color: #ff65da;
/* Tailwind (arbitrary) */
class="text-[#ff65da] bg-[#ff65da]"
/* SCSS */
$brand: #ff65da;
/* SwiftUI */
Color(red: 1.000, green: 0.396, blue: 0.855)
/* Android */
Color.parseColor("#ff65da")Accessibility — WCAG contrast
Aa
#ff65da on white: 2.58:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ff65da on black: 8.13:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green39.6%
Blue85.5%
CMYK percentages
Cyan0.0%
Magenta60.4%
Yellow14.5%
Key (black)0.0%
Color previews
#ff65da text on a black background
contrast 8.13:1
Card sample
#ff65da text on a white background
contrast 2.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ff65da;
Background color
Panel with #ff65da background
background-color: #ff65da;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ff65da;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 101, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 101, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ff65da; background: linear-gradient(135deg, #ff65da, #FF6573);