#fe85fd
a light, electric magenta / pink · warm · closest name: violet
RGB
254, 133, 253
HSL
301°, 98%, 76%
CMYK
0, 48, 0, 0
Luminance
0.4494
Every format
| HEX | #fe85fd |
| RGB | rgb(254, 133, 253) |
| HSL | hsl(301, 98%, 76%) |
| CMYK | cmyk(0%, 48%, 0%, 0%) |
| LAB | lab(72.8 62.0 -39.9) |
| LCH | lch(72.8 73.7 327.2) |
| OKLCH | oklch(0.792 0.204 327.6) |
Copy-ready code
/* CSS */
color: #fe85fd;
background-color: #fe85fd;
/* Tailwind (arbitrary) */
class="text-[#fe85fd] bg-[#fe85fd]"
/* SCSS */
$brand: #fe85fd;
/* SwiftUI */
Color(red: 0.996, green: 0.522, blue: 0.992)
/* Android */
Color.parseColor("#fe85fd")Accessibility — WCAG contrast
Aa
#fe85fd on white: 2.10:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fe85fd on black: 9.99:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green52.2%
Blue99.2%
CMYK percentages
Cyan0.0%
Magenta47.6%
Yellow0.4%
Key (black)0.4%
Color previews
#fe85fd text on a black background
contrast 9.99:1
Card sample
#fe85fd text on a white background
contrast 2.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fe85fd;
Background color
Panel with #fe85fd background
background-color: #fe85fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fe85fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 133, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 133, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fe85fd; background: linear-gradient(135deg, #fe85fd, #FE85AC);