#ff65ba
a light, electric magenta / pink · warm · closest name: orchid
RGB
255, 101, 186
HSL
327°, 100%, 70%
CMYK
0, 60, 27, 0
Luminance
0.3411
Every format
| HEX | #ff65ba |
| RGB | rgb(255, 101, 186) |
| HSL | hsl(327, 100%, 70%) |
| CMYK | cmyk(0%, 60%, 27%, 0%) |
| LAB | lab(65.1 66.7 -14.7) |
| LCH | lch(65.1 68.3 347.6) |
| OKLCH | oklch(0.726 0.206 349.2) |
Copy-ready code
/* CSS */
color: #ff65ba;
background-color: #ff65ba;
/* Tailwind (arbitrary) */
class="text-[#ff65ba] bg-[#ff65ba]"
/* SCSS */
$brand: #ff65ba;
/* SwiftUI */
Color(red: 1.000, green: 0.396, blue: 0.729)
/* Android */
Color.parseColor("#ff65ba")Accessibility — WCAG contrast
Aa
#ff65ba on white: 2.68:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ff65ba on black: 7.82:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green39.6%
Blue72.9%
CMYK percentages
Cyan0.0%
Magenta60.4%
Yellow27.1%
Key (black)0.0%
Color previews
#ff65ba text on a black background
contrast 7.82:1
Card sample
#ff65ba text on a white background
contrast 2.68:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ff65ba;
Background color
Panel with #ff65ba background
background-color: #ff65ba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ff65ba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 101, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 101, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ff65ba; background: linear-gradient(135deg, #ff65ba, #FF7765);