#ff85da
a light, electric magenta / pink · warm · closest name: violet
RGB
255, 133, 218
HSL
318°, 100%, 76%
CMYK
0, 48, 15, 0
Luminance
0.4310
Every format
| HEX | #ff85da |
| RGB | rgb(255, 133, 218) |
| HSL | hsl(318, 100%, 76%) |
| CMYK | cmyk(0%, 48%, 15%, 0%) |
| LAB | lab(71.6 56.6 -22.6) |
| LCH | lch(71.6 61.0 338.2) |
| OKLCH | oklch(0.778 0.177 340.0) |
Copy-ready code
/* CSS */
color: #ff85da;
background-color: #ff85da;
/* Tailwind (arbitrary) */
class="text-[#ff85da] bg-[#ff85da]"
/* SCSS */
$brand: #ff85da;
/* SwiftUI */
Color(red: 1.000, green: 0.522, blue: 0.855)
/* Android */
Color.parseColor("#ff85da")Accessibility — WCAG contrast
Aa
#ff85da on white: 2.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ff85da on black: 9.62:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green52.2%
Blue85.5%
CMYK percentages
Cyan0.0%
Magenta47.8%
Yellow14.5%
Key (black)0.0%
Color previews
#ff85da text on a black background
contrast 9.62:1
Card sample
#ff85da text on a white background
contrast 2.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ff85da;
Background color
Panel with #ff85da background
background-color: #ff85da;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ff85da;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 133, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 133, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ff85da; background: linear-gradient(135deg, #ff85da, #FF8589);