#ff65af
a light, electric magenta / pink · warm · closest name: orchid
RGB
255, 101, 175
HSL
331°, 100%, 70%
CMYK
0, 60, 31, 0
Luminance
0.3366
Every format
| HEX | #ff65af |
| RGB | rgb(255, 101, 175) |
| HSL | hsl(331, 100%, 70%) |
| CMYK | cmyk(0%, 60%, 31%, 0%) |
| LAB | lab(64.7 65.3 -9.0) |
| LCH | lch(64.7 66.0 352.2) |
| OKLCH | oklch(0.722 0.200 353.4) |
Copy-ready code
/* CSS */
color: #ff65af;
background-color: #ff65af;
/* Tailwind (arbitrary) */
class="text-[#ff65af] bg-[#ff65af]"
/* SCSS */
$brand: #ff65af;
/* SwiftUI */
Color(red: 1.000, green: 0.396, blue: 0.686)
/* Android */
Color.parseColor("#ff65af")Accessibility — WCAG contrast
Aa
#ff65af on white: 2.72:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ff65af on black: 7.73:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green39.6%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta60.4%
Yellow31.4%
Key (black)0.0%
Color previews
#ff65af text on a black background
contrast 7.73:1
Card sample
#ff65af text on a white background
contrast 2.72:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ff65af;
Background color
Panel with #ff65af background
background-color: #ff65af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ff65af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 101, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 101, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ff65af; background: linear-gradient(135deg, #ff65af, #FF8265);