#ff85df
a light, electric magenta / pink · warm · closest name: violet
RGB
255, 133, 223
HSL
316°, 100%, 76%
CMYK
0, 48, 13, 0
Luminance
0.4336
Every format
| HEX | #ff85df |
| RGB | rgb(255, 133, 223) |
| HSL | hsl(316, 100%, 76%) |
| CMYK | cmyk(0%, 48%, 13%, 0%) |
| LAB | lab(71.8 57.4 -25.1) |
| LCH | lch(71.8 62.6 336.3) |
| OKLCH | oklch(0.780 0.181 338.1) |
Copy-ready code
/* CSS */
color: #ff85df;
background-color: #ff85df;
/* Tailwind (arbitrary) */
class="text-[#ff85df] bg-[#ff85df]"
/* SCSS */
$brand: #ff85df;
/* SwiftUI */
Color(red: 1.000, green: 0.522, blue: 0.875)
/* Android */
Color.parseColor("#ff85df")Accessibility — WCAG contrast
Aa
#ff85df on white: 2.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ff85df on black: 9.67:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green52.2%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta47.8%
Yellow12.5%
Key (black)0.0%
Color previews
#ff85df text on a black background
contrast 9.67:1
Card sample
#ff85df text on a white background
contrast 2.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ff85df;
Background color
Panel with #ff85df background
background-color: #ff85df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ff85df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 133, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 133, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ff85df; background: linear-gradient(135deg, #ff85df, #FF858E);