#ff65df
a light, electric magenta / pink · warm · closest name: violet
RGB
255, 101, 223
HSL
313°, 100%, 70%
CMYK
0, 60, 13, 0
Luminance
0.3590
Every format
| HEX | #ff65df |
| RGB | rgb(255, 101, 223) |
| HSL | hsl(313, 100%, 70%) |
| CMYK | cmyk(0%, 60%, 13%, 0%) |
| LAB | lab(66.4 71.7 -33.4) |
| LCH | lch(66.4 79.1 335.0) |
| OKLCH | oklch(0.741 0.229 336.7) |
Copy-ready code
/* CSS */
color: #ff65df;
background-color: #ff65df;
/* Tailwind (arbitrary) */
class="text-[#ff65df] bg-[#ff65df]"
/* SCSS */
$brand: #ff65df;
/* SwiftUI */
Color(red: 1.000, green: 0.396, blue: 0.875)
/* Android */
Color.parseColor("#ff65df")Accessibility — WCAG contrast
Aa
#ff65df on white: 2.57:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ff65df on black: 8.18:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green39.6%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta60.4%
Yellow12.5%
Key (black)0.0%
Color previews
#ff65df text on a black background
contrast 8.18:1
Card sample
#ff65df text on a white background
contrast 2.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ff65df;
Background color
Panel with #ff65df background
background-color: #ff65df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ff65df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 101, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 101, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ff65df; background: linear-gradient(135deg, #ff65df, #FF6578);