#ff65cf
a light, electric magenta / pink · warm · closest name: orchid
RGB
255, 101, 207
HSL
319°, 100%, 70%
CMYK
0, 60, 19, 0
Luminance
0.3507
Every format
| HEX | #ff65cf |
| RGB | rgb(255, 101, 207) |
| HSL | hsl(319, 100%, 70%) |
| CMYK | cmyk(0%, 60%, 19%, 0%) |
| LAB | lab(65.8 69.4 -25.4) |
| LCH | lch(65.8 73.9 339.9) |
| OKLCH | oklch(0.734 0.218 341.8) |
Copy-ready code
/* CSS */
color: #ff65cf;
background-color: #ff65cf;
/* Tailwind (arbitrary) */
class="text-[#ff65cf] bg-[#ff65cf]"
/* SCSS */
$brand: #ff65cf;
/* SwiftUI */
Color(red: 1.000, green: 0.396, blue: 0.812)
/* Android */
Color.parseColor("#ff65cf")Accessibility — WCAG contrast
Aa
#ff65cf on white: 2.62:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ff65cf on black: 8.01:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green39.6%
Blue81.2%
CMYK percentages
Cyan0.0%
Magenta60.4%
Yellow18.8%
Key (black)0.0%
Color previews
#ff65cf text on a black background
contrast 8.01:1
Card sample
#ff65cf text on a white background
contrast 2.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ff65cf;
Background color
Panel with #ff65cf background
background-color: #ff65cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ff65cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 101, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 101, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ff65cf; background: linear-gradient(135deg, #ff65cf, #FF6568);