#fe85df
a light, electric magenta / pink · warm · closest name: violet
RGB
254, 133, 223
HSL
315°, 98%, 76%
CMYK
0, 48, 12, 0
Luminance
0.4317
Every format
| HEX | #fe85df |
| RGB | rgb(254, 133, 223) |
| HSL | hsl(315, 98%, 76%) |
| CMYK | cmyk(0%, 48%, 12%, 0%) |
| LAB | lab(71.7 57.1 -25.3) |
| LCH | lch(71.7 62.4 336.1) |
| OKLCH | oklch(0.779 0.180 337.8) |
Copy-ready code
/* CSS */
color: #fe85df;
background-color: #fe85df;
/* Tailwind (arbitrary) */
class="text-[#fe85df] bg-[#fe85df]"
/* SCSS */
$brand: #fe85df;
/* SwiftUI */
Color(red: 0.996, green: 0.522, blue: 0.875)
/* Android */
Color.parseColor("#fe85df")Accessibility — WCAG contrast
Aa
#fe85df on white: 2.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fe85df on black: 9.63:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green52.2%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta47.6%
Yellow12.2%
Key (black)0.4%
Color previews
#fe85df text on a black background
contrast 9.63:1
Card sample
#fe85df text on a white background
contrast 2.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fe85df;
Background color
Panel with #fe85df background
background-color: #fe85df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fe85df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 133, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 133, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fe85df; background: linear-gradient(135deg, #fe85df, #FE858E);