#ff85fd
a light, electric magenta / pink · warm · closest name: violet
RGB
255, 133, 253
HSL
301°, 100%, 76%
CMYK
0, 48, 1, 0
Luminance
0.4513
Every format
| HEX | #ff85fd |
| RGB | rgb(255, 133, 253) |
| HSL | hsl(301, 100%, 76%) |
| CMYK | cmyk(0%, 48%, 1%, 0%) |
| LAB | lab(73.0 62.3 -39.7) |
| LCH | lch(73.0 73.8 327.4) |
| OKLCH | oklch(0.793 0.205 327.9) |
Copy-ready code
/* CSS */
color: #ff85fd;
background-color: #ff85fd;
/* Tailwind (arbitrary) */
class="text-[#ff85fd] bg-[#ff85fd]"
/* SCSS */
$brand: #ff85fd;
/* SwiftUI */
Color(red: 1.000, green: 0.522, blue: 0.992)
/* Android */
Color.parseColor("#ff85fd")Accessibility — WCAG contrast
Aa
#ff85fd on white: 2.09:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ff85fd on black: 10.03:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green52.2%
Blue99.2%
CMYK percentages
Cyan0.0%
Magenta47.8%
Yellow0.8%
Key (black)0.0%
Color previews
#ff85fd text on a black background
contrast 10.03:1
Card sample
#ff85fd text on a white background
contrast 2.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ff85fd;
Background color
Panel with #ff85fd background
background-color: #ff85fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ff85fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 133, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 133, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ff85fd; background: linear-gradient(135deg, #ff85fd, #FF85AC);